fix: upgrade subscriptions-transport-ws from 0.9.16 to 0.9.17 (#6841)

Snyk has created this PR to upgrade subscriptions-transport-ws from 0.9.16 to 0.9.17.

See this package in npm:
https://www.npmjs.com/package/subscriptions-transport-ws

See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
Snyk bot
2020-08-02 04:34:58 +01:00
committed by GitHub
parent b4c8542a7e
commit 4cec333cf9
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -11568,9 +11568,9 @@
}
},
"subscriptions-transport-ws": {
"version": "0.9.16",
"resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.16.tgz",
"integrity": "sha512-pQdoU7nC+EpStXnCfh/+ho0zE0Z+ma+i7xvj7bkXKb1dvYHSZxgRPaU6spRP+Bjzow67c/rRDoix5RT0uU9omw==",
"version": "0.9.17",
"resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.17.tgz",
"integrity": "sha512-hNHi2N80PBz4T0V0QhnnsMGvG3XDFDS9mS6BhZ3R12T6EBywC8d/uJscsga0cVO4DKtXCkCRrWm2sOYrbOdhEA==",
"requires": {
"backo2": "^1.0.2",
"eventemitter3": "^3.1.0",

View File

@@ -51,7 +51,7 @@
"pluralize": "8.0.0",
"redis": "3.0.2",
"semver": "7.3.2",
"subscriptions-transport-ws": "0.9.16",
"subscriptions-transport-ws": "0.9.17",
"tv4": "1.3.0",
"uuid": "8.2.0",
"winston": "3.2.1",