From 7280f92a9b0e87fdbb9b66f12e116a174cbb6252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:36:14 +0000 Subject: [PATCH] chore(deps): bump @fastify/swagger-ui from 5.2.6 to 6.1.0 Bumps [@fastify/swagger-ui](https://github.com/fastify/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) --- updated-dependencies: - dependency-name: "@fastify/swagger-ui" dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++++++++++----- package.json | 2 +- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a02197d..958cfa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@fastify/rate-limit": "^10.2.2", "@fastify/swagger": "^9.4.2", - "@fastify/swagger-ui": "^5.2.1", + "@fastify/swagger-ui": "^6.1.0", "fastify": "^5.2.1", "fastify-plugin": "^5.1.0", "fastify-type-provider-zod": "^4.0.2", @@ -921,9 +921,9 @@ } }, "node_modules/@fastify/swagger-ui": { - "version": "5.2.6", - "resolved": "https://registry.npmjs.org/@fastify/swagger-ui/-/swagger-ui-5.2.6.tgz", - "integrity": "sha512-OMnms0O5s9wb6wis/K5nlrAMLsgUbr1GA8uphM41IasWe3AFdgxz6r/3bA9HTxlDNUYc2FGGKeqMp3ntxmSiNA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@fastify/swagger-ui/-/swagger-ui-6.1.0.tgz", + "integrity": "sha512-vbhHlJvzXujGco+6yumjt4cwptzb+0ZezPvApFSI+62IdJCfHtjpJrFIT+ln3BCB+KVFiUkI1Y+L9adIGmvdHQ==", "funding": [ { "type": "github", @@ -937,12 +937,28 @@ "license": "MIT", "dependencies": { "@fastify/static": "^9.1.2", - "fastify-plugin": "^5.0.0", + "fastify-plugin": "^6.0.0", "openapi-types": "^12.1.3", "rfdc": "^1.3.1", "yaml": "^2.4.1" } }, + "node_modules/@fastify/swagger-ui/node_modules/fastify-plugin": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-6.0.0.tgz", + "integrity": "sha512-fZOty7z3O7vOliF6d8bHE3wiEh1KcNnKEQensSgTk9C1DvN6nRLS++XVd86v33Hw/8u9Un8A1zDrQ8ujcQDHEg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "MIT" + }, "node_modules/@humanfs/core": { "version": "0.19.2", "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz", diff --git a/package.json b/package.json index 6a27f87..ee1cf1c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "dependencies": { "@fastify/rate-limit": "^10.2.2", "@fastify/swagger": "^9.4.2", - "@fastify/swagger-ui": "^5.2.1", + "@fastify/swagger-ui": "^6.1.0", "fastify": "^5.2.1", "fastify-plugin": "^5.1.0", "fastify-type-provider-zod": "^4.0.2",