Skip to content

Commit

Permalink
Bump fastify from 4.25.2 to 4.26.0 (#295)
Browse files Browse the repository at this point in the history
Bumps [fastify](https://github.com/fastify/fastify) from 4.25.2 to 4.26.0.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v4.25.2...v4.26.0)

---
updated-dependencies:
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent a6db370 commit 3538d35
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
2 changes: 1 addition & 1 deletion apps/cache-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/react-dom": "18.2.18",
"dotenv-cli": "7.3.0",
"eslint": "8.56.0",
"fastify": "4.25.2",
"fastify": "4.26.0",
"pm2": "5.3.1",
"redis": "4.6.12",
"rimraf": "5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion internal/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "node --import tsx/esm ./src/backend.ts"
},
"dependencies": {
"fastify": "4.25.2",
"fastify": "4.26.0",
"pino": "8.17.2"
},
"devDependencies": {
Expand Down
30 changes: 20 additions & 10 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"start": "node --import tsx/esm ./src/server.ts"
},
"dependencies": {
"fastify": "4.25.2",
"fastify": "4.26.0",
"pino": "8.17.2"
},
"devDependencies": {
Expand Down

0 comments on commit 3538d35

Please sign in to comment.