Skip to content

Commit

Permalink
fix(deps): update dependency fastify to v4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 18, 2022
1 parent 2fdec88 commit f4ee0af
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.4.0",
"fastify": "4.8.1"
"fastify": "4.9.1"
},
"devDependencies": {
"prisma": "4.4.0"
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.4",
"@prisma/client": "4.4.0",
"fastify": "4.8.1",
"fastify": "4.9.1",
"graphql": "16.5.0",
"graphql-scalars": "1.19.0",
"mercurius": "11.0.1"
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.4.0",
"fastify": "4.8.1",
"fastify": "4.9.1",
"graphql": "16.5.0",
"graphql-scalars": "1.19.0",
"mercurius": "11.0.1",
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.4.0",
"fastify": "4.8.1"
"fastify": "4.9.1"
},
"devDependencies": {
"@types/node": "16.11.66",
Expand Down

0 comments on commit f4ee0af

Please sign in to comment.