Skip to content

Commit ca599f1

Browse files
chore(deps): bump graphql-yoga from 5.1.0 to 5.3.1 (#312)
Bumps [graphql-yoga](https://github.com/dotansimha/graphql-yoga/tree/HEAD/packages/graphql-yoga) from 5.1.0 to 5.3.1. - [Release notes](https://github.com/dotansimha/graphql-yoga/releases) - [Changelog](https://github.com/dotansimha/graphql-yoga/blob/main/packages/graphql-yoga/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-yoga/commits/[email protected]/packages/graphql-yoga) --- updated-dependencies: - dependency-name: graphql-yoga dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b1a125 commit ca599f1

File tree

6 files changed

+17
-37
lines changed

6 files changed

+17
-37
lines changed

benchmarks/yoga-debugger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"graphql": "^16.0.0 || ^17.0.0"
44
},
55
"dependencies": {
6-
"graphql-yoga": "5.1.0",
6+
"graphql-yoga": "5.3.1",
77
"@graphql-debugger/graphql-yoga": "workspace:^"
88
},
99
"type": "module"

benchmarks/yoga-otel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@opentelemetry/resources": "1.24.0",
1010
"@opentelemetry/sdk-trace-base": "1.24.0",
1111
"@opentelemetry/semantic-conventions": "1.24.0",
12-
"graphql-yoga": "5.1.0"
12+
"graphql-yoga": "5.3.1"
1313
},
1414
"type": "module"
1515
}

benchmarks/yoga/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"graphql": "^16.0.0 || ^17.0.0"
44
},
55
"dependencies": {
6-
"graphql-yoga": "5.1.0"
6+
"graphql-yoga": "5.3.1"
77
},
88
"type": "module"
99
}

packages/graphql-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@graphql-tools/utils": "10.1.3",
3030
"@pothos/core": "3.41.1",
3131
"dataloader": "2.2.2",
32-
"graphql-yoga": "5.3.0"
32+
"graphql-yoga": "5.3.1"
3333
},
3434
"devDependencies": {
3535
"@graphql-debugger/adapter-sqlite": "workspace:^",

plugins/yoga/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@graphql-debugger/trace-schema": "workspace:^",
2626
"@graphql-tools/schema": "10.0.3",
2727
"@graphql-tools/utils": "10.1.3",
28-
"graphql-yoga": "5.3.0"
28+
"graphql-yoga": "5.3.1"
2929
},
3030
"devDependencies": {
3131
"@graphql-debugger/opentelemetry": "workspace:^",

pnpm-lock.yaml

Lines changed: 12 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)