diff --git a/package-lock.json b/package-lock.json index c462459..1ba6fab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/cookie-parser": "^1.4.9", - "@types/node": "^26.1.0", + "@types/node": "^26.1.1", "@types/pg": "^8.15.5", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", @@ -3874,9 +3874,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "26.1.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.0.tgz", - "integrity": "sha512-O0A1G3xPGy4w7AgQdAQYUlQ+BKk2Oovw8eRpofyp5KdBZULnbe+WqaOVNrm705SHphCiG4XHsACrSmPu1f+Kgw==", + "version": "26.1.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.1.tgz", + "integrity": "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==", "license": "MIT", "dependencies": { "undici-types": "~8.3.0" diff --git a/package.json b/package.json index 4d80e56..081529a 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/cookie-parser": "^1.4.9", - "@types/node": "^26.1.0", + "@types/node": "^26.1.1", "@types/pg": "^8.15.5", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3",