Skip to content

Commit

Permalink
fix(deps): update dependency fastify to v4.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 31, 2023
1 parent a2e9fe0 commit 57ef4d0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"@types/jest": "29.5.4",
"@types/lodash": "4.14.197",
"esbuild-jest": "0.5.0",
"fastify": "4.22.0",
"fastify": "4.22.1",
"jest": "29.6.4",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
},
"peerDependencies": {
"@fastify/swagger": "8.9.0",
"@fastify/swagger-ui": "1.9.3",
"fastify": "4.22.0"
"fastify": "4.22.1"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion playground/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "ISC",
"dependencies": {
"@fastify/swagger": "8.9.0",
"fastify": "4.22.0",
"fastify": "4.22.1",
"fastify-flux": "workspace:*",
"source-map-support": "0.5.21",
"tsconfig-paths": "4.2.0"
Expand Down
2 changes: 1 addition & 1 deletion playground/template-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@fastify/swagger": "8.9.0",
"@fastify/swagger-ui": "1.9.3",
"@prisma/client": "4.16.2",
"fastify": "4.22.0",
"fastify": "4.22.1",
"fastify-flux": "workspace:*",
"tsconfig-paths": "4.2.0"
},
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 57ef4d0

Please sign in to comment.