Skip to content

Commit a5073e8

Browse files
fix(deps): update dependency graphql-ws to v5.12.0 (#5096)
* fix(deps): update dependency graphql-ws to v5.12.0 * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f9bb81c commit a5073e8

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-tools/executor-graphql-ws': patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/graphql-ws/v/5.12.0) (from `5.11.3`, in `dependencies`)

packages/executors/graphql-ws/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"isomorphic-ws": "5.0.0",
5757
"@graphql-tools/utils": "9.2.1",
5858
"@repeaterjs/repeater": "3.0.4",
59-
"graphql-ws": "5.11.3",
59+
"graphql-ws": "5.12.0",
6060
"tslib": "^2.4.0"
6161
},
6262
"publishConfig": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6685,10 +6685,10 @@ [email protected]:
66856685
http-errors "^2.0.0"
66866686
object-path "^0.11.8"
66876687

6688-
graphql-ws@5.11.3:
6689-
version "5.11.3"
6690-
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.11.3.tgz#eaf8e6baf669d167975cff13ad86abca4ecfe82f"
6691-
integrity sha512-fU8zwSgAX2noXAsuFiCZ8BtXeXZOzXyK5u1LloCdacsVth4skdBMPO74EG51lBoWSIZ8beUocdpV8+cQHBODnQ==
6688+
graphql-ws@5.12.0:
6689+
version "5.12.0"
6690+
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.12.0.tgz#d06fe38916334b4a4c827f73268cbf4359a32ed7"
6691+
integrity sha512-PA3ImUp8utrpEjoxBMhvxsjkStvFEdU0E1gEBREt8HZIWkxOUymwJBhFnBL7t/iHhUq1GVPeZevPinkZFENxTw==
66926692

66936693
[email protected], graphql-yoga@^3.5.1:
66946694
version "3.7.1"

0 commit comments

Comments
 (0)