Skip to content

Commit 6a7f26a

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency subscriptions-transport-ws to v0.9.19
1 parent 29954b9 commit 6a7f26a

File tree

5 files changed

+21
-23
lines changed

5 files changed

+21
-23
lines changed

advanced/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"graphql": "0.13.2",
2121
"graphql-tag": "2.12.4",
2222
"jwt-decode": "2.2.0",
23-
"subscriptions-transport-ws": "0.9.18",
23+
"subscriptions-transport-ws": "0.9.19",
2424
"vue": "2.6.13",
2525
"vue-apollo": "3.0.7",
2626
"vue-router": "3.5.1",

advanced/yarn.lock

+9-10
Original file line numberDiff line numberDiff line change
@@ -5772,16 +5772,16 @@ strip-json-comments@~2.0.1:
57725772
version "2.0.1"
57735773
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
57745774

5775-
subscriptions-transport-ws@0.9.18:
5776-
version "0.9.18"
5777-
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.18.tgz#bcf02320c911fbadb054f7f928e51c6041a37b97"
5778-
integrity sha512-tztzcBTNoEbuErsVQpTN2xUNN/efAZXyCyL5m3x4t6SKrEiTL2N8SaKWBFWM4u56pL79ULif3zjyeq+oV+nOaA==
5775+
subscriptions-transport-ws@0.9.19:
5776+
version "0.9.19"
5777+
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.19.tgz#10ca32f7e291d5ee8eb728b9c02e43c52606cdcf"
5778+
integrity sha512-dxdemxFFB0ppCLg10FTtRqH/31FNRL1y1BQv8209MK5I4CwALb7iihQg+7p65lFcIl8MHatINWBLOqpgU4Kyyw==
57795779
dependencies:
57805780
backo2 "^1.0.2"
57815781
eventemitter3 "^3.1.0"
57825782
iterall "^1.2.1"
57835783
symbol-observable "^1.0.4"
5784-
ws "^5.2.0"
5784+
ws "^5.2.0 || ^6.0.0 || ^7.0.0"
57855785

57865786
supports-color@^2.0.0:
57875787
version "2.0.0"
@@ -6471,11 +6471,10 @@ ws@^4.0.0:
64716471
safe-buffer "~5.1.0"
64726472
ultron "~1.1.0"
64736473

6474-
ws@^5.2.0:
6475-
version "5.2.0"
6476-
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.0.tgz#9fd95e3ac7c76f6ae8bcc868a0e3f11f1290c33e"
6477-
dependencies:
6478-
async-limiter "~1.0.0"
6474+
"ws@^5.2.0 || ^6.0.0 || ^7.0.0":
6475+
version "7.4.6"
6476+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
6477+
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
64796478

64806479
xml-char-classes@^1.0.0:
64816480
version "1.0.0"

basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"apollo-link-ws": "1.0.20",
1717
"graphql": "0.13.2",
1818
"graphql-tag": "2.12.4",
19-
"subscriptions-transport-ws": "0.9.18",
19+
"subscriptions-transport-ws": "0.9.19",
2020
"vue": "2.6.13",
2121
"vue-apollo": "3.0.7",
2222
"vue-router": "3.5.1",

basic/yarn.lock

+9-10
Original file line numberDiff line numberDiff line change
@@ -6058,16 +6058,16 @@ strip-json-comments@~2.0.1:
60586058
version "2.0.1"
60596059
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
60606060

6061-
subscriptions-transport-ws@0.9.18:
6062-
version "0.9.18"
6063-
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.18.tgz#bcf02320c911fbadb054f7f928e51c6041a37b97"
6064-
integrity sha512-tztzcBTNoEbuErsVQpTN2xUNN/efAZXyCyL5m3x4t6SKrEiTL2N8SaKWBFWM4u56pL79ULif3zjyeq+oV+nOaA==
6061+
subscriptions-transport-ws@0.9.19:
6062+
version "0.9.19"
6063+
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.19.tgz#10ca32f7e291d5ee8eb728b9c02e43c52606cdcf"
6064+
integrity sha512-dxdemxFFB0ppCLg10FTtRqH/31FNRL1y1BQv8209MK5I4CwALb7iihQg+7p65lFcIl8MHatINWBLOqpgU4Kyyw==
60656065
dependencies:
60666066
backo2 "^1.0.2"
60676067
eventemitter3 "^3.1.0"
60686068
iterall "^1.2.1"
60696069
symbol-observable "^1.0.4"
6070-
ws "^5.2.0"
6070+
ws "^5.2.0 || ^6.0.0 || ^7.0.0"
60716071

60726072
supports-color@^2.0.0:
60736073
version "2.0.0"
@@ -6809,11 +6809,10 @@ ws@^4.0.0:
68096809
safe-buffer "~5.1.0"
68106810
ultron "~1.1.0"
68116811

6812-
ws@^5.2.0:
6813-
version "5.2.0"
6814-
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.0.tgz#9fd95e3ac7c76f6ae8bcc868a0e3f11f1290c33e"
6815-
dependencies:
6816-
async-limiter "~1.0.0"
6812+
"ws@^5.2.0 || ^6.0.0 || ^7.0.0":
6813+
version "7.4.6"
6814+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
6815+
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
68176816

68186817
xml-char-classes@^1.0.0:
68196818
version "1.0.0"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"subscriptions-transport-ws": "0.9.18"
3+
"subscriptions-transport-ws": "0.9.19"
44
}
55
}

0 commit comments

Comments
 (0)