Skip to content

Commit

Permalink
build(deps): bump fastify-plugin from 4.5.1 to 5.0.1 (#808)
Browse files Browse the repository at this point in the history
Bumps [fastify-plugin](https://github.com/fastify/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)

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

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 Oct 17, 2024
1 parent 6325d24 commit 1430934
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/spence-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@spencejs/spence-events": "^0.10.2",
"fastify-plugin": "~4.5.0",
"fastify-plugin": "~5.0.1",
"http-errors": "^2.0.0",
"lodash": "~4.17.15"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/spence-mongo-repos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@spencejs/spence-events": "^0.10.2",
"fastify-plugin": "4.5.1",
"fastify-plugin": "5.0.1",
"http-errors": "^2.0.0",
"lodash": "~4.17.15"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/spence-pg-repos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@spencejs/spence-events": "^0.10.2",
"fastify-plugin": "4.5.1",
"fastify-plugin": "5.0.1",
"http-errors": "^2.0.0",
"knex": "sloops77/knex#c3dc4f84d6c741b79f0564c1958e251adfdee2a0",
"lodash": "~4.17.15",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3092,10 +3092,10 @@ fast-uri@^2.0.0, fast-uri@^2.1.0:
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-2.3.0.tgz#bdae493942483d299e7285dcb4627767d42e2793"
integrity sha512-eel5UKGn369gGEWOqBShmFJWfq/xSJvsgDzgLYC845GneayWvXBf0lJCBn5qTABfewy1ZDPoaR5OZCP+kssfuw==

fastify-plugin@4.5.1, fastify-plugin@~4.5.0:
version "4.5.1"
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.5.1.tgz#44dc6a3cc2cce0988bc09e13f160120bbd91dbee"
integrity sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ==
fastify-plugin@5.0.1, fastify-plugin@~5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-5.0.1.tgz#82d44e6fe34d1420bb5a4f7bee434d501e41939f"
integrity sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==

fastify@~4.13.0:
version "4.13.0"
Expand Down

0 comments on commit 1430934

Please sign in to comment.