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:
committed by
peril-parse-community[bot]
parent
8bfccf1d4e
commit
416c190993
6
package-lock.json
generated
6
package-lock.json
generated
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user