diff --git a/package-lock.json b/package-lock.json index e7f3208..8cb1504 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@octokit/request-error": "^7.0.0", "@octokit/types": "^10.0.0", "@stylistic/eslint-plugin": "^4.4.1", - "@types/node": "^20.11.10", + "@types/node": "^24.5.0", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^8.34.1", "@typescript-eslint/parser": "^8.34.1", @@ -1050,13 +1050,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.19.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.1.tgz", - "integrity": "sha512-jJD50LtlD2dodAEO653i3YF04NWak6jN3ky+Ri3Em3mGR39/glWiboM/IePaRbgwSfqM1TpGXfAg8ohn/4dTgA==", + "version": "24.5.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.5.0.tgz", + "integrity": "sha512-y1dMvuvJspJiPSDZUQ+WMBvF7dpnEqN4x9DDC9ie5Fs/HUZJA3wFp7EhHoVaKX/iI0cRoECV8X2jL8zi0xrHCg==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.12.0" } }, "node_modules/@types/uuid": { @@ -7627,9 +7627,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.12.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.12.0.tgz", + "integrity": "sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 8d9347a..87e77c1 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@octokit/core": "^5.2.1", "@octokit/request-error": "^7.0.0", "@octokit/types": "^10.0.0", - "@types/node": "^20.11.10", + "@types/node": "^24.5.0", "typescript-eslint": "^8.35.0", "@typescript-eslint/parser": "^8.34.1", "@typescript-eslint/eslint-plugin": "^8.34.1",