We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c4ba9 commit da29eb1Copy full SHA for da29eb1
3 files changed
orm/fastify-graphql-sdl-first/package.json
@@ -10,7 +10,7 @@
10
"trailingComma": "all"
11
},
12
"dependencies": {
13
- "fastify": "5.2.1",
+ "fastify": "5.2.2",
14
"@graphql-tools/schema": "10.0.23",
15
"@prisma/client": "6.5.0",
16
"graphql": "16.10.0",
orm/fastify-graphql/package.json
@@ -6,7 +6,7 @@
6
"dev": "ts-node-dev --no-notify --respawn --transpile-only src/server"
7
8
9
"graphql-scalars": "1.24.2",
orm/fastify/package.json
@@ -7,7 +7,7 @@
- "fastify": "5.2.1"
+ "fastify": "5.2.2"
"devDependencies": {
"@types/node": "22.13.10",
0 commit comments