Skip to content

Commit db2a541

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

File tree

9 files changed

+154
-154
lines changed

9 files changed

+154
-154
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.27",
1616
"faker": "5.5.3",
17-
"fastify": "5.6.1",
17+
"fastify": "5.6.2",
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.27",
15-
"fastify": "5.6.1",
15+
"fastify": "5.6.2",
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.27",
14-
"fastify": "5.6.1",
14+
"fastify": "5.6.2",
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.27",
14-
"fastify": "5.6.1",
14+
"fastify": "5.6.2",
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.1",
13+
"fastify": "5.6.2",
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.1",
14+
"fastify": "5.6.2",
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.27",
12-
"fastify": "5.6.1",
12+
"fastify": "5.6.2",
1313
"graphql": "16.8.1",
1414
"graphql-helix": "1.13.0"
1515
},

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Dotan Simha <dotansimha@gmail.com>",
44
"license": "MIT",
55
"private": true,
6-
"packageManager": "pnpm@10.20.0",
6+
"packageManager": "pnpm@10.21.0",
77
"engines": {
88
"node": ">=18.0.0",
99
"pnpm": ">=10.2.1"
@@ -35,7 +35,7 @@
3535
"@theguild/prettier-config": "2.0.7",
3636
"@types/benchmark": "2.1.5",
3737
"@types/jest": "30.0.0",
38-
"@types/k6": "1.3.1",
38+
"@types/k6": "1.4.0",
3939
"@types/node": "24.10.0",
4040
"@typescript-eslint/eslint-plugin": "8.46.3",
4141
"@typescript-eslint/parser": "8.46.3",
@@ -75,7 +75,7 @@
7575
},
7676
"pnpm": {
7777
"overrides": {
78-
"esbuild": "^0.25.0",
78+
"esbuild": "^0.27.0",
7979
"graphql": "16.8.1",
8080
"estree-util-value-to-estree": "3.5.0",
8181
"estree-util-build-jsx": "3.0.1",
@@ -89,7 +89,7 @@
8989
"cookie": "1.0.2",
9090
"@eslint/plugin-kit": "0.4.1",
9191
"tmp": "0.2.5",
92-
"validator": "13.15.20"
92+
"validator": "13.15.23"
9393
},
9494
"patchedDependencies": {
9595
"@ianvs/prettier-plugin-sort-imports": "patches/@ianvs__prettier-plugin-sort-imports.patch",

0 commit comments

Comments
 (0)