Skip to content

Commit

Permalink
fix(deps): update dependency graphql-ws to v6 (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 6f3c6b5 commit f7a33c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"dependencies": {
"axios": "1.7.9",
"form-data": "4.0.1",
"graphql-ws": "5.16.2",
"graphql-ws": "6.0.0",
"is-plain-obj": "4.1.0",
"lodash.assign": "4.2.0",
"lodash.get": "4.4.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4038,10 +4038,10 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz"
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==

graphql-ws@5.16.2:
version "5.16.2"
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.16.2.tgz#7b0306c1bdb0e97a05e800ccd523f46fb212e37c"
integrity sha512-E1uccsZxt/96jH/OwmLPuXMACILs76pKF2i3W861LpKBCYtGIyPQGtWLuBLkND4ox1KHns70e83PS4te50nvPQ==
graphql-ws@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-6.0.0.tgz#4c233776c91aa8685daac7508896a5aefde3057b"
integrity sha512-WiLstdkWZ2Ga9YwCqiYVnu84Kv9cgdZvdIt2GNojSYUMhuk8TLOnxBn7ioHFX4aNX3VWjjwDA3vKaLQGhtDOmw==

graphql@*, [email protected]:
version "16.10.0"
Expand Down

0 comments on commit f7a33c4

Please sign in to comment.