Update ws to the latest version 🚀 (#5830)

* fix(package): update ws to version 7.1.1

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-07-19 15:14:58 +00:00
committed by peril-parse-community[bot]
parent 7c809f5627
commit 6d5f6b4c94
2 changed files with 14 additions and 4 deletions

16
package-lock.json generated
View File

@@ -8698,6 +8698,16 @@
"uuid": "3.3.2",
"ws": "7.1.0",
"xmlhttprequest": "1.8.0"
},
"dependencies": {
"ws": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.1.0.tgz",
"integrity": "sha512-Swie2C4fs7CkwlHu1glMePLYJJsWjzhl1vm3ZaLplD0h7OMkZyZ6kLTB/OagiU923bZrPFXuDTeEqaEN4NWG4g==",
"requires": {
"async-limiter": "^1.0.0"
}
}
}
},
"parse-json": {
@@ -11066,9 +11076,9 @@
}
},
"ws": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.1.0.tgz",
"integrity": "sha512-Swie2C4fs7CkwlHu1glMePLYJJsWjzhl1vm3ZaLplD0h7OMkZyZ6kLTB/OagiU923bZrPFXuDTeEqaEN4NWG4g==",
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.1.1.tgz",
"integrity": "sha512-o41D/WmDeca0BqYhsr3nJzQyg9NF5X8l/UdnFNux9cS3lwB+swm8qGWX5rn+aD6xfBU3rGmtHij7g7x6LxFU3A==",
"requires": {
"async-limiter": "^1.0.0"
}

View File

@@ -52,7 +52,7 @@
"uuid": "3.3.2",
"winston": "3.2.1",
"winston-daily-rotate-file": "3.10.0",
"ws": "7.1.0"
"ws": "7.1.1"
},
"devDependencies": {
"@babel/cli": "7.5.5",