Skip to content

Commit

Permalink
build(deps): bump the fastify group across 1 directory with 4 updates (
Browse files Browse the repository at this point in the history
…#1018)

Bumps the fastify group with 4 updates in the / directory: [@fastify/rate-limit](https://github.com/fastify/fastify-rate-limit), [@fastify/swagger](https://github.com/fastify/fastify-swagger), [@fastify/swagger-ui](https://github.com/fastify/fastify-swagger-ui) and [fastify](https://github.com/fastify/fastify).


Updates `@fastify/rate-limit` from 10.1.0 to 10.1.1
- [Release notes](https://github.com/fastify/fastify-rate-limit/releases)
- [Commits](fastify/fastify-rate-limit@v10.1.0...v10.1.1)

Updates `@fastify/swagger` from 9.1.0 to 9.2.0
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](fastify/fastify-swagger@v9.1.0...v9.2.0)

Updates `@fastify/swagger-ui` from 5.0.1 to 5.1.0
- [Release notes](https://github.com/fastify/fastify-swagger-ui/releases)
- [Commits](fastify/fastify-swagger-ui@v5.0.1...v5.1.0)

Updates `fastify` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: "@fastify/rate-limit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify
- dependency-name: "@fastify/swagger"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify
- dependency-name: "@fastify/swagger-ui"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify
...

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 Nov 5, 2024
1 parent 115b4db commit 704cdca
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"@fastify/ajv-compiler": "^4.0.1",
"@fastify/cors": "^10.0.1",
"@fastify/helmet": "^12.0.1",
"@fastify/rate-limit": "^10.1.0",
"@fastify/swagger": "^9.1.0",
"@fastify/swagger-ui": "^5.0.1",
"@fastify/rate-limit": "^10.1.1",
"@fastify/swagger": "^9.2.0",
"@fastify/swagger-ui": "^5.1.0",
"@google-cloud/firestore": "^7.10.0",
"ajv": "^8.12.0",
"ajv-formats": "^3.0.1",
"fastify": "^5.0.0",
"fastify": "^5.1.0",
"fastify-plugin": "^5.0.1",
"fastify-sse-v2": "^4.1.0",
"libsodium-wrappers": "^0.7.8"
Expand Down

0 comments on commit 704cdca

Please sign in to comment.