Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 63c79e5 commit f2acfd6
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
},
"dependencies": {
"env-schema": "^6.0.0",
"fastify-plugin": "^5.0.0"
"fastify-plugin": "^5.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/cronjob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"dependencies": {
"cron-parser": "^4.9.0",
"fastify-plugin": "^5.0.0"
"fastify-plugin": "^5.0.1"
},
"peerDependencies": {
"mongodb": "^6.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"mongodb": "^6.9.0"
},
"dependencies": {
"fastify-plugin": "^5.0.0"
"fastify-plugin": "^5.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/multipart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"undici": "^6.19.8"
},
"dependencies": {
"fastify-plugin": "^5.0.0"
"fastify-plugin": "^5.0.1"
},
"peerDependencies": {
"@types/busboy": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@types/simple-oauth2": "^5.0.7",
"fast-jwt": "^4.0.5",
"fastify-plugin": "^5.0.0",
"fastify-plugin": "^5.0.1",
"jose": "^5.9.3",
"simple-oauth2": "^5.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"dependencies": {
"@kakang/abstract-send": "^0.0.4",
"@types/fast-decode-uri-component": "^1.0.0",
"fastify-plugin": "^5.0.0"
"fastify-plugin": "^5.0.1"
}
}
30 changes: 15 additions & 15 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 f2acfd6

Please sign in to comment.