diff --git a/package-lock.json b/package-lock.json index 1ef17670..6cb9e91f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -459,13 +459,22 @@ } }, "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.1.1", + "resolved": "https://registry.npmjs.org/@fastify/secure-session/-/secure-session-8.1.1.tgz", + "integrity": "sha512-JxdNd1sIo0Zm/n5x3j/2YW+H8OLXWkpGoLR4a32Ca7dnQpFCKJOKb3cj0N/vXj4REINmp44+ucev4SOA5zzpNQ==", "dev": true, - "license": "MIT", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "dependencies": { - "@fastify/cookie": "^10.0.0", + "@fastify/cookie": "^11.0.1", "fastify-plugin": "^5.0.0", "sodium-native": "^4.0.10" }, @@ -473,16 +482,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.0.2", "resolved": "https://registry.npmjs.org/@fastify/session/-/session-11.0.2.tgz", @@ -2399,15 +2398,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",