Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
build(deps): bump the fastify-core group with 4 updates (#1458)
Browse files Browse the repository at this point in the history
Bumps the fastify-core group with 4 updates: [@fastify/accepts](https://github.com/fastify/fastify-accepts), [@fastify/cors](https://github.com/fastify/fastify-cors), [@fastify/swagger](https://github.com/fastify/fastify-swagger) and [fastify](https://github.com/fastify/fastify).


Updates `@fastify/accepts` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/fastify/fastify-accepts/releases)
- [Commits](fastify/fastify-accepts@v4.2.0...v4.3.0)

Updates `@fastify/cors` from 8.4.1 to 8.5.0
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](fastify/fastify-cors@v8.4.1...v8.5.0)

Updates `@fastify/swagger` from 8.12.0 to 8.12.1
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](fastify/fastify-swagger@v8.12.0...v8.12.1)

Updates `fastify` from 4.24.3 to 4.25.1
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v4.24.3...v4.25.1)

---
updated-dependencies:
- dependency-name: "@fastify/accepts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify-core
- dependency-name: "@fastify/cors"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify-core
- dependency-name: "@fastify/swagger"
  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] committed Dec 18, 2023
1 parent 88b76c0 commit a7e633c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 26 deletions.
49 changes: 27 additions & 22 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,22 +96,22 @@
},
"dependencies": {
"@blackpear/obfuscated-querystring": "^1.0.0",
"@fastify/accepts": "^4.2.0",
"@fastify/accepts": "^4.3.0",
"@fastify/autoload": "^5.8.0",
"@fastify/compress": "^6.5.0",
"@fastify/cors": "^8.4.1",
"@fastify/cors": "^8.5.0",
"@fastify/helmet": "^11.1.1",
"@fastify/rate-limit": "^9.0.1",
"@fastify/sensible": "^5.5.0",
"@fastify/static": "^6.12.0",
"@fastify/swagger": "^8.12.0",
"@fastify/swagger": "^8.12.1",
"@fastify/under-pressure": "^8.3.0",
"ajv-formats": "^2.1.1",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"env-schema": "^5.2.1",
"fast-querystring": "^1.1.2",
"fastify": "^4.24.3",
"fastify": "^4.25.1",
"fastify-disablecache": "^3.1.7",
"fastify-floc-off": "^2.1.7",
"fastify-json-to-xml": "^1.1.9",
Expand Down

0 comments on commit a7e633c

Please sign in to comment.