Skip to content

Commit 5625df6

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency subscriptions-transport-ws to v0.9.14
1 parent 61699d9 commit 5625df6

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"graphql": "0.13.2",
2121
"graphql-tag": "2.9.2",
2222
"jwt-decode": "2.2.0",
23-
"subscriptions-transport-ws": "0.9.13",
23+
"subscriptions-transport-ws": "0.9.14",
2424
"vue": "2.5.16",
2525
"vue-apollo": "3.0.0-beta.19",
2626
"vue-router": "3.0.1",

advanced/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5438,9 +5438,9 @@ strip-json-comments@~2.0.1:
54385438
version "2.0.1"
54395439
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
54405440

5441-
5442-
version "0.9.13"
5443-
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.13.tgz#3c09b8ad0c1492c902fca57186bbff48c393b0bf"
5441+
5442+
version "0.9.14"
5443+
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.14.tgz#a39e08edba89ee4cfd95f30484c55d865f5d8451"
54445444
dependencies:
54455445
backo2 "^1.0.2"
54465446
eventemitter3 "^3.1.0"

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"apollo-link-ws": "1.0.8",
1717
"graphql": "0.13.2",
1818
"graphql-tag": "2.9.2",
19-
"subscriptions-transport-ws": "0.9.13",
19+
"subscriptions-transport-ws": "0.9.14",
2020
"vue": "2.5.16",
2121
"vue-apollo": "3.0.0-beta.19",
2222
"vue-router": "3.0.1",

basic/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5736,9 +5736,9 @@ strip-json-comments@~2.0.1:
57365736
version "2.0.1"
57375737
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
57385738

5739-
5740-
version "0.9.13"
5741-
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.13.tgz#3c09b8ad0c1492c902fca57186bbff48c393b0bf"
5739+
5740+
version "0.9.14"
5741+
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.14.tgz#a39e08edba89ee4cfd95f30484c55d865f5d8451"
57425742
dependencies:
57435743
backo2 "^1.0.2"
57445744
eventemitter3 "^3.1.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"subscriptions-transport-ws": "0.9.13"
3+
"subscriptions-transport-ws": "0.9.14"
44
}
55
}

0 commit comments

Comments
 (0)