Skip to content

Commit 00032b2

Browse files
chore(deps): update dependency graphql-ws to v6 (#2526)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 35845f8 commit 00032b2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"globby": "14.0.0",
6161
"graphql": "16.8.1",
6262
"graphql-subscriptions": "2.0.0",
63-
"graphql-ws": "5.14.2",
63+
"graphql-ws": "6.0.0",
6464
"husky": "9.1.6",
6565
"jest": "29.7.0",
6666
"lint-staged": "15.2.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9529,10 +9529,10 @@ graphql-tag@^2.11.0:
95299529
dependencies:
95309530
tslib "^2.1.0"
95319531

9532-
graphql-ws@5.14.2:
9533-
version "5.14.2"
9534-
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.14.2.tgz#7db6f6138717a544d9480f0213f65f2841ed1c52"
9535-
integrity sha512-LycmCwhZ+Op2GlHz4BZDsUYHKRiiUz+3r9wbhBATMETNlORQJAaFlAgTFoeRh6xQoQegwYwIylVD1Qns9/DA3w==
9532+
graphql-ws@6.0.0:
9533+
version "6.0.0"
9534+
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-6.0.0.tgz#4c233776c91aa8685daac7508896a5aefde3057b"
9535+
integrity sha512-WiLstdkWZ2Ga9YwCqiYVnu84Kv9cgdZvdIt2GNojSYUMhuk8TLOnxBn7ioHFX4aNX3VWjjwDA3vKaLQGhtDOmw==
95369536

95379537
95389538
version "3.9.1"
@@ -14943,12 +14943,12 @@ safe-array-concat@^1.1.3:
1494314943
has-symbols "^1.1.0"
1494414944
isarray "^2.0.5"
1494514945

14946-
[email protected], safe-buffer@^5.0.1:
14946+
1494714947
version "5.2.1"
1494814948
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
1494914949
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
1495014950

14951-
safe-buffer@~5.1.0, safe-buffer@~5.1.1:
14951+
safe-buffer@^5.0.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
1495214952
version "5.1.2"
1495314953
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
1495414954
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==

0 commit comments

Comments
 (0)