Update ws to the latest version 🚀 (#5547)

* fix(package): update ws to version 7.0.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-04-30 16:42:31 +00:00
committed by peril-parse-community[bot]
parent 99a1b13e23
commit 2e2ee06279
2 changed files with 15 additions and 5 deletions

18
package-lock.json generated
View File

@@ -7879,6 +7879,16 @@
"uuid": "3.3.2",
"ws": "6.2.1",
"xmlhttprequest": "1.8.0"
},
"dependencies": {
"ws": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz",
"integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==",
"requires": {
"async-limiter": "~1.0.0"
}
}
}
},
"parse-json": {
@@ -10114,11 +10124,11 @@
}
},
"ws": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz",
"integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.0.0.tgz",
"integrity": "sha512-cknCal4k0EAOrh1SHHPPWWh4qm93g1IuGGGwBjWkXmCG7LsDtL8w9w+YVfaF+KSVwiHQKDIMsSLBVftKf9d1pg==",
"requires": {
"async-limiter": "~1.0.0"
"async-limiter": "^1.0.0"
}
},
"xml2js": {

View File

@@ -42,7 +42,7 @@
"uuid": "3.3.2",
"winston": "3.2.1",
"winston-daily-rotate-file": "3.9.0",
"ws": "6.2.1"
"ws": "7.0.0"
},
"devDependencies": {
"@babel/cli": "7.4.4",