Skip to content

Commit 6572a99

Browse files
fix(deps): update all non-major dependencies (#2699)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f736747 commit 6572a99

File tree

9 files changed

+29
-34
lines changed

9 files changed

+29
-34
lines changed

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@envelop/validation-cache": "workspace:^",
1515
"@graphql-tools/schema": "10.0.25",
1616
"faker": "5.5.3",
17-
"fastify": "5.6.0",
17+
"fastify": "5.6.1",
1818
"graphql": "16.10.0"
1919
}
2020
}

examples/graphql-helix-auth0/package.json

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

examples/graphql-helix-defer-stream/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.25",
14-
"fastify": "5.6.0",
14+
"fastify": "5.6.1",
1515
"graphql": "experimental-stream-defer",
1616
"graphql-helix": "1.13.0"
1717
},

examples/graphql-helix/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.25",
14-
"fastify": "5.6.0",
14+
"fastify": "5.6.1",
1515
"graphql": "16.8.1",
1616
"graphql-helix": "1.13.0"
1717
},

examples/nexus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@envelop/core": "workspace:^",
13-
"fastify": "5.6.0",
13+
"fastify": "5.6.1",
1414
"graphql": "16.8.1",
1515
"graphql-helix": "1.13.0",
1616
"nexus": "1.3.0",

examples/typegraphql/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
"class-validator": "0.14.2",
14-
"fastify": "5.6.0",
14+
"fastify": "5.6.1",
1515
"graphql": "16.8.1",
1616
"graphql-helix": "1.13.0",
1717
"reflect-metadata": "0.2.2",

examples/with-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@envelop/core": "workspace:^",
1111
"@graphql-tools/schema": "10.0.25",
12-
"fastify": "5.6.0",
12+
"fastify": "5.6.1",
1313
"graphql": "16.8.1",
1414
"graphql-helix": "1.13.0"
1515
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Dotan Simha <[email protected]>",
44
"license": "MIT",
55
"private": true,
6-
"packageManager": "[email protected].0",
6+
"packageManager": "[email protected].1",
77
"engines": {
88
"node": ">=18.0.0",
99
"pnpm": ">=10.2.1"
@@ -54,7 +54,7 @@
5454
"globby": "14.1.0",
5555
"husky": "9.1.7",
5656
"jest": "30.1.3",
57-
"lint-staged": "16.1.6",
57+
"lint-staged": "16.2.0",
5858
"prettier": "3.6.2",
5959
"prettier-plugin-pkg": "0.21.2",
6060
"prettier-plugin-sh": "0.18.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)