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 7 updates
Browse files Browse the repository at this point in the history
Bumps the fastify-core group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@fastify/basic-auth](https://github.com/fastify/fastify-basic-auth) | `5.0.0` | `5.1.0` |
| [@fastify/bearer-auth](https://github.com/fastify/fastify-bearer-auth) | `9.0.0` | `9.1.0` |
| [@fastify/compress](https://github.com/fastify/fastify-compress) | `6.4.0` | `6.5.0` |
| [@fastify/cors](https://github.com/fastify/fastify-cors) | `8.4.0` | `8.4.1` |
| [@fastify/rate-limit](https://github.com/fastify/fastify-rate-limit) | `8.0.3` | `9.0.1` |
| [@fastify/static](https://github.com/fastify/fastify-static) | `6.11.2` | `6.12.0` |
| [fluent-json-schema](https://github.com/fastify/fluent-json-schema) | `4.1.2` | `4.2.1` |


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

Updates `@fastify/bearer-auth` from 9.0.0 to 9.1.0
- [Release notes](https://github.com/fastify/fastify-bearer-auth/releases)
- [Commits](fastify/fastify-bearer-auth@v9.0.0...v9.1.0)

Updates `@fastify/compress` from 6.4.0 to 6.5.0
- [Release notes](https://github.com/fastify/fastify-compress/releases)
- [Commits](fastify/fastify-compress@v6.4.0...v6.5.0)

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/rate-limit` from 8.0.3 to 9.0.1
- [Release notes](https://github.com/fastify/fastify-rate-limit/releases)
- [Commits](fastify/fastify-rate-limit@v8.0.3...v9.0.1)

Updates `@fastify/static` from 6.11.2 to 6.12.0
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](fastify/fastify-static@v6.11.2...v6.12.0)

Updates `fluent-json-schema` from 4.1.2 to 4.2.1
- [Release notes](https://github.com/fastify/fluent-json-schema/releases)
- [Commits](fastify/fluent-json-schema@v4.1.2...v4.2.1)

---
updated-dependencies:
- dependency-name: "@fastify/basic-auth"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify-core
- dependency-name: "@fastify/bearer-auth"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify-core
- dependency-name: "@fastify/compress"
  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-patch
  dependency-group: fastify-core
- dependency-name: "@fastify/rate-limit"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: fastify-core
- dependency-name: "@fastify/static"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify-core
- dependency-name: fluent-json-schema
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify-core
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Dec 2, 2023
1 parent 0533046 commit 83ac67c
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 67 deletions.
100 changes: 40 additions & 60 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,14 @@
"dependencies": {
"@fastify/accepts": "^4.2.0",
"@fastify/autoload": "^5.8.0",
"@fastify/basic-auth": "^5.0.0",
"@fastify/bearer-auth": "^9.0.0",
"@fastify/compress": "^6.4.0",
"@fastify/cors": "^8.4.0",
"@fastify/basic-auth": "^5.1.0",
"@fastify/bearer-auth": "^9.1.0",
"@fastify/compress": "^6.5.0",
"@fastify/cors": "^8.4.1",
"@fastify/helmet": "^11.1.1",
"@fastify/rate-limit": "^8.0.3",
"@fastify/rate-limit": "^9.0.1",
"@fastify/sensible": "^5.5.0",
"@fastify/static": "^6.11.2",
"@fastify/static": "^6.12.0",
"@fastify/swagger": "^8.12.0",
"@fastify/under-pressure": "^8.3.0",
"bcryptjs": "^2.4.3",
Expand All @@ -124,7 +124,7 @@
"fastify-json-to-xml": "^1.1.9",
"fastify-plugin": "^4.5.1",
"file-stream-rotator": "^1.0.0",
"fluent-json-schema": "^4.1.2",
"fluent-json-schema": "^4.2.1",
"mssql": "^10.0.1",
"pg": "^8.11.3",
"pg-connection-string": "^2.6.2",
Expand Down

0 comments on commit 83ac67c

Please sign in to comment.