Skip to content

Commit 5372ffa

Browse files
committed
fix(deps): Bump graphql to 16.14.2 (#2056)
1 parent 74d24f1 commit 5372ffa

12 files changed

Lines changed: 73 additions & 24 deletions

File tree

packages/babel-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"babel-plugin-graphql-tag": "3.3.0",
4141
"babel-plugin-module-resolver": "5.0.3",
4242
"fast-glob": "3.3.3",
43-
"graphql": "16.13.2",
43+
"graphql": "16.14.2",
4444
"typescript": "5.9.3"
4545
},
4646
"devDependencies": {

packages/codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"deepmerge": "4.3.1",
4040
"execa": "5.1.1",
4141
"fast-glob": "3.3.3",
42-
"graphql": "16.13.2",
42+
"graphql": "16.14.2",
4343
"jscodeshift": "17.3.0",
4444
"pascalcase": "1.0.0",
4545
"prettier": "3.8.4",

packages/forms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"test:watch": "vitest watch"
3434
},
3535
"dependencies": {
36-
"graphql": "16.13.2",
36+
"graphql": "16.14.2",
3737
"pascalcase": "1.0.0",
3838
"react-hook-form": "7.74.0"
3939
},

packages/gqlorm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
},
140140
"dependencies": {
141141
"@cedarjs/server-store": "4.2.0",
142-
"graphql": "16.13.2"
142+
"graphql": "16.14.2"
143143
},
144144
"devDependencies": {
145145
"@arethetypeswrong/cli": "0.18.4",

packages/graphql-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@graphql-yoga/plugin-persisted-operations": "3.21.2",
5252
"@opentelemetry/api": "1.9.1",
5353
"cookie": "1.1.1",
54-
"graphql": "16.13.2",
54+
"graphql": "16.14.2",
5555
"graphql-scalars": "1.25.0",
5656
"graphql-tag": "2.12.6",
5757
"graphql-yoga": "5.21.2",

packages/internal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"esbuild": "0.27.7",
193193
"execa": "5.1.1",
194194
"fast-glob": "3.3.3",
195-
"graphql": "16.13.2",
195+
"graphql": "16.14.2",
196196
"kill-port": "1.6.1",
197197
"prettier": "3.8.4",
198198
"rimraf": "6.1.3",

packages/prerender/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@whatwg-node/fetch": "0.10.13",
8484
"babel-plugin-ignore-html-and-css-imports": "0.1.0",
8585
"cheerio": "1.2.0",
86-
"graphql": "16.13.2",
86+
"graphql": "16.14.2",
8787
"mime-types": "2.1.35",
8888
"rollup": "4.60.4",
8989
"rollup-plugin-swc3": "0.12.1",

packages/realtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@graphql-yoga/subscription": "5.0.5",
3838
"@n1ru4l/graphql-live-query": "0.10.0",
3939
"@n1ru4l/in-memory-live-query-store": "0.10.0",
40-
"graphql": "16.13.2"
40+
"graphql": "16.14.2"
4141
},
4242
"devDependencies": {
4343
"@cedarjs/framework-tools": "4.2.0",

packages/structure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"camelcase": "6.3.0",
6161
"deepmerge": "4.3.1",
6262
"dotenv-defaults": "5.0.2",
63-
"graphql": "16.13.2",
63+
"graphql": "16.14.2",
6464
"line-column": "1.0.2",
6565
"lodash": "4.18.1",
6666
"lru-cache": "11.3.6",

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"@whatwg-node/fetch": "0.10.13",
146146
"apollo-upload-client": "18.0.1",
147147
"cookie": "1.1.1",
148-
"graphql": "16.13.2",
148+
"graphql": "16.14.2",
149149
"graphql-sse": "2.6.0",
150150
"graphql-tag": "2.12.6",
151151
"react-hot-toast": "2.6.0",

0 commit comments

Comments
 (0)