Skip to content

Commit 8e41a06

Browse files
fix(deps): update dependency fastify to v4.5.3 (#4036)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f213c68 commit 8e41a06

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

javascript/rest-fastify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@prisma/client": "4.2.1",
10-
"fastify": "4.5.2"
10+
"fastify": "4.5.3"
1111
},
1212
"devDependencies": {
1313
"prisma": "4.2.1"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@graphql-tools/schema": "9.0.1",
1414
"@prisma/client": "4.2.1",
15-
"fastify": "4.5.2",
15+
"fastify": "4.5.3",
1616
"graphql": "16.5.0",
1717
"graphql-scalars": "1.18.0",
1818
"mercurius": "10.2.0"

typescript/graphql-fastify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@prisma/client": "4.2.1",
10-
"fastify": "4.5.2",
10+
"fastify": "4.5.3",
1111
"graphql": "16.5.0",
1212
"graphql-scalars": "1.18.0",
1313
"mercurius": "10.2.0",

typescript/rest-fastify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@prisma/client": "4.2.1",
10-
"fastify": "4.5.2"
10+
"fastify": "4.5.3"
1111
},
1212
"devDependencies": {
1313
"@types/node": "16.11.56",

0 commit comments

Comments
 (0)