Update ws to the latest version 🚀 (#5781)
* fix(package): update ws to version 7.1.0 * chore(package): update lockfile package-lock.json
This commit is contained in:
committed by
Antonio Davi Macedo Coelho de Castro
parent
e471bb960d
commit
04a196695a
6
package-lock.json
generated
6
package-lock.json
generated
@@ -10957,9 +10957,9 @@
|
||||
}
|
||||
},
|
||||
"ws": {
|
||||
"version": "7.0.1",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-7.0.1.tgz",
|
||||
"integrity": "sha512-ILHfMbuqLJvnSgYXLgy4kMntroJpe8hT41dOVWM8bxRuw6TK4mgMp9VJUNsZTEc5Bh+Mbs0DJT4M0N+wBG9l9A==",
|
||||
"version": "7.1.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-7.1.0.tgz",
|
||||
"integrity": "sha512-Swie2C4fs7CkwlHu1glMePLYJJsWjzhl1vm3ZaLplD0h7OMkZyZ6kLTB/OagiU923bZrPFXuDTeEqaEN4NWG4g==",
|
||||
"requires": {
|
||||
"async-limiter": "^1.0.0"
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
"uuid": "3.3.2",
|
||||
"winston": "3.2.1",
|
||||
"winston-daily-rotate-file": "3.9.0",
|
||||
"ws": "7.0.1"
|
||||
"ws": "7.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.5.0",
|
||||
|
||||
Reference in New Issue
Block a user