diff --git a/package-lock.json b/package-lock.json index a69245e7..544381e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "@types/jest": "^30.0.0", "@types/lodash": "^4.17.20", "@types/luxon": "^3.7.1", - "@types/node": "^22.18.9", + "@types/node": "^25.5.0", "@types/react": "^19.2.5", "@types/react-dom": "^19.2.3", "@types/react-is": "^19.2.0", @@ -4740,13 +4740,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.19.15", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.15.tgz", - "integrity": "sha512-F0R/h2+dsy5wJAUe3tAU6oqa2qbWY5TpNfL/RGmo1y38hiyO1w3x2jPtt76wmuaJI4DQnOBu21cNXQ2STIUUWg==", + "version": "25.5.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz", + "integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==", "devOptional": true, - "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.18.0" } }, "node_modules/@types/parse-json": { @@ -14434,11 +14433,10 @@ } }, "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==", - "devOptional": true, - "license": "MIT" + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", + "devOptional": true }, "node_modules/unicorn-magic": { "version": "0.3.0", diff --git a/package.json b/package.json index f1a702fe..15d2ddd8 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@types/jest": "^30.0.0", "@types/lodash": "^4.17.20", "@types/luxon": "^3.7.1", - "@types/node": "^22.18.9", + "@types/node": "^25.5.0", "@types/react": "^19.2.5", "@types/react-dom": "^19.2.3", "@types/react-is": "^19.2.0",