diff --git a/package-lock.json b/package-lock.json index a30ffa6..05949b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "4.1.0", "license": "MIT", "dependencies": { - "@fastify/cookie": "^11.0.2", + "@fastify/cookie": "^11.1.2", "@fastify/cors": "^11.3.0", "@fastify/helmet": "^13.0.2", "@fastify/rate-limit": "^10.3.0", @@ -933,9 +933,9 @@ } }, "node_modules/@fastify/cookie": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/@fastify/cookie/-/cookie-11.0.2.tgz", - "integrity": "sha512-GWdwdGlgJxyvNv+QcKiGNevSspMQXncjMZ1J8IvuDQk0jvkzgWWZFNC2En3s+nHndZBGV8IbLwOI/sxCZw/mzA==", + "version": "11.1.2", + "resolved": "https://registry.npmjs.org/@fastify/cookie/-/cookie-11.1.2.tgz", + "integrity": "sha512-Dtrpk/YOGUsbRMvP/8ZqPpwnMRv0qSqodFdoQ2B589Obc7jw4s4Qla+cV72Bsm7WsZJnqlYFX/i7uSBq0xzg6g==", "funding": [ { "type": "github", @@ -946,11 +946,41 @@ "url": "https://opencollective.com/fastify" } ], + "license": "MIT", "dependencies": { - "cookie": "^1.0.0", - "fastify-plugin": "^5.0.0" + "cookie": "^2.0.0", + "fastify-plugin": "^6.0.0" } }, + "node_modules/@fastify/cookie/node_modules/cookie": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-2.0.1.tgz", + "integrity": "sha512-yuToqVvRrj6pfDXREyQAAv8SkAEk/8GS3jQRTiUMm66TVtBYmqQeoEjL2Lmq8Rpo6271vH76InTChTitEAm65w==", + "license": "MIT", + "engines": { + "node": ">=22" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/@fastify/cookie/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/@fastify/cors": { "version": "11.3.0", "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-11.3.0.tgz", diff --git a/package.json b/package.json index 4c4431b..cbb2925 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "node": ">=22.0.0" }, "dependencies": { - "@fastify/cookie": "^11.0.2", + "@fastify/cookie": "^11.1.2", "@fastify/cors": "^11.3.0", "@fastify/helmet": "^13.0.2", "@fastify/rate-limit": "^10.3.0",