diff --git a/package-lock.json b/package-lock.json index e7f3208..c931a8e 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.0.4", "@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.0.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.4.tgz", + "integrity": "sha512-ulyqAkrhnuNq9pB76DRBTkcS6YsmDALy6Ua63V8OhrOBgbcYt6IOdzpw5P1+dyRIyMerzLkeYWBeOXPpA9GMAA==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.8.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.8.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", + "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 8d9347a..b6921da 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.0.4", "typescript-eslint": "^8.35.0", "@typescript-eslint/parser": "^8.34.1", "@typescript-eslint/eslint-plugin": "^8.34.1",