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

| Package | From | To |
| --- | --- | --- |
| [@fastify/cors](https://github.com/fastify/fastify-cors) | `8.3.0` | `8.4.0` |
| [@fastify/helmet](https://github.com/fastify/fastify-helmet) | `11.0.0` | `11.1.1` |
| [@fastify/sensible](https://github.com/fastify/fastify-sensible) | `5.2.0` | `5.3.0` |
| [@fastify/static](https://github.com/fastify/fastify-static) | `6.10.2` | `6.11.2` |
| [@fastify/swagger](https://github.com/fastify/fastify-swagger) | `8.9.0` | `8.10.1` |
| [fastify](https://github.com/fastify/fastify) | `4.22.1` | `4.23.2` |
| [fluent-json-schema](https://github.com/fastify/fluent-json-schema) | `4.1.1` | `4.1.2` |


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

Updates `@fastify/helmet` from 11.0.0 to 11.1.1
- [Release notes](https://github.com/fastify/fastify-helmet/releases)
- [Commits](fastify/fastify-helmet@v11.0.0...v11.1.1)

Updates `@fastify/sensible` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/fastify/fastify-sensible/releases)
- [Commits](fastify/fastify-sensible@v5.2.0...v5.3.0)

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

Updates `@fastify/swagger` from 8.9.0 to 8.10.1
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](fastify/fastify-swagger@v8.9.0...v8.10.1)

Updates `fastify` from 4.22.1 to 4.23.2
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v4.22.1...v4.23.2)

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

---
updated-dependencies:
- dependency-name: "@fastify/cors"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify-core
- dependency-name: "@fastify/helmet"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify-core
- dependency-name: "@fastify/sensible"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify-core
- dependency-name: "@fastify/static"
  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-minor
  dependency-group: fastify-core
- dependency-name: fastify
  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-patch
  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 Sep 23, 2023
1 parent 8827480 commit 7b13cb0
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 39 deletions.
71 changes: 39 additions & 32 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 @@ -110,23 +110,23 @@
"@fastify/basic-auth": "^5.0.0",
"@fastify/bearer-auth": "^9.0.0",
"@fastify/compress": "^6.4.0",
"@fastify/cors": "^8.3.0",
"@fastify/helmet": "^11.0.0",
"@fastify/cors": "^8.4.0",
"@fastify/helmet": "^11.1.1",
"@fastify/rate-limit": "^8.0.3",
"@fastify/sensible": "^5.2.0",
"@fastify/static": "^6.10.2",
"@fastify/swagger": "^8.9.0",
"@fastify/sensible": "^5.3.0",
"@fastify/static": "^6.11.2",
"@fastify/swagger": "^8.10.1",
"@fastify/under-pressure": "^8.3.0",
"bcryptjs": "^2.4.3",
"dotenv": "^16.3.1",
"env-schema": "^5.2.0",
"fastify": "^4.22.1",
"fastify": "^4.23.2",
"fastify-disablecache": "^3.1.5",
"fastify-floc-off": "^2.1.5",
"fastify-json-to-xml": "^1.1.6",
"fastify-plugin": "^4.5.1",
"file-stream-rotator": "^1.0.0",
"fluent-json-schema": "^4.1.1",
"fluent-json-schema": "^4.1.2",
"mssql": "^10.0.1",
"pg": "^8.11.3",
"pg-connection-string": "^2.6.2",
Expand Down

0 comments on commit 7b13cb0

Please sign in to comment.