Skip to content

Commit

Permalink
fix(deps): update dependency graphql-ws to v5.12.0 (#5096)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Mar 6, 2023
1 parent f9bb81c commit a5073e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-tools/executor-graphql-ws': patch
---
dependencies updates:
- Updated dependency [`graphql-ws@5.12.0` ↗︎](https://www.npmjs.com/package/graphql-ws/v/5.12.0) (from `5.11.3`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/executors/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"isomorphic-ws": "5.0.0",
"@graphql-tools/utils": "9.2.1",
"@repeaterjs/repeater": "3.0.4",
"graphql-ws": "5.11.3",
"graphql-ws": "5.12.0",
"tslib": "^2.4.0"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6685,10 +6685,10 @@ graphql-upload@16.0.2:
http-errors "^2.0.0"
object-path "^0.11.8"

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

graphql-yoga@3.7.1, graphql-yoga@^3.5.1:
version "3.7.1"
Expand Down

0 comments on commit a5073e8

Please sign in to comment.