From ba56f07f89813f3abf71eceeef560ef71a8b78b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 06:53:33 +0000 Subject: [PATCH] chore(deps): bump @fastify/cookie from 11.0.2 to 11.1.2 Bumps [@fastify/cookie](https://github.com/fastify/fastify-cookie) from 11.0.2 to 11.1.2. - [Release notes](https://github.com/fastify/fastify-cookie/releases) - [Commits](https://github.com/fastify/fastify-cookie/compare/v11.0.2...v11.1.2) --- updated-dependencies: - dependency-name: "@fastify/cookie" dependency-version: 11.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 42 ++++++++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 37 insertions(+), 7 deletions(-) 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",