Update ws to the latest version 🚀 (#5453)

* fix(package): update ws to version 6.2.1

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-03-27 13:00:32 +00:00
committed by peril-parse-community[bot]
parent 4e07d16148
commit b2ec5c10ce
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -10326,9 +10326,9 @@
}
},
"ws": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.0.tgz",
"integrity": "sha512-deZYUNlt2O4buFCa3t5bKLf8A7FPP/TVjwOeVNpw818Ma5nk4MLXls2eoEGS39o8119QIYxTrTDoPQ5B/gTD6w==",
"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"
}