diff --git a/package-lock.json b/package-lock.json index 70b58ebe6..24a624d99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "@types/lodash": "^4.17.24", "@types/lusca": "^1.7.5", "@types/luxon": "^3.7.1", - "@types/node": "^22.19.7", + "@types/node": "^26.5.1", "@types/passport": "^1.0.17", "@types/passport-local": "^1.0.38", "@types/react": "^19.2.14", @@ -4515,12 +4515,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.20.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.1.tgz", - "integrity": "sha512-EANqOCF9QFyra+4pfxUcX9STKJpCLjMbObVzljIJomAWSnuSIEAvyzEU53GaajbXJEgdh0iEcPL+DGvpUd4k1Q==", + "version": "26.5.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.5.1.tgz", + "integrity": "sha512-CzNm2FezW4VR/LjG6yUdiEgLE/rAQ9Slj5gCu/C2VrdcW7I0ahNZ8DRbHT7zOZ6r3ONgd/bsQIeSaoDGrd1C6g==", "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~8.9.0" } }, "node_modules/@types/passport": { @@ -15441,9 +15441,9 @@ "license": "MIT" }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "8.9.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.9.0.tgz", + "integrity": "sha512-KTDyRTYX8sWmKXAikPHHSyc63CRPETMctyjKFupcC6OBLXT3xsN0e9aF7m+mIXutFWpUXuedtowG7iLOzp0kQg==", "license": "MIT" }, "node_modules/unicode-properties": { diff --git a/package.json b/package.json index 4fb0ed909..a1c6f235c 100644 --- a/package.json +++ b/package.json @@ -173,7 +173,7 @@ "@types/lodash": "^4.17.24", "@types/lusca": "^1.7.5", "@types/luxon": "^3.7.1", - "@types/node": "^22.19.7", + "@types/node": "^26.5.1", "@types/passport": "^1.0.17", "@types/passport-local": "^1.0.38", "@types/react": "^19.2.14",