Update ws to the latest version 🚀 (#5369)

* fix(package): update ws to version 6.1.4

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-02-16 17:37:09 +00:00
committed by peril-parse-community[bot]
parent 8bfccf1d4e
commit 416c190993
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -10800,9 +10800,9 @@
}
},
"ws": {
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.1.3.tgz",
"integrity": "sha512-tbSxiT+qJI223AP4iLfQbkbxkwdFcneYinM2+x46Gx2wgvbaOMO36czfdfVUBRTHvzAMRhDd98sA5d/BuWbQdg==",
"version": "6.1.4",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.1.4.tgz",
"integrity": "sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==",
"requires": {
"async-limiter": "~1.0.0"
}

View File

@@ -42,7 +42,7 @@
"uuid": "^3.1.0",
"winston": "2.4.4",
"winston-daily-rotate-file": "1.7.2",
"ws": "6.1.3"
"ws": "6.1.4"
},
"devDependencies": {
"@babel/cli": "7.2.3",