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 2 updates (#1430)
Browse files Browse the repository at this point in the history
Bumps the fastify-core group with 2 updates: [@fastify/rate-limit](https://github.com/fastify/fastify-rate-limit) and [fluent-json-schema](https://github.com/fastify/fluent-json-schema).


Updates `@fastify/rate-limit` from 8.0.3 to 9.0.0
- [Release notes](https://github.com/fastify/fastify-rate-limit/releases)
- [Commits](fastify/fastify-rate-limit@v8.0.3...v9.0.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/rate-limit"
  dependency-type: direct:production
  update-type: version-update:semver-major
  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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent 9620c32 commit 7d312d0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 21 deletions.
31 changes: 12 additions & 19 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"@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.0",
"@fastify/sensible": "^5.5.0",
"@fastify/static": "^6.12.0",
"@fastify/swagger": "^8.12.0",
Expand All @@ -118,7 +118,7 @@
"fastify-json-to-xml": "^1.1.8",
"fastify-plugin": "^4.5.1",
"file-stream-rotator": "^1.0.0",
"fluent-json-schema": "^4.1.2",
"fluent-json-schema": "^4.2.1",
"pino": "^8.16.2",
"redoc": "^2.1.3",
"secure-json-parse": "^2.7.0",
Expand Down

0 comments on commit 7d312d0

Please sign in to comment.