Update ws to the latest version 🚀 (#6680)

* fix(package): update ws to version 7.3.0

* 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-05-11 05:42:07 +00:00
committed by GitHub
parent 9a340b81d8
commit 7f401ca850
2 changed files with 4 additions and 5 deletions

7
package-lock.json generated
View File

@@ -10218,7 +10218,6 @@
"crypto-js": "4.0.0", "crypto-js": "4.0.0",
"react-native-crypto-js": "1.0.0", "react-native-crypto-js": "1.0.0",
"uuid": "3.3.3", "uuid": "3.3.3",
"ws": "7.2.5",
"xmlhttprequest": "1.8.0" "xmlhttprequest": "1.8.0"
}, },
"dependencies": { "dependencies": {
@@ -12667,9 +12666,9 @@
} }
}, },
"ws": { "ws": {
"version": "7.2.5", "version": "7.3.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.2.5.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.0.tgz",
"integrity": "sha512-C34cIU4+DB2vMyAbmEKossWq2ZQDr6QEyuuCzWrM9zfw1sGc0mYiJ0UnG9zzNykt49C2Fi34hvr2vssFQRS6EA==" "integrity": "sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w=="
}, },
"xml2js": { "xml2js": {
"version": "0.4.17", "version": "0.4.17",

View File

@@ -55,7 +55,7 @@
"uuid": "8.0.0", "uuid": "8.0.0",
"winston": "3.2.1", "winston": "3.2.1",
"winston-daily-rotate-file": "4.4.2", "winston-daily-rotate-file": "4.4.2",
"ws": "7.2.5" "ws": "7.3.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.8.4", "@babel/cli": "7.8.4",