Skip to content

Commit 971192e

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency subscriptions-transport-ws to v0.10.0
1 parent a19448a commit 971192e

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"react-dom": "16.14.0",
3333
"react-modal": "3.14.2",
3434
"react-router-dom": "4.4.0-beta.8",
35-
"subscriptions-transport-ws": "0.9.18",
35+
"subscriptions-transport-ws": "0.10.0",
3636
"tachyons": "4.12.0"
3737
},
3838
"scripts": {

advanced/yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11422,16 +11422,16 @@ stylehacks@^4.0.0:
1142211422
postcss "^7.0.0"
1142311423
postcss-selector-parser "^3.0.0"
1142411424

11425-
subscriptions-transport-ws@0.9.18:
11426-
version "0.9.18"
11427-
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.18.tgz#bcf02320c911fbadb054f7f928e51c6041a37b97"
11428-
integrity sha512-tztzcBTNoEbuErsVQpTN2xUNN/efAZXyCyL5m3x4t6SKrEiTL2N8SaKWBFWM4u56pL79ULif3zjyeq+oV+nOaA==
11425+
subscriptions-transport-ws@0.10.0:
11426+
version "0.10.0"
11427+
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.10.0.tgz#91fce775b31935e4ca995895a40942268877d23f"
11428+
integrity sha512-k28LhLn3abJ1mowFW+LP4QGggE0e3hrk55zXbMHyAeZkCUYtC0owepiwqMD3zX8DglQVaxnhE760pESrNSEzpg==
1142911429
dependencies:
1143011430
backo2 "^1.0.2"
1143111431
eventemitter3 "^3.1.0"
1143211432
iterall "^1.2.1"
1143311433
symbol-observable "^1.0.4"
11434-
ws "^5.2.0"
11434+
ws "^5.2.0 || ^6.0.0 || ^7.0.0"
1143511435

1143611436
supports-color@^2.0.0:
1143711437
version "2.0.0"
@@ -12665,6 +12665,11 @@ ws@^5.2.0:
1266512665
dependencies:
1266612666
async-limiter "~1.0.0"
1266712667

12668+
"ws@^5.2.0 || ^6.0.0 || ^7.0.0":
12669+
version "7.4.6"
12670+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
12671+
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
12672+
1266812673
x-is-string@^0.1.0:
1266912674
version "0.1.0"
1267012675
resolved "https://registry.yarnpkg.com/x-is-string/-/x-is-string-0.1.0.tgz#474b50865af3a49a9c4657f05acd145458f77d82"

0 commit comments

Comments
 (0)