Bump browser-sync from 2.27.4 to 2.27.5

Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.27.4 to 2.27.5.
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.27.4...v2.27.5)

---
updated-dependencies:
- dependency-name: browser-sync
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-07-27 22:02:50 +00:00
committed by GitHub
parent 69793ba5ec
commit 79dccc789e
2 changed files with 15 additions and 15 deletions

View File

@ -14,7 +14,7 @@
"@babel/preset-env": "^7.14.8",
"autoprefixer": "^9.8.6",
"braces": "^3.0.2",
"browser-sync": "^2.27.4",
"browser-sync": "^2.27.5",
"child_process": "^1.0.2",
"core-js": "^3.15.2",
"del": "^6.0.0",

View File

@ -1534,20 +1534,20 @@ braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
dependencies:
fill-range "^7.0.1"
browser-sync-client@^2.27.4:
version "2.27.4"
resolved "https://registry.yarnpkg.com/browser-sync-client/-/browser-sync-client-2.27.4.tgz#3129299f67bbe016995975924c1f946be3edd31c"
integrity sha512-l0krAGZnpLaD+tUYdM25WeS4FP73ZoPeaxlVzOvmtL9uKSlvpmywsnDwa3PJzc3ubmDPAcD74ifJjl6MmVksXw==
browser-sync-client@^2.27.5:
version "2.27.5"
resolved "https://registry.yarnpkg.com/browser-sync-client/-/browser-sync-client-2.27.5.tgz#acca1d8d3cf2a212e22e50119c97947772b79ef7"
integrity sha512-l2jtf60/exv0fQiZkhi3z8RgexYYLGS7DVDnyepkrp+oFAPlKW69daL6NrVSgrwu6lzSTCCTAiPXnUSrQ57e/Q==
dependencies:
etag "1.8.1"
fresh "0.5.2"
mitt "^1.1.3"
rxjs "^5.5.6"
browser-sync-ui@^2.27.4:
version "2.27.4"
resolved "https://registry.yarnpkg.com/browser-sync-ui/-/browser-sync-ui-2.27.4.tgz#cd1767926528c0e6cfb3abe1eeb61a9026a98953"
integrity sha512-E58Mb6ycz57Nm393oqVJj4jxuLJH3MhZnY8AV+zd9LsNVGZjrKRNNIw5JPYYguyb37ZjLjq2x4u+38mRv3Sb7g==
browser-sync-ui@^2.27.5:
version "2.27.5"
resolved "https://registry.yarnpkg.com/browser-sync-ui/-/browser-sync-ui-2.27.5.tgz#fe016377edaff7d4a9cb1e8a449cc0807e814884"
integrity sha512-KxBJhQ6XNbQ8w8UlkPa9/J5R0nBHgHuJUtDpEXQx1jBapDy32WGzD0NENDozP4zGNvJUgZk3N80hqB7YCieC3g==
dependencies:
async-each-series "0.1.1"
connect-history-api-fallback "^1"
@ -1556,13 +1556,13 @@ browser-sync-ui@^2.27.4:
socket.io-client "^2.4.0"
stream-throttle "^0.1.3"
browser-sync@^2.27.4:
version "2.27.4"
resolved "https://registry.yarnpkg.com/browser-sync/-/browser-sync-2.27.4.tgz#5336c3e370731ee97ab50f94d010c00d43b591e1"
integrity sha512-zgjrI6oUXxLa671SxVmWfIH+XiG6yZiGuvsQ1huuGEBlKkWuBVKgYjh+j9kagKm891FARgmK4Ct4PAhckLKaYg==
browser-sync@^2.27.5:
version "2.27.5"
resolved "https://registry.yarnpkg.com/browser-sync/-/browser-sync-2.27.5.tgz#9e547645b045f8780d775dc2cc5409357bec6c08"
integrity sha512-0GMEPDqccbTxwYOUGCk5AZloDj9I/1eDZCLXUKXu7iBJPznGGOnMHs88mrhaFL0fTA0R23EmsXX9nLZP+k5YzA==
dependencies:
browser-sync-client "^2.27.4"
browser-sync-ui "^2.27.4"
browser-sync-client "^2.27.5"
browser-sync-ui "^2.27.5"
bs-recipes "1.3.4"
bs-snippet-injector "^2.0.1"
chokidar "^3.5.1"