mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
chore(deps): update dependency ws to v6.1.1 (#1987)
This commit is contained in:
parent
63969a296c
commit
bde56a6c76
2 changed files with 7 additions and 7 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -12471,9 +12471,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"typescript": {
|
||||
"version": "3.2.0-dev.20181116",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.2.0-dev.20181116.tgz",
|
||||
"integrity": "sha512-+UUHAGhfccJe1ZnHbqp0uixDjT/yMguznOvF1p+16ytQPJaFo2MfIt6on4PZlgl7VhdxtENSfzl44xxjWsfj8Q==",
|
||||
"version": "3.2.0-dev.20181117",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.2.0-dev.20181117.tgz",
|
||||
"integrity": "sha512-SWiOhEQfhelK6Jb6g2fU2AHUnXhY10xeCVweMZCAlmTGKiDhq5inJfn3cHNPNcRd3xFLAsEdE2Wqdoz8iCy4OA==",
|
||||
"dev": true
|
||||
},
|
||||
"uglify-js": {
|
||||
|
@ -12922,9 +12922,9 @@
|
|||
}
|
||||
},
|
||||
"ws": {
|
||||
"version": "6.1.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-6.1.0.tgz",
|
||||
"integrity": "sha512-H3dGVdGvW2H8bnYpIDc3u3LH8Wue3Qh+Zto6aXXFzvESkTVT6rAfKR6tR/+coaUvxs8yHtmNV0uioBF62ZGSTg==",
|
||||
"version": "6.1.1",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-6.1.1.tgz",
|
||||
"integrity": "sha512-tfSg0NBK1w9FkVhIftPp2lWPoFu3AInndGyydLPTNSIA4o1V7GveE2fCTF7kFmHZ/+NGVObBptvFXwzF7ALXDQ==",
|
||||
"requires": {
|
||||
"async-limiter": "~1.0.0"
|
||||
}
|
||||
|
|
|
@ -127,7 +127,7 @@
|
|||
"ts-jest": "23.10.4",
|
||||
"tslint": "5.11.0",
|
||||
"typescript": "next",
|
||||
"ws": "6.1.0",
|
||||
"ws": "6.1.1",
|
||||
"yup": "0.26.5"
|
||||
},
|
||||
"jest": {
|
||||
|
|
Loading…
Add table
Reference in a new issue