diff --git a/package-lock.json b/package-lock.json index 2baa20e79..f50aee0dc 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.4.0", "@types/passport": "^1.0.17", "@types/passport-local": "^1.0.38", "@types/react": "^19.2.14", @@ -4510,12 +4510,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.4.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.4.0.tgz", + "integrity": "sha512-faiGnoIrLH/V8cibOMEAZ8pMw6oXqSukl29ra4mN8GdaB2ZewzeaLj+INpV5N+Z1eKWzY+IzaIZH2EIR6YZRNQ==", "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~8.3.0" } }, "node_modules/@types/passport": { @@ -15545,9 +15545,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.3.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz", + "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==", "license": "MIT" }, "node_modules/unicode-properties": { diff --git a/package.json b/package.json index 2468b4ce8..796c30aac 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.4.0", "@types/passport": "^1.0.17", "@types/passport-local": "^1.0.38", "@types/react": "^19.2.14",