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", "@babel/runtime-corejs3": "7.7.7",
"crypto-js": "3.1.9-1", "crypto-js": "3.1.9-1",
"uuid": "3.3.3", "uuid": "3.3.3",
"ws": "7.2.1",
"xmlhttprequest": "1.8.0" "xmlhttprequest": "1.8.0"
}, },
"dependencies": { "dependencies": {
@@ -12386,9 +12385,9 @@
} }
}, },
"ws": { "ws": {
"version": "7.2.1", "version": "7.2.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.2.1.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.2.tgz",
"integrity": "sha512-sucePNSafamSKoOqoNfBd8V0StlkzJKL2ZAhGQinCfNQ+oacw+Pk7lcdAElecBF2VkLNZRiIb5Oi1Q5lVUVt2A==" "integrity": "sha512-2qj/tYkDPDSVf7JiHanwEBwkhxi7DchFewIsSnR33MQtG3O/BPAJjqs4g6XEuayuRqIExSQMHZlmyDLbuSrXYw=="
}, },
"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": "4.4.0", "winston-daily-rotate-file": "4.4.0",
"ws": "7.2.1" "ws": "7.2.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.8.4", "@babel/cli": "7.8.4",