Skip to content

Commit fee018d

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency subscriptions-transport-ws to v0.9.16
1 parent 4e69336 commit fee018d

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.10.1",
2222
"jwt-decode": "2.2.0",
23-
"subscriptions-transport-ws": "0.9.15",
23+
"subscriptions-transport-ws": "0.9.16",
2424
"vue": "2.5.21",
2525
"vue-apollo": "3.0.0-beta.26",
2626
"vue-router": "3.0.2",

advanced/yarn.lock

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

5486-
5487-
version "0.9.15"
5488-
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.15.tgz#68a8b7ba0037d8c489fb2f5a102d1494db297d0d"
5486+
5487+
version "0.9.16"
5488+
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.16.tgz#90a422f0771d9c32069294c08608af2d47f596ec"
54895489
dependencies:
54905490
backo2 "^1.0.2"
54915491
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.15",
1717
"graphql": "0.13.2",
1818
"graphql-tag": "2.10.1",
19-
"subscriptions-transport-ws": "0.9.15",
19+
"subscriptions-transport-ws": "0.9.16",
2020
"vue": "2.5.21",
2121
"vue-apollo": "3.0.0-beta.26",
2222
"vue-router": "3.0.2",

basic/yarn.lock

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

5783-
5784-
version "0.9.15"
5785-
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.15.tgz#68a8b7ba0037d8c489fb2f5a102d1494db297d0d"
5783+
5784+
version "0.9.16"
5785+
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.16.tgz#90a422f0771d9c32069294c08608af2d47f596ec"
57865786
dependencies:
57875787
backo2 "^1.0.2"
57885788
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.15"
3+
"subscriptions-transport-ws": "0.9.16"
44
}
55
}

0 commit comments

Comments
 (0)