fix: upgrade subscriptions-transport-ws from 0.9.17 to 0.9.18 (#6895)

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

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-09-08 06:34:58 +03:00
committed by GitHub
parent f8501fffb6
commit 2e8e193f76
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -11620,9 +11620,9 @@
}
},
"subscriptions-transport-ws": {
"version": "0.9.17",
"resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.17.tgz",
"integrity": "sha512-hNHi2N80PBz4T0V0QhnnsMGvG3XDFDS9mS6BhZ3R12T6EBywC8d/uJscsga0cVO4DKtXCkCRrWm2sOYrbOdhEA==",
"version": "0.9.18",
"resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.18.tgz",
"integrity": "sha512-tztzcBTNoEbuErsVQpTN2xUNN/efAZXyCyL5m3x4t6SKrEiTL2N8SaKWBFWM4u56pL79ULif3zjyeq+oV+nOaA==",
"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.17",
"subscriptions-transport-ws": "0.9.18",
"tv4": "1.3.0",
"uuid": "8.3.0",
"winston": "3.3.3",