Skip to content

Commit f6ed3b3

Browse files
fix(deps): update dependency graphql to v16.11.0
1 parent 4e44638 commit f6ed3b3

File tree

53 files changed

+531
-531
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+531
-531
lines changed

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@graphql-tools/schema": "10.0.23",
1616
"faker": "5.5.3",
1717
"fastify": "5.3.3",
18-
"graphql": "16.10.0"
18+
"graphql": "16.11.0"
1919
}
2020
}

examples/apollo-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@apollo/server-gateway-interface": "^1.1.1",
1414
"@envelop/core": "workspace:^",
1515
"@graphql-tools/schema": "10.0.23",
16-
"graphql": "16.10.0"
16+
"graphql": "16.11.0"
1717
},
1818
"devDependencies": {
1919
"@types/node": "22.15.18",

examples/azure-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@envelop/core": "workspace:^",
1313
"@graphql-tools/schema": "10.0.23",
14-
"graphql": "16.8.1",
14+
"graphql": "16.11.0",
1515
"graphql-helix": "1.13.0"
1616
},
1717
"devDependencies": {

examples/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@envelop/core": "workspace:^",
1313
"@graphql-tools/schema": "10.0.23",
14-
"graphql": "16.8.1",
14+
"graphql": "16.11.0",
1515
"graphql-helix": "1.13.0",
1616
"tslib": "2.8.1",
1717
"worktop": "0.7.3"

examples/express-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@graphql-tools/schema": "10.0.23",
1414
"express": "5.1.0",
1515
"express-graphql": "0.12.0",
16-
"graphql": "16.8.1",
16+
"graphql": "16.11.0",
1717
"tslib": "2.8.1"
1818
},
1919
"devDependencies": {

examples/google-cloud-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@graphql-tools/schema": "10.0.23",
1919
"firebase-admin": "13.4.0",
2020
"firebase-functions": "6.3.2",
21-
"graphql": "16.8.1",
21+
"graphql": "16.11.0",
2222
"graphql-helix": "1.13.0"
2323
},
2424
"devDependencies": {

examples/graphql-helix-auth0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@envelop/core": "workspace:^",
1414
"@graphql-tools/schema": "10.0.23",
1515
"fastify": "5.3.3",
16-
"graphql": "16.8.1",
16+
"graphql": "16.11.0",
1717
"graphql-helix": "1.13.0"
1818
},
1919
"devDependencies": {

examples/graphql-helix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@envelop/core": "workspace:^",
1313
"@graphql-tools/schema": "10.0.23",
1414
"fastify": "5.3.3",
15-
"graphql": "16.8.1",
15+
"graphql": "16.11.0",
1616
"graphql-helix": "1.13.0"
1717
},
1818
"devDependencies": {

examples/graphql-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@envelop/core": "workspace:^",
1313
"@graphql-tools/schema": "10.0.23",
14-
"graphql": "16.8.1",
14+
"graphql": "16.11.0",
1515
"graphql-http": "^1.18.0"
1616
},
1717
"devDependencies": {

examples/graphql-socket.io/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@graphql-tools/schema": "10.0.23",
1515
"@n1ru4l/socket-io-graphql-client": "0.13.0",
1616
"@n1ru4l/socket-io-graphql-server": "0.13.0",
17-
"graphql": "16.8.1",
17+
"graphql": "16.11.0",
1818
"graphql-ws": "^6.0.0",
1919
"socket.io": "4.8.1",
2020
"socket.io-client": "4.8.1",

0 commit comments

Comments
 (0)