Skip to content

Commit 077b70d

Browse files
fix(deps): update dependency graphql-ws to ^5.16.2 (#2075)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 943dbc8 commit 077b70d

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

examples/gnt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@nhost/nextjs": "^2.1.18",
1616
"gqty": "workspace:^",
1717
"graphql": "^16.9.0",
18-
"graphql-ws": "^5.16.0",
18+
"graphql-ws": "^5.16.2",
1919
"next": "14.2.21",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1"

internal/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"graphql": "^16.9.0",
4646
"graphql-ez": "^0.16.1",
4747
"graphql-scalars": "^1.23.0",
48-
"graphql-ws": "^5.16.0",
48+
"graphql-ws": "^5.16.2",
4949
"graphql-yoga": "^5.6.3",
5050
"jest": "^29.7.0",
5151
"jest-watch-typeahead": "^2.2.2",

packages/gqty/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
9696
"graphql": "^16.9.0",
9797
"graphql-sse": "^2.5.4",
98-
"graphql-ws": "^5.16.0",
98+
"graphql-ws": "^5.16.2",
9999
"jest": "^30.0.0-alpha.7",
100100
"just-memoize": "^2.2.0",
101101
"open-cli": "^8.0.0",
@@ -111,7 +111,7 @@
111111
"peerDependencies": {
112112
"graphql": "*",
113113
"graphql-sse": "^2.5.4",
114-
"graphql-ws": "^5.16.0"
114+
"graphql-ws": "^5.16.2"
115115
},
116116
"peerDependenciesMeta": {
117117
"graphql": {

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"gqty": "workspace:^",
110110
"graphql": "^16.9.0",
111111
"graphql-sse": "^2.5.4",
112-
"graphql-ws": "^5.16.0",
112+
"graphql-ws": "^5.16.2",
113113
"jest": "^29.7.0",
114114
"jest-environment-jsdom": "^29.7.0",
115115
"lodash-es": "^4.17.21",
@@ -124,7 +124,7 @@
124124
"gqty": "workspace:^",
125125
"graphql": "*",
126126
"graphql-sse": "^2.5.4",
127-
"graphql-ws": "^5.16.0",
127+
"graphql-ws": "^5.16.2",
128128
"react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
129129
"react-dom": "^18.0.0 || ^19.0.0"
130130
},

pnpm-lock.yaml

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)