diff --git a/package-lock.json b/package-lock.json index 845cc003..644bc8cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@eslint/js": "^9.14.0", "@types/eslint__js": "^8.42.3", "@types/jest": "^29.5.14", - "@types/node": "^24.7.2", + "@types/node": "^24.9.0", "comment-json": "^4.4.1", "eslint": "^9.14.0", "eslint-plugin-jest": "^28.9.0", @@ -2159,13 +2159,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.7.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.2.tgz", - "integrity": "sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==", + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.0.tgz", + "integrity": "sha512-MKNwXh3seSK8WurXF7erHPJ2AONmMwkI7zAMrXZDPIru8jRqkk6rGDBVbw4mLwfqA+ZZliiDPg05JQ3uW66tKQ==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.14.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/stack-utils": { @@ -7975,9 +7975,9 @@ } }, "node_modules/undici-types": { - "version": "7.14.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.14.0.tgz", - "integrity": "sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index d0b58cb0..692b2f14 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@eslint/js": "^9.14.0", "@types/eslint__js": "^8.42.3", "@types/jest": "^29.5.14", - "@types/node": "^24.7.2", + "@types/node": "^24.9.0", "comment-json": "^4.4.1", "eslint": "^9.14.0", "eslint-plugin-jest": "^28.9.0",