diff --git a/package-lock.json b/package-lock.json index 3e10baf..a4eafe3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@octokit/types": "^15.0.0", "@octokit/webhooks-types": "^7.6.1", "@types/js-yaml": "^4.0.9", - "@types/node": "^22.17.2", + "@types/node": "^24.7.2", "@types/which": "^3.0.4", "@vercel/ncc": "^0.38.4", "@vitest/coverage-v8": "^3.1.3", @@ -1708,13 +1708,13 @@ } }, "node_modules/@types/node": { - "version": "22.17.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.17.2.tgz", - "integrity": "sha512-gL6z5N9Jm9mhY+U2KXZpteb+09zyffliRkZyZOHODGATyC5B1Jt/7TzuuiLkFsSUMLbS1OLmlj/E+/3KF4Q/4w==", + "version": "24.7.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.2.tgz", + "integrity": "sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.14.0" } }, "node_modules/@types/normalize-package-data": { @@ -5337,9 +5337,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.14.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.14.0.tgz", + "integrity": "sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index d79c913..f61f194 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@octokit/types": "^15.0.0", "@octokit/webhooks-types": "^7.6.1", "@types/js-yaml": "^4.0.9", - "@types/node": "^22.17.2", + "@types/node": "^24.7.2", "@types/which": "^3.0.4", "@vercel/ncc": "^0.38.4", "@vitest/coverage-v8": "^3.1.3",