Update ws to the latest version 🚀 (#6478)

* fix(package): update ws to version 7.2.2

* chore(package): update lockfile package-lock.json

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
This commit is contained in:
greenkeeper[bot]
2020-03-09 04:21:47 +00:00
committed by GitHub
parent b1f1454c87
commit f69545939b
2 changed files with 4 additions and 5 deletions

7
package-lock.json generated
View File

@@ -10065,7 +10065,6 @@
"@babel/runtime-corejs3": "7.7.7",
"crypto-js": "3.1.9-1",
"uuid": "3.3.3",
"ws": "7.2.1",
"xmlhttprequest": "1.8.0"
},
"dependencies": {
@@ -12386,9 +12385,9 @@
}
},
"ws": {
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.2.1.tgz",
"integrity": "sha512-sucePNSafamSKoOqoNfBd8V0StlkzJKL2ZAhGQinCfNQ+oacw+Pk7lcdAElecBF2VkLNZRiIb5Oi1Q5lVUVt2A=="
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.2.2.tgz",
"integrity": "sha512-2qj/tYkDPDSVf7JiHanwEBwkhxi7DchFewIsSnR33MQtG3O/BPAJjqs4g6XEuayuRqIExSQMHZlmyDLbuSrXYw=="
},
"xml2js": {
"version": "0.4.17",

View File

@@ -55,7 +55,7 @@
"uuid": "3.3.3",
"winston": "3.2.1",
"winston-daily-rotate-file": "4.4.0",
"ws": "7.2.1"
"ws": "7.2.2"
},
"devDependencies": {
"@babel/cli": "7.8.4",