Update ws to the latest version 🚀 (#6146)

* fix(package): update ws to version 7.2.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-10-19 14:55:43 +00:00
committed by peril-parse-community[bot]
parent c1a217c6b8
commit 05d2aa3c80
2 changed files with 4 additions and 5 deletions

7
package-lock.json generated
View File

@@ -8997,7 +8997,6 @@
"@babel/runtime": "7.6.3", "@babel/runtime": "7.6.3",
"@babel/runtime-corejs3": "7.6.3", "@babel/runtime-corejs3": "7.6.3",
"uuid": "3.3.3", "uuid": "3.3.3",
"ws": "7.1.2",
"xmlhttprequest": "1.8.0" "xmlhttprequest": "1.8.0"
} }
}, },
@@ -11424,9 +11423,9 @@
} }
}, },
"ws": { "ws": {
"version": "7.1.2", "version": "7.2.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.1.2.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.0.tgz",
"integrity": "sha512-gftXq3XI81cJCgkUiAVixA0raD9IVmXqsylCrjRygw4+UOOGzPoxnQ6r/CnVL9i+mDncJo94tSkyrtuuQVBmrg==", "integrity": "sha512-+SqNqFbwTm/0DC18KYzIsMTnEWpLwJsiasW/O17la4iDRRIO9uaHbvKiAS3AHgTiuuWerK/brj4O6MYZkei9xg==",
"requires": { "requires": {
"async-limiter": "^1.0.0" "async-limiter": "^1.0.0"
} }

View File

@@ -53,7 +53,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.1.2" "ws": "7.2.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.6.4", "@babel/cli": "7.6.4",