Skip to content

Commit

Permalink
build(deps): bump the fastify group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the fastify group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@fastify/ajv-compiler](https://github.com/fastify/ajv-compiler) | `4.0.1` | `4.0.2` |
| [@fastify/cors](https://github.com/fastify/fastify-cors) | `10.0.1` | `10.0.2` |
| [@fastify/helmet](https://github.com/fastify/fastify-helmet) | `13.0.0` | `13.0.1` |
| [@fastify/rate-limit](https://github.com/fastify/fastify-rate-limit) | `10.2.1` | `10.2.2` |
| [@fastify/swagger](https://github.com/fastify/fastify-swagger) | `9.4.0` | `9.4.1` |
| [@fastify/swagger-ui](https://github.com/fastify/fastify-swagger-ui) | `5.2.0` | `5.2.1` |
| [fastify](https://github.com/fastify/fastify) | `5.2.0` | `5.2.1` |



Updates `@fastify/ajv-compiler` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/fastify/ajv-compiler/releases)
- [Commits](fastify/ajv-compiler@v4.0.1...v4.0.2)

Updates `@fastify/cors` from 10.0.1 to 10.0.2
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](fastify/fastify-cors@v10.0.1...v10.0.2)

Updates `@fastify/helmet` from 13.0.0 to 13.0.1
- [Release notes](https://github.com/fastify/fastify-helmet/releases)
- [Commits](fastify/fastify-helmet@v13.0.0...v13.0.1)

Updates `@fastify/rate-limit` from 10.2.1 to 10.2.2
- [Release notes](https://github.com/fastify/fastify-rate-limit/releases)
- [Commits](fastify/fastify-rate-limit@v10.2.1...v10.2.2)

Updates `@fastify/swagger` from 9.4.0 to 9.4.1
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](fastify/fastify-swagger@v9.4.0...v9.4.1)

Updates `@fastify/swagger-ui` from 5.2.0 to 5.2.1
- [Release notes](https://github.com/fastify/fastify-swagger-ui/releases)
- [Commits](fastify/fastify-swagger-ui@v5.2.0...v5.2.1)

Updates `fastify` from 5.2.0 to 5.2.1
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.2.0...v5.2.1)

---
updated-dependencies:
- dependency-name: "@fastify/ajv-compiler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify
- dependency-name: "@fastify/cors"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify
- dependency-name: "@fastify/helmet"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify
- 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-patch
  dependency-group: fastify
- dependency-name: "@fastify/swagger-ui"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 074a1b0 commit ef2aa05
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 63 deletions.
163 changes: 107 additions & 56 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"node": ">= 14"
},
"dependencies": {
"@fastify/ajv-compiler": "^4.0.1",
"@fastify/cors": "^10.0.1",
"@fastify/helmet": "^13.0.0",
"@fastify/rate-limit": "^10.2.1",
"@fastify/swagger": "^9.4.0",
"@fastify/swagger-ui": "^5.2.0",
"@fastify/ajv-compiler": "^4.0.2",
"@fastify/cors": "^10.0.2",
"@fastify/helmet": "^13.0.1",
"@fastify/rate-limit": "^10.2.2",
"@fastify/swagger": "^9.4.1",
"@fastify/swagger-ui": "^5.2.1",
"@google-cloud/firestore": "^7.11.0",
"ajv": "^8.12.0",
"ajv-formats": "^3.0.1",
"fastify": "^5.2.0",
"fastify": "^5.2.1",
"fastify-plugin": "^5.0.1",
"fastify-sse-v2": "^4.2.1",
"libsodium-wrappers": "^0.7.8"
Expand Down

0 comments on commit ef2aa05

Please sign in to comment.