mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 09:11:40 -05:00
chore(deps): update dependency ws to v6.2.0 (#2408)
This commit is contained in:
parent
cad9adf174
commit
35e91750a5
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -15711,9 +15711,9 @@
|
|||
}
|
||||
},
|
||||
"ws": {
|
||||
"version": "6.1.4",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-6.1.4.tgz",
|
||||
"integrity": "sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==",
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.0.tgz",
|
||||
"integrity": "sha512-deZYUNlt2O4buFCa3t5bKLf8A7FPP/TVjwOeVNpw818Ma5nk4MLXls2eoEGS39o8119QIYxTrTDoPQ5B/gTD6w==",
|
||||
"requires": {
|
||||
"async-limiter": "~1.0.0"
|
||||
}
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
"ts-jest": "24.0.0",
|
||||
"tslint": "5.13.1",
|
||||
"typescript": "3.3.3333",
|
||||
"ws": "6.1.4",
|
||||
"ws": "6.2.0",
|
||||
"yup": "0.26.10"
|
||||
},
|
||||
"jest": {
|
||||
|
|
Loading…
Add table
Reference in a new issue