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",