diff --git a/package-lock.json b/package-lock.json index 5938d79..af0e008 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@types/adm-zip": "^0.5.7", "@types/eslint__js": "^9.14.0", "@types/jest": "^29.5.14", - "@types/node": "^22.15.30", + "@types/node": "^24.0.3", "eslint": "^9.28.0", "eslint-plugin-jest": "^28.12.0", "jest": "^29.7.0", @@ -1519,12 +1519,12 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.15.30", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.30.tgz", - "integrity": "sha512-6Q7lr06bEHdlfplU6YRbgG1SFBdlsfNC4/lX+SkhiTs0cpJkOElmWls8PxDFv4yY/xKb8Y6SO0OmSX4wgqTZbA==", + "version": "24.0.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.3.tgz", + "integrity": "sha512-R4I/kzCYAdRLzfiCabn9hxWfbuHS573x+r0dJMkkzThEa7pbrcDWK+9zu3e7aBOouf+rQAciqPFMnxwr0aWgKg==", "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.8.0" } }, "node_modules/@types/readdir-glob": { @@ -5692,9 +5692,9 @@ } }, "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": "7.8.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", + "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", "license": "MIT" }, "node_modules/update-browserslist-db": { diff --git a/package.json b/package.json index 55539d3..93e9bfe 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/adm-zip": "^0.5.7", "@types/eslint__js": "^9.14.0", "@types/jest": "^29.5.14", - "@types/node": "^22.15.30", + "@types/node": "^24.0.3", "eslint": "^9.28.0", "eslint-plugin-jest": "^28.12.0", "jest": "^29.7.0",