diff --git a/package-lock.json b/package-lock.json index a0d412a7..bdf55101 100644 --- a/package-lock.json +++ b/package-lock.json @@ -541,13 +541,23 @@ } }, "node_modules/@fastify/secure-session": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@fastify/secure-session/-/secure-session-8.0.0.tgz", - "integrity": "sha512-SbPuvc5JGimUNH0jH0oBwJQJJ1Ae3vJ3vzBphEyVyGtoNarb3dBn8YdFnjIc305EWZbwn4fHqzs7tT5GBim3lQ==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/@fastify/secure-session/-/secure-session-8.2.0.tgz", + "integrity": "sha512-E1linEHVV86c0Gt+ohujcuRsCeedhD2M3X5+a2aU9Ln0YDC0bbuA7bE6QQzf/HAacOpt9+CJqV5NqdlQr9ui0A==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "license": "MIT", "dependencies": { - "@fastify/cookie": "^10.0.0", + "@fastify/cookie": "^11.0.1", "fastify-plugin": "^5.0.0", "sodium-native": "^4.0.10" }, @@ -555,16 +565,6 @@ "secure-session": "genkey.js" } }, - "node_modules/@fastify/secure-session/node_modules/@fastify/cookie": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/@fastify/cookie/-/cookie-10.0.1.tgz", - "integrity": "sha512-NV/wbCUv4ETJ5KM1KMu0fLx0nSCm9idIxwg66NZnNbfPQH3rdbx6k0qRs5uy0y+MhBgvDudYRA30KlK659chyw==", - "dev": true, - "dependencies": { - "cookie-signature": "^1.2.1", - "fastify-plugin": "^5.0.0" - } - }, "node_modules/@fastify/session": { "version": "11.1.0", "resolved": "https://registry.npmjs.org/@fastify/session/-/session-11.1.0.tgz", @@ -2772,15 +2772,6 @@ "node": ">=18" } }, - "node_modules/cookie-signature": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.1.tgz", - "integrity": "sha512-78KWk9T26NhzXtuL26cIJ8/qNHANyJ/ZYrmEXFzUmhZdjpBv+DlWlOANRTGBt48YcyslsLrj0bMLFTmXvLRCOw==", - "dev": true, - "engines": { - "node": ">=6.6.0" - } - }, "node_modules/cross-spawn": { "version": "7.0.6", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",