Skip to content

Commit d28b3bd

Browse files
committed
fix(deps): update dependency subscriptions-transport-ws to v0.11.0
1 parent 21603f4 commit d28b3bd

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
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.6",
2222
"jwt-decode": "2.2.0",
23-
"subscriptions-transport-ws": "0.9.19",
23+
"subscriptions-transport-ws": "0.11.0",
2424
"vue": "2.6.14",
2525
"vue-apollo": "3.0.7",
2626
"vue-router": "3.5.2",

advanced/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5782,10 +5782,10 @@ strip-json-comments@~2.0.1:
57825782
version "2.0.1"
57835783
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
57845784

5785-
subscriptions-transport-ws@0.9.19:
5786-
version "0.9.19"
5787-
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.19.tgz#10ca32f7e291d5ee8eb728b9c02e43c52606cdcf"
5788-
integrity sha512-dxdemxFFB0ppCLg10FTtRqH/31FNRL1y1BQv8209MK5I4CwALb7iihQg+7p65lFcIl8MHatINWBLOqpgU4Kyyw==
5785+
subscriptions-transport-ws@0.11.0:
5786+
version "0.11.0"
5787+
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.11.0.tgz#baf88f050cba51d52afe781de5e81b3c31f89883"
5788+
integrity sha512-8D4C6DIH5tGiAIpp5I0wD/xRlNiZAPGHygzCe7VzyzUoxHtawzjNAY9SUTXU05/EY2NMY9/9GF0ycizkXr1CWQ==
57895789
dependencies:
57905790
backo2 "^1.0.2"
57915791
eventemitter3 "^3.1.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.6",
19-
"subscriptions-transport-ws": "0.9.19",
19+
"subscriptions-transport-ws": "0.11.0",
2020
"vue": "2.6.14",
2121
"vue-apollo": "3.0.7",
2222
"vue-router": "3.5.2",

basic/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6068,10 +6068,10 @@ strip-json-comments@~2.0.1:
60686068
version "2.0.1"
60696069
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
60706070

6071-
subscriptions-transport-ws@0.9.19:
6072-
version "0.9.19"
6073-
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.19.tgz#10ca32f7e291d5ee8eb728b9c02e43c52606cdcf"
6074-
integrity sha512-dxdemxFFB0ppCLg10FTtRqH/31FNRL1y1BQv8209MK5I4CwALb7iihQg+7p65lFcIl8MHatINWBLOqpgU4Kyyw==
6071+
subscriptions-transport-ws@0.11.0:
6072+
version "0.11.0"
6073+
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.11.0.tgz#baf88f050cba51d52afe781de5e81b3c31f89883"
6074+
integrity sha512-8D4C6DIH5tGiAIpp5I0wD/xRlNiZAPGHygzCe7VzyzUoxHtawzjNAY9SUTXU05/EY2NMY9/9GF0ycizkXr1CWQ==
60756075
dependencies:
60766076
backo2 "^1.0.2"
60776077
eventemitter3 "^3.1.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.19"
3+
"subscriptions-transport-ws": "0.11.0"
44
}
55
}

0 commit comments

Comments
 (0)