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 5 updates
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) | `4.2.0` | `4.3.0` |
| [@fastify/basic-auth](https://github.com/fastify/fastify-basic-auth) | `5.1.0` | `5.1.1` |
| [@fastify/cors](https://github.com/fastify/fastify-cors) | `8.4.1` | `8.4.2` |
| [@fastify/swagger](https://github.com/fastify/fastify-swagger) | `8.12.0` | `8.12.1` |
| [fastify](https://github.com/fastify/fastify) | `4.24.3` | `4.25.0` |


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/basic-auth` from 5.1.0 to 5.1.1
- [Release notes](https://github.com/fastify/fastify-basic-auth/releases)
- [Commits](fastify/fastify-basic-auth@v5.1.0...v5.1.1)

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

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.0
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v4.24.3...v4.25.0)

---
updated-dependencies:
- dependency-name: "@fastify/accepts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify-core
- dependency-name: "@fastify/basic-auth"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify-core
- dependency-name: "@fastify/cors"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 13, 2023
1 parent dd497a3 commit 07da155
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 30 deletions.
55 changes: 30 additions & 25 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 @@ -103,22 +103,22 @@
"spdx-copyleft": "^1.0.0"
},
"dependencies": {
"@fastify/accepts": "^4.2.0",
"@fastify/accepts": "^4.3.0",
"@fastify/autoload": "^5.8.0",
"@fastify/basic-auth": "^5.1.0",
"@fastify/basic-auth": "^5.1.1",
"@fastify/bearer-auth": "^9.1.0",
"@fastify/compress": "^6.5.0",
"@fastify/cors": "^8.4.1",
"@fastify/cors": "^8.4.2",
"@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",
"bcryptjs": "^2.4.3",
"dotenv": "^16.3.1",
"env-schema": "^5.2.1",
"fastify": "^4.24.3",
"fastify": "^4.25.0",
"fastify-disablecache": "^3.1.7",
"fastify-floc-off": "^2.1.7",
"fastify-json-to-xml": "^1.1.9",
Expand Down

0 comments on commit 07da155

Please sign in to comment.