Skip to content

Commit

Permalink
build(deps): bump the fastify-core group with 5 updates (#1973)
Browse files Browse the repository at this point in the history
Bumps the fastify-core group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@fastify/accepts](https://github.com/fastify/fastify-accepts) | `5.0.1` | `5.0.2` |
| [@fastify/autoload](https://github.com/fastify/fastify-autoload) | `6.0.2` | `6.0.3` |
| [@fastify/sensible](https://github.com/fastify/fastify-sensible) | `6.0.1` | `6.0.2` |
| [@fastify/under-pressure](https://github.com/fastify/under-pressure) | `9.0.1` | `9.0.2` |
| [fastify](https://github.com/fastify/fastify) | `5.1.0` | `5.2.0` |


Updates `@fastify/accepts` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/fastify/fastify-accepts/releases)
- [Commits](fastify/fastify-accepts@v5.0.1...v5.0.2)

Updates `@fastify/autoload` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/fastify/fastify-autoload/releases)
- [Commits](fastify/fastify-autoload@v6.0.2...v6.0.3)

Updates `@fastify/sensible` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/fastify/fastify-sensible/releases)
- [Commits](fastify/fastify-sensible@v6.0.1...v6.0.2)

Updates `@fastify/under-pressure` from 9.0.1 to 9.0.2
- [Release notes](https://github.com/fastify/under-pressure/releases)
- [Commits](fastify/under-pressure@v9.0.1...v9.0.2)

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

---
updated-dependencies:
- dependency-name: "@fastify/accepts"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify-core
- dependency-name: "@fastify/autoload"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify-core
- dependency-name: "@fastify/sensible"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify-core
- dependency-name: "@fastify/under-pressure"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify-core
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify-core
...

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 Jan 1, 2025
1 parent be741f7 commit 71517d5
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 38 deletions.
85 changes: 52 additions & 33 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,24 +89,24 @@
"spdx-copyleft": "^1.0.0"
},
"dependencies": {
"@fastify/accepts": "^5.0.1",
"@fastify/autoload": "^6.0.2",
"@fastify/accepts": "^5.0.2",
"@fastify/autoload": "^6.0.3",
"@fastify/bearer-auth": "^10.0.1",
"@fastify/compress": "^8.0.1",
"@fastify/cors": "^10.0.1",
"@fastify/helmet": "^13.0.0",
"@fastify/rate-limit": "^10.2.1",
"@fastify/sensible": "^6.0.1",
"@fastify/sensible": "^6.0.2",
"@fastify/static": "^8.0.3",
"@fastify/swagger": "^9.4.0",
"@fastify/under-pressure": "^9.0.1",
"@fastify/under-pressure": "^9.0.2",
"camelcase": "^6.3.0",
"cfb": "^1.2.2",
"clean-css": "^5.3.3",
"cssesc": "^3.0.0",
"cssom": "^0.5.0",
"env-schema": "^6.0.0",
"fastify": "^5.1.0",
"fastify": "^5.2.0",
"fastify-disablecache": "^4.0.0",
"fastify-floc-off": "^3.0.0",
"fastify-json-to-xml": "^2.0.0",
Expand Down

0 comments on commit 71517d5

Please sign in to comment.