diff --git a/source/package-lock.json b/source/package-lock.json index 66ed89c..d3585f4 100644 --- a/source/package-lock.json +++ b/source/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@fastify/swagger": "^9.7.0", - "@fastify/swagger-ui": "^6.0.0", + "@fastify/swagger-ui": "^6.1.0", "fastify": "^5.9.0", "fastify-type-provider-zod": "^7.0.0", "zod": "^4.4.3" @@ -760,9 +760,9 @@ } }, "node_modules/@fastify/swagger-ui": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@fastify/swagger-ui/-/swagger-ui-6.0.0.tgz", - "integrity": "sha512-L9c4CbXj3FnquqpCmn0IfbEeIqDUNi6QwXd23VhQj/bHEjNzDFIAy2W9I3prvSqM+mJWOElIa6uXROmcMDnfUA==", + "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", @@ -776,12 +776,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/@jridgewell/resolve-uri": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", diff --git a/source/package.json b/source/package.json index fa61ea6..cb67bb7 100644 --- a/source/package.json +++ b/source/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@fastify/swagger": "^9.7.0", - "@fastify/swagger-ui": "^6.0.0", + "@fastify/swagger-ui": "^6.1.0", "fastify": "^5.9.0", "fastify-type-provider-zod": "^7.0.0", "zod": "^4.4.3"