diff --git a/package-lock.json b/package-lock.json index b4aed72a..93dcf569 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "@testing-library/user-event": "^14.6.1", "@types/lodash": "^4.17.24", "@types/luxon": "^3.7.1", - "@types/node": "^22.19.21", + "@types/node": "^26.0.1", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@types/react-is": "^19.2.0", @@ -2870,13 +2870,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.19.21", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.21.tgz", - "integrity": "sha512-VMeFBSCKQKmm2swI2kW51SFusDqekC6q9trBCvJ/JliDchFSuoYYKN7yVNjPthP1HKZcx3U1gI/wTcEBjEFKTA==", + "version": "26.0.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.0.1.tgz", + "integrity": "sha512-fc3KiUoBt6kie0N9bIW3E47vZsuaMf0PM2AaUpLCLT0s/LvX1nxAim6Fc049cNxODPpGm6qRAuUOB86SkRuPQw==", "devOptional": true, - "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~8.3.0" } }, "node_modules/@types/parse-json": { @@ -9533,11 +9532,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": "8.3.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz", + "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==", + "devOptional": true }, "node_modules/unicorn-magic": { "version": "0.3.0", diff --git a/package.json b/package.json index 2f233427..7095cb56 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@testing-library/user-event": "^14.6.1", "@types/lodash": "^4.17.24", "@types/luxon": "^3.7.1", - "@types/node": "^22.19.21", + "@types/node": "^26.0.1", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@types/react-is": "^19.2.0",