Skip to content

Commit dc32e0b

Browse files
authored
Upgrade graphql-yoga package to patch vulnerability (#8369)
1 parent 2d39e87 commit dc32e0b

11 files changed

Lines changed: 133 additions & 143 deletions

File tree

.changeset/solid-knives-start.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@graphql-hive/gateway-plugin-console-sdk': patch
3+
'@graphql-hive/laboratory': patch
4+
'@graphql-hive/yoga': patch
5+
'hive': patch
6+
---
7+
8+
Upgrade graphql-yoga package to patch vulnerability

integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"dotenv": "16.4.7",
4545
"graphql": "16.9.0",
4646
"graphql-sse": "2.6.0",
47-
"graphql-yoga": "5.13.3",
47+
"graphql-yoga": "5.21.3",
4848
"human-id": "4.1.1",
4949
"set-cookie-parser": "2.7.1",
5050
"strip-ansi": "7.1.2",

packages/libraries/gateway-plugin-console-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"@envelop/types": "^5.0.0",
56-
"graphql-yoga": "5.13.3",
56+
"graphql-yoga": "5.21.3",
5757
"tiny-lru": "^11.0.0 || ^12.0.0 || ^13.0.0"
5858
},
5959
"publishConfig": {

packages/libraries/laboratory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"eslint-plugin-react-refresh": "^0.4.26",
108108
"globals": "^16.5.0",
109109
"graphql": "^16.14.0",
110-
"graphql-yoga": "5.21.1",
110+
"graphql-yoga": "5.21.3",
111111
"happy-dom": "^20.10.6",
112112
"jsdom": "^30.0.1",
113113
"lodash": "^4.18.1",

packages/libraries/pubsub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"@graphql-yoga/redis-event-target": "3.0.3",
5151
"graphile-worker": "^0.16.0",
52-
"graphql-yoga": "5.13.3"
52+
"graphql-yoga": "5.21.3"
5353
},
5454
"devDependencies": {
5555
"tslib": "2.8.1",

packages/libraries/yoga/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@graphql-yoga/plugin-response-cache": "3.9.0",
6060
"@whatwg-node/fetch": "0.10.13",
6161
"graphql-ws": "5.16.1",
62-
"graphql-yoga": "5.13.3",
62+
"graphql-yoga": "5.21.3",
6363
"vitest": "4.1.3",
6464
"ws": "8.21.0"
6565
},

packages/services/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"graphql-modules": "3.1.2",
7171
"graphql-parse-resolve-info": "4.13.0",
7272
"graphql-scalars": "1.24.2",
73-
"graphql-yoga": "5.13.3",
73+
"graphql-yoga": "5.21.3",
7474
"ioredis-mock": "8.9.0",
7575
"jsonwebtoken": "9.0.3",
7676
"lodash": "4.18.1",

packages/services/demo/federation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@apollo/subgraph": "2.13.2",
1010
"@theguild/federation-composition": "0.24.1",
1111
"graphql": "16.9.0",
12-
"graphql-yoga": "5.13.3"
12+
"graphql-yoga": "5.21.3"
1313
},
1414
"devDependencies": {
1515
"wrangler": "3.114.17"

packages/services/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"fastify": "5.10.0",
4545
"got": "14.4.7",
4646
"graphql": "16.9.0",
47-
"graphql-yoga": "5.13.3",
47+
"graphql-yoga": "5.21.3",
4848
"hyperid": "4.0.0",
4949
"openid-client": "6.8.2",
5050
"pino-pretty": "11.3.0",

packages/services/workflows/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dotenv": "16.4.7",
3434
"graphile-worker": "0.16.6",
3535
"graphql": "16.9.0",
36-
"graphql-yoga": "5.13.3",
36+
"graphql-yoga": "5.21.3",
3737
"mjml": "4.14.0",
3838
"nodemailer": "9.0.1",
3939
"p-limit": "6.2.0",

0 commit comments

Comments
 (0)