diff --git a/package-lock.json b/package-lock.json index 3763f7b2..2c38ec04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -369,11 +369,10 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/@fastify/secure-session/-/secure-session-8.1.0.tgz", + "integrity": "sha512-sCxnu6U4AcQ2LQjpnF5FW+9LC9A0HpEZl93JtdbSfjc8vrzhPAWCeyAzyabyOlBTY50Iu7KJgfBVftdF2RCrOA==", "dev": true, - "license": "MIT", "dependencies": { "@fastify/cookie": "^10.0.0", "fastify-plugin": "^5.0.0",