diff --git a/functions/package-lock.json b/functions/package-lock.json index 7d28103..302ee01 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -22,7 +22,7 @@ "@firebase/rules-unit-testing": "^5.0.1", "@types/cors": "^2.8.19", "@types/express": "^5.0.6", - "@types/node": "^26.1.1", + "@types/node": "^26.1.2", "@types/nodemailer": "^8.0.1", "@typescript-eslint/eslint-plugin": "^8.64.0", "@typescript-eslint/parser": "^8.35.1", @@ -1630,9 +1630,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "26.1.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.1.tgz", - "integrity": "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==", + "version": "26.1.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.2.tgz", + "integrity": "sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg==", "license": "MIT", "dependencies": { "undici-types": "~8.3.0" diff --git a/functions/package.json b/functions/package.json index a7b9bbe..7ccb6dd 100644 --- a/functions/package.json +++ b/functions/package.json @@ -41,7 +41,7 @@ "@firebase/rules-unit-testing": "^5.0.1", "@types/cors": "^2.8.19", "@types/express": "^5.0.6", - "@types/node": "^26.1.1", + "@types/node": "^26.1.2", "@types/nodemailer": "^8.0.1", "@typescript-eslint/eslint-plugin": "^8.64.0", "@typescript-eslint/parser": "^8.35.1",