diff --git a/source/package-lock.json b/source/package-lock.json index bbf7bb2..f1aa2d1 100644 --- a/source/package-lock.json +++ b/source/package-lock.json @@ -8,7 +8,7 @@ "name": "usuarios-api-node", "version": "0.1.0", "dependencies": { - "@fastify/swagger": "^9.7.0", + "@fastify/swagger": "^9.8.1", "@fastify/swagger-ui": "^6.1.0", "fastify": "^5.10.0", "fastify-type-provider-zod": "^7.0.0", @@ -736,9 +736,9 @@ } }, "node_modules/@fastify/swagger": { - "version": "9.7.0", - "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-9.7.0.tgz", - "integrity": "sha512-Vp1SC1GC2Hrkd3faFILv86BzUNyFz5N4/xdExqtCgkGASOzn/x+eMe4qXIGq7cdT6wif/P/oa6r1Ruqx19paZA==", + "version": "9.8.1", + "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-9.8.1.tgz", + "integrity": "sha512-VpHMnqZTY8iBZYJE8WWkbKPrXIYWy2rDfIf5qLr6DzZSpQYZ+KxQVcJFiq/AMlvNwI4gCBd66++iUlxXXGT0IQ==", "funding": [ { "type": "github", @@ -751,7 +751,7 @@ ], "license": "MIT", "dependencies": { - "fastify-plugin": "^5.0.0", + "fastify-plugin": "^6.0.0", "json-schema-resolver": "^3.0.0", "openapi-types": "^12.1.3", "rfdc": "^1.3.1", @@ -797,6 +797,22 @@ ], "license": "MIT" }, + "node_modules/@fastify/swagger/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 772cc76..08db448 100644 --- a/source/package.json +++ b/source/package.json @@ -16,7 +16,7 @@ "test:watch": "vitest" }, "dependencies": { - "@fastify/swagger": "^9.7.0", + "@fastify/swagger": "^9.8.1", "@fastify/swagger-ui": "^6.1.0", "fastify": "^5.10.0", "fastify-type-provider-zod": "^7.0.0",