Skip to content

Commit da29eb1

Browse files
fix(deps): update dependency fastify to v5.2.2 (#7738)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e4c4ba9 commit da29eb1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

orm/fastify-graphql-sdl-first/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"trailingComma": "all"
1111
},
1212
"dependencies": {
13-
"fastify": "5.2.1",
13+
"fastify": "5.2.2",
1414
"@graphql-tools/schema": "10.0.23",
1515
"@prisma/client": "6.5.0",
1616
"graphql": "16.10.0",

orm/fastify-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "ts-node-dev --no-notify --respawn --transpile-only src/server"
77
},
88
"dependencies": {
9-
"fastify": "5.2.1",
9+
"fastify": "5.2.2",
1010
"@prisma/client": "6.5.0",
1111
"graphql": "16.10.0",
1212
"graphql-scalars": "1.24.2",

orm/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@prisma/client": "6.5.0",
10-
"fastify": "5.2.1"
10+
"fastify": "5.2.2"
1111
},
1212
"devDependencies": {
1313
"@types/node": "22.13.10",

0 commit comments

Comments
 (0)