Update ws to the latest version 🚀 (#6281)

* fix(package): update ws to version 7.2.1

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-12-15 03:30:32 +00:00
committed by peril-parse-community[bot]
parent 21de2bd2b3
commit 87e56cbf51
2 changed files with 4 additions and 8 deletions

10
package-lock.json generated
View File

@@ -8842,7 +8842,6 @@
"@babel/runtime": "7.7.4", "@babel/runtime": "7.7.4",
"@babel/runtime-corejs3": "7.7.4", "@babel/runtime-corejs3": "7.7.4",
"uuid": "3.3.3", "uuid": "3.3.3",
"ws": "7.2.0",
"xmlhttprequest": "1.8.0" "xmlhttprequest": "1.8.0"
}, },
"dependencies": { "dependencies": {
@@ -11295,12 +11294,9 @@
} }
}, },
"ws": { "ws": {
"version": "7.2.0", "version": "7.2.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.2.0.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.1.tgz",
"integrity": "sha512-+SqNqFbwTm/0DC18KYzIsMTnEWpLwJsiasW/O17la4iDRRIO9uaHbvKiAS3AHgTiuuWerK/brj4O6MYZkei9xg==", "integrity": "sha512-sucePNSafamSKoOqoNfBd8V0StlkzJKL2ZAhGQinCfNQ+oacw+Pk7lcdAElecBF2VkLNZRiIb5Oi1Q5lVUVt2A=="
"requires": {
"async-limiter": "^1.0.0"
}
}, },
"xml2js": { "xml2js": {
"version": "0.4.17", "version": "0.4.17",

View File

@@ -55,7 +55,7 @@
"uuid": "3.3.3", "uuid": "3.3.3",
"winston": "3.2.1", "winston": "3.2.1",
"winston-daily-rotate-file": "3.10.0", "winston-daily-rotate-file": "3.10.0",
"ws": "7.2.0" "ws": "7.2.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.7.5", "@babel/cli": "7.7.5",