Skip to content

Commit

Permalink
fix(deps): update dependency fastify to v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 17, 2022
1 parent 31110dc commit 959f1c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion javascript/rest-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@prisma/client": "4.6.1",
"fastify": "4.9.2"
"fastify": "4.10.0"
},
"devDependencies": {
"prisma": "4.6.1"
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-fastify-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@graphql-tools/schema": "9.0.10",
"@prisma/client": "4.6.1",
"fastify": "4.9.2",
"fastify": "4.10.0",
"graphql": "16.5.0",
"graphql-scalars": "1.20.1",
"mercurius": "11.3.0"
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@prisma/client": "4.6.1",
"fastify": "4.9.2",
"fastify": "4.10.0",
"graphql": "16.5.0",
"graphql-scalars": "1.20.1",
"mercurius": "11.3.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/rest-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@prisma/client": "4.6.1",
"fastify": "4.9.2"
"fastify": "4.10.0"
},
"devDependencies": {
"@types/node": "18.11.9",
Expand Down

0 comments on commit 959f1c5

Please sign in to comment.