From 14bae7de0393a4910e79322b4ba4d90d87da02c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 07:33:56 +0000 Subject: [PATCH] chore: bump the dependencies group with 5 updates Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@fastify/env](https://github.com/fastify/fastify-env) | `6.0.0` | `7.0.0` | | [@fastify/multipart](https://github.com/fastify/fastify-multipart) | `9.4.0` | `10.1.0` | | [@fastify/rate-limit](https://github.com/fastify/fastify-rate-limit) | `10.3.0` | `11.1.0` | | [@fastify/swagger-ui](https://github.com/fastify/fastify-swagger-ui) | `5.2.6` | `6.1.0` | | [fastify-plugin](https://github.com/fastify/fastify-plugin) | `5.1.0` | `6.0.0` | Updates `@fastify/env` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/fastify/fastify-env/releases) - [Commits](https://github.com/fastify/fastify-env/compare/v6.0.0...v7.0.0) Updates `@fastify/multipart` from 9.4.0 to 10.1.0 - [Release notes](https://github.com/fastify/fastify-multipart/releases) - [Commits](https://github.com/fastify/fastify-multipart/compare/v9.4.0...v10.1.0) Updates `@fastify/rate-limit` from 10.3.0 to 11.1.0 - [Release notes](https://github.com/fastify/fastify-rate-limit/releases) - [Commits](https://github.com/fastify/fastify-rate-limit/compare/v10.3.0...v11.1.0) Updates `@fastify/swagger-ui` from 5.2.6 to 6.1.0 - [Release notes](https://github.com/fastify/fastify-swagger-ui/releases) - [Commits](https://github.com/fastify/fastify-swagger-ui/compare/v5.2.6...v6.1.0) Updates `fastify-plugin` from 5.1.0 to 6.0.0 - [Release notes](https://github.com/fastify/fastify-plugin/releases) - [Commits](https://github.com/fastify/fastify-plugin/compare/v5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: "@fastify/env" dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@fastify/multipart" dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@fastify/rate-limit" dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@fastify/swagger-ui" dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: fastify-plugin dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4725137..d0b1d17 100644 --- a/package.json +++ b/package.json @@ -39,21 +39,21 @@ "@fastify/autoload": "^6.4.0", "@fastify/cookie": "^11.1.2", "@fastify/cors": "^11.3.0", - "@fastify/env": "^6.0.0", + "@fastify/env": "^7.0.0", "@fastify/helmet": "^13.1.0", - "@fastify/multipart": "^9.4.0", - "@fastify/rate-limit": "^10.3.0", + "@fastify/multipart": "^10.1.0", + "@fastify/rate-limit": "^11.1.0", "@fastify/sensible": "^6.0.4", "@fastify/session": "^11.1.2", "@fastify/static": "^10.1.2", "@fastify/swagger": "^9.8.1", - "@fastify/swagger-ui": "^5.2.6", + "@fastify/swagger-ui": "^6.1.0", "@fastify/type-provider-typebox": "^6.1.0", "@fastify/under-pressure": "^9.1.0", "close-with-grace": "^2.5.0", "csv-stringify": "^6.8.1", "fastify": "^5.10.0", - "fastify-plugin": "^5.1.0", + "fastify-plugin": "^6.0.0", "knex": "^3.3.0", "mysql2": "^3.23.1", "postgrator": "^8.0.0",