Skip to content

Commit

Permalink
chore(deps-dev): bump fastify from 4.28.1 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [fastify](https://github.com/fastify/fastify) from 4.28.1 to 5.0.0.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v4.28.1...v5.0.0)

---
updated-dependencies:
- dependency-name: fastify
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 43322d6 commit 4e9e4b8
Show file tree
Hide file tree
Showing 7 changed files with 97 additions and 107 deletions.
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.10.0",
"fastify": "^4.28.1",
"fastify": "^5.0.0",
"neostandard": "^0.11.5",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cronjob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.10.0",
"fastify": "^4.28.1",
"fastify": "^5.0.0",
"mongodb": "^6.9.0",
"neostandard": "^0.11.5",
"rimraf": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.10.0",
"fastify": "^4.28.1",
"fastify": "^5.0.0",
"mongodb": "^6.9.0",
"neostandard": "^0.11.5",
"rimraf": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/multipart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.10.0",
"fastify": "^4.28.1",
"fastify": "^5.0.0",
"formidable": "^3.5.1",
"neostandard": "^0.11.5",
"rimraf": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.10.0",
"fastify": "^4.28.1",
"fastify": "^5.0.0",
"neostandard": "^0.11.5",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.10.0",
"fastify": "^4.28.1",
"fastify": "^5.0.0",
"neostandard": "^0.11.4",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit 4e9e4b8

Please sign in to comment.