Skip to content

Commit

Permalink
build(deps): bump the fastify-core group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the fastify-core group with 2 updates: [fastify-plugin](https://github.com/fastify/fastify-plugin) and [fastify](https://github.com/fastify/fastify).


Updates `fastify-plugin` from 4.5.1 to 5.0.1
- [Release notes](https://github.com/fastify/fastify-plugin/releases)
- [Commits](fastify/fastify-plugin@v4.5.1...v5.0.1)

Updates `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-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: fastify-core
- dependency-name: fastify
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: fastify-core
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent bbc2391 commit 31d2bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-regexp": "^2.2.0",
"eslint-plugin-security": "^2.1.1",
"fastify": "^4.26.1",
"fastify": "^5.0.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"license-checker": "^25.0.1",
Expand All @@ -89,6 +89,6 @@
"upath": "^2.0.1"
},
"dependencies": {
"fastify-plugin": "^4.5.1"
"fastify-plugin": "^5.0.1"
}
}

0 comments on commit 31d2bd6

Please sign in to comment.