Bump browser-sync from 2.27.3 to 2.27.4 (#186)

This commit is contained in:
dependabot[bot] 2021-07-04 21:52:33 -05:00 committed by GitHub
parent 81be8ec642
commit d8a2b69190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@ -1307,13 +1307,13 @@
}
},
"browser-sync": {
"version": "2.27.3",
"resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.27.3.tgz",
"integrity": "sha512-kyU5t5Sbm0lwCZTM4r2TKO9opznOT/P8eorkwWF4leZkbIZGyZohbSBiifYEWWlElM/vCRRhN/AqBH/3sSfOUw==",
"version": "2.27.4",
"resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.27.4.tgz",
"integrity": "sha512-zgjrI6oUXxLa671SxVmWfIH+XiG6yZiGuvsQ1huuGEBlKkWuBVKgYjh+j9kagKm891FARgmK4Ct4PAhckLKaYg==",
"dev": true,
"requires": {
"browser-sync-client": "^2.27.3",
"browser-sync-ui": "^2.27.3",
"browser-sync-client": "^2.27.4",
"browser-sync-ui": "^2.27.4",
"bs-recipes": "1.3.4",
"bs-snippet-injector": "^2.0.1",
"chokidar": "^3.5.1",
@ -1340,7 +1340,7 @@
"serve-static": "1.13.2",
"server-destroy": "1.0.1",
"socket.io": "2.4.0",
"ua-parser-js": "^0.7.18",
"ua-parser-js": "^0.7.28",
"yargs": "^15.4.1"
},
"dependencies": {
@ -1464,9 +1464,9 @@
}
},
"browser-sync-client": {
"version": "2.27.3",
"resolved": "https://registry.npmjs.org/browser-sync-client/-/browser-sync-client-2.27.3.tgz",
"integrity": "sha512-GaadUAfO0hmueUi5hikJQhv1Qdak4qc62WFWl+0MQcqWTKDFG4fFbjnXs/W/sDpcOHclXVbNZqx2l+LLwuNz5Q==",
"version": "2.27.4",
"resolved": "https://registry.npmjs.org/browser-sync-client/-/browser-sync-client-2.27.4.tgz",
"integrity": "sha512-l0krAGZnpLaD+tUYdM25WeS4FP73ZoPeaxlVzOvmtL9uKSlvpmywsnDwa3PJzc3ubmDPAcD74ifJjl6MmVksXw==",
"dev": true,
"requires": {
"etag": "1.8.1",
@ -1476,9 +1476,9 @@
}
},
"browser-sync-ui": {
"version": "2.27.3",
"resolved": "https://registry.npmjs.org/browser-sync-ui/-/browser-sync-ui-2.27.3.tgz",
"integrity": "sha512-va7dNwF+BC9gBVuVYa07wZPWEp4mTgi8/08oXiAzH0aSXOciu7II/Pu0V1fOFhRWcoFQxP8EzRJ4JP9Drx8evQ==",
"version": "2.27.4",
"resolved": "https://registry.npmjs.org/browser-sync-ui/-/browser-sync-ui-2.27.4.tgz",
"integrity": "sha512-E58Mb6ycz57Nm393oqVJj4jxuLJH3MhZnY8AV+zd9LsNVGZjrKRNNIw5JPYYguyb37ZjLjq2x4u+38mRv3Sb7g==",
"dev": true,
"requires": {
"async-each-series": "0.1.1",

View File

@ -7,7 +7,7 @@
"autoprefixer": "10.2.6",
"babel-preset-env": "1.7.0",
"babel-register": "6.26.0",
"browser-sync": "2.27.3",
"browser-sync": "2.27.4",
"cross-env": "7.0.3",
"cross-spawn": "7.0.3",
"cssnano": "4.1.10",