Skip to content

Commit

Permalink
Bump the fastify group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the fastify group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@fastify/auth](https://github.com/fastify/fastify-auth) | `4.3.0` | `4.4.0` |
| [@fastify/awilix](https://github.com/fastify/fastify-awilix) | `3.2.0` | `4.0.0` |
| [@fastify/cors](https://github.com/fastify/fastify-cors) | `8.4.0` | `8.4.1` |
| [@fastify/swagger](https://github.com/fastify/fastify-swagger) | `8.11.0` | `8.12.0` |
| [fastify](https://github.com/fastify/fastify) | `4.24.2` | `4.24.3` |


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

Updates `@fastify/awilix` from 3.2.0 to 4.0.0
- [Release notes](https://github.com/fastify/fastify-awilix/releases)
- [Commits](https://github.com/fastify/fastify-awilix/commits)

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

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

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

---
updated-dependencies:
- dependency-name: "@fastify/auth"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify
- dependency-name: "@fastify/awilix"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: fastify
- dependency-name: "@fastify/cors"
  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
  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 Oct 30, 2023
1 parent a3f89af commit 85b762c
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 31 deletions.
75 changes: 49 additions & 26 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 @@ -30,13 +30,13 @@
"jwt:generate": "cross-env NODE_ENV=development ts-node scripts/generateJwt.ts"
},
"dependencies": {
"@fastify/auth": "^4.3.0",
"@fastify/awilix": "^3.2.0",
"@fastify/cors": "^8.4.0",
"@fastify/auth": "^4.4.0",
"@fastify/awilix": "^4.0.0",
"@fastify/cors": "^8.4.1",
"@fastify/helmet": "^11.1.1",
"@fastify/jwt": "^7.2.2",
"@fastify/schedule": "^4.1.1",
"@fastify/swagger": "^8.11.0",
"@fastify/swagger": "^8.12.0",
"@fastify/swagger-ui": "^1.10.1",
"@lokalise/fastify-extras": "^15.0.0",
"@lokalise/node-core": "^6.5.0",
Expand All @@ -50,7 +50,7 @@
"awilix-manager": "^3.2.0",
"croner": "^7.0.4",
"dotenv": "^16.3.1",
"fastify": "^4.24.2",
"fastify": "^4.24.3",
"fastify-custom-healthcheck": "^3.1.0",
"fastify-graceful-shutdown": "^3.5.1",
"fastify-metrics": "^10.3.2",
Expand Down

0 comments on commit 85b762c

Please sign in to comment.