diff --git a/package-lock.json b/package-lock.json index e5d0cb4..b47e8c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "@testing-library/jest-dom": "^6.1.0", "@testing-library/react": "^14.0.0", "@types/jest": "^29.5.0", - "@types/node": "^22", + "@types/node": "^24", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "9.28.0", @@ -4198,13 +4198,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.15.20", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.20.tgz", - "integrity": "sha512-A6BohGFRGHAscJsTslDCA9JG7qSJr/DWUvrvY8yi9IgnGtMxCyat7vvQ//MFa0DnLsyuS3wYTpLdw4Hf+Q5JXw==", + "version": "24.0.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.10.tgz", + "integrity": "sha512-ENHwaH+JIRTDIEEbDK6QSQntAYGtbvdDXnMXnZaZ6k13Du1dPMmprkEHIL7ok2Wl2aZevetwTAb5S+7yIF+enA==", "dev": true, - "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.8.0" } }, "node_modules/@types/prop-types": { @@ -13337,11 +13336,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==", - "dev": true, - "license": "MIT" + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", + "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", + "dev": true }, "node_modules/universal-user-agent": { "version": "6.0.1", diff --git a/package.json b/package.json index 21931f3..91e953e 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@testing-library/jest-dom": "^6.1.0", "@testing-library/react": "^14.0.0", "@types/jest": "^29.5.0", - "@types/node": "^22", + "@types/node": "^24", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "9.28.0",