Update ws to the latest version 🚀 (#5101)

* fix(package): update ws to version 6.1.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2018-10-05 07:37:43 +00:00
committed by peril-parse-community[bot]
parent 937bdf9058
commit 7a01fa0a67
2 changed files with 15 additions and 5 deletions

18
package-lock.json generated
View File

@@ -9593,6 +9593,16 @@
"@babel/runtime": "7.0.0",
"ws": "6.0.0",
"xmlhttprequest": "1.8.0"
},
"dependencies": {
"ws": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.0.0.tgz",
"integrity": "sha512-c2UlYcAZp1VS8AORtpq6y4RJIkJ9dQz18W32SpR/qXGfLDZ2jU4y4wKvvZwqbi7U6gxFQTeE+urMbXU/tsDy4w==",
"requires": {
"async-limiter": "~1.0.0"
}
}
}
},
"parse-json": {
@@ -11818,11 +11828,11 @@
}
},
"ws": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.0.0.tgz",
"integrity": "sha512-c2UlYcAZp1VS8AORtpq6y4RJIkJ9dQz18W32SpR/qXGfLDZ2jU4y4wKvvZwqbi7U6gxFQTeE+urMbXU/tsDy4w==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.1.0.tgz",
"integrity": "sha512-H3dGVdGvW2H8bnYpIDc3u3LH8Wue3Qh+Zto6aXXFzvESkTVT6rAfKR6tR/+coaUvxs8yHtmNV0uioBF62ZGSTg==",
"requires": {
"async-limiter": "1.0.0"
"async-limiter": "~1.0.0"
}
},
"xdg-basedir": {

View File

@@ -42,7 +42,7 @@
"uuid": "^3.1.0",
"winston": "2.4.1",
"winston-daily-rotate-file": "1.7.2",
"ws": "6.0.0"
"ws": "6.1.0"
},
"devDependencies": {
"@babel/cli": "7.1.2",