Bump browser-sync from 2.26.10 to 2.26.12 (#105)

Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.26.10 to 2.26.12.
- [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.26.10...v2.26.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-28 22:15:30 -05:00 committed by GitHub
parent 1d4d95bd38
commit 907e38f34b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@ -1308,13 +1308,13 @@
}
},
"browser-sync": {
"version": "2.26.10",
"resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.26.10.tgz",
"integrity": "sha512-JeVQP3CARvNA1DELj+ZGWj+/0pzE8+Omvq1WNgzaTXVdP3lNEbGxZbkjvLK7hHpQywjQ1sDJWlJQZT6V59XDTg==",
"version": "2.26.12",
"resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.26.12.tgz",
"integrity": "sha512-1GjAe+EpZQJgtKhWsxklEjpaMV0DrRylpHRvZWgOphDQt+bfLZjfynl/j1WjSFIx8ozj9j78g6Yk4TqD3gKaMA==",
"dev": true,
"requires": {
"browser-sync-client": "^2.26.10",
"browser-sync-ui": "^2.26.10",
"browser-sync-client": "^2.26.12",
"browser-sync-ui": "^2.26.12",
"bs-recipes": "1.3.4",
"bs-snippet-injector": "^2.0.1",
"chokidar": "^3.4.1",
@ -1457,9 +1457,9 @@
}
},
"browser-sync-client": {
"version": "2.26.10",
"resolved": "https://registry.npmjs.org/browser-sync-client/-/browser-sync-client-2.26.10.tgz",
"integrity": "sha512-8pYitKwpVva7hzXJI8lTljNDbA9fjMEobHSxWqegIUon/GjJAG3UgHB/+lBWnOLzTY8rGX66MvGqL1Aknyrj7g==",
"version": "2.26.12",
"resolved": "https://registry.npmjs.org/browser-sync-client/-/browser-sync-client-2.26.12.tgz",
"integrity": "sha512-bEBDRkufKxrIfjOsIB1FN9itUEXr2oLtz1AySgSSr80K2AWzmtoYnxtVASx/i40qFrSdeI31pNvdCjHivihLVA==",
"dev": true,
"requires": {
"etag": "1.8.1",
@ -1469,9 +1469,9 @@
}
},
"browser-sync-ui": {
"version": "2.26.10",
"resolved": "https://registry.npmjs.org/browser-sync-ui/-/browser-sync-ui-2.26.10.tgz",
"integrity": "sha512-UfNSBItlXcmEvJ9RE4JooNtIsiIfHowp+7/52Jz4VFfQD4v78QK5/NV9DVrG41oMM3zLyhW4f/RliOb4ysStZg==",
"version": "2.26.12",
"resolved": "https://registry.npmjs.org/browser-sync-ui/-/browser-sync-ui-2.26.12.tgz",
"integrity": "sha512-PkAJNf/TfCFTCkQUfXplR2Kp/+/lbCWFO9lrgLZsmxIhvMLx2pYZFBbTBIaem8qjXhld9ZcESUC8EdU5VWFJgQ==",
"dev": true,
"requires": {
"async-each-series": "0.1.1",

View File

@ -7,7 +7,7 @@
"autoprefixer": "9.8.5",
"babel-preset-env": "1.7.0",
"babel-register": "6.26.0",
"browser-sync": "2.26.10",
"browser-sync": "2.26.12",
"cross-env": "7.0.2",
"cross-spawn": "7.0.3",
"cssnano": "4.1.10",