Skip to content

Commit 4341dfe

Browse files
fix(deps): update dependency graphql-ws to v5.16.1
1 parent f2a25c7 commit 4341dfe

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"chokidar": "4.0.3",
2626
"fast-glob": "3.3.2",
2727
"graphql-tag": "2.12.6",
28-
"graphql-ws": "5.16.0",
28+
"graphql-ws": "5.16.1",
2929
"lodash": "4.17.21",
3030
"normalize-path": "3.0.0",
3131
"subscriptions-transport-ws": "0.11.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5873,7 +5873,12 @@ graphql-tag@2.12.6:
58735873
dependencies:
58745874
tslib "^2.1.0"
58755875

5876-
graphql-ws@5.16.0, graphql-ws@^5.11.2:
5876+
graphql-ws@5.16.1:
5877+
version "5.16.1"
5878+
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.16.1.tgz#dedc3ce42764cd4977303e1fe25ddac8e6868cce"
5879+
integrity sha512-/U3sZOhiZ36ZtSFhdnT8Fj5novy2E+Fnr6P5KjMSDv6E72yfvnWRJN7hll9G/mlzhWPuK+8xRtZ8RJIw++vV3w==
5880+
5881+
graphql-ws@^5.11.2:
58775882
version "5.16.0"
58785883
resolved "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.16.0.tgz"
58795884
integrity sha512-Ju2RCU2dQMgSKtArPbEtsK5gNLnsQyTNIo/T7cZNp96niC1x0KdJNZV0TIoilceBPQwfb5itrGl8pkFeOUMl4A==

0 commit comments

Comments
 (0)