diff --git a/package-lock.json b/package-lock.json index cccd63e..eb162b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@stylistic/eslint-plugin-js": "^2.12.1", "@stylistic/eslint-plugin-plus": "^2.12.1", "@stylistic/eslint-plugin-ts": "^2.12.1", - "@types/node": "^20.11.10", + "@types/node": "^24.0.1", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^8.18.1", "@typescript-eslint/parser": "^8.18.1", @@ -1115,13 +1115,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.16.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.11.tgz", - "integrity": "sha512-y+cTCACu92FyA5fgQSAI8A1H429g7aSK2HsO7K4XYUWc4dY5IUz55JSDIYT6/VsOLfGy8vmvQYC2hfb0iF16Uw==", + "version": "24.0.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.1.tgz", + "integrity": "sha512-MX4Zioh39chHlDJbKmEgydJDS3tspMP/lnQC67G3SWsTnb9NeYVWOjkxpOSy4oMfPs4StcWHwBrvUb4ybfnuaw==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~7.8.0" } }, "node_modules/@types/parse-json": { @@ -8704,9 +8704,9 @@ } }, "node_modules/undici-types": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "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 cb71943..cd400a4 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@octokit/core": "^4.2.4", "@octokit/request-error": "^3.0.3", "@octokit/types": "^7.5.1", - "@types/node": "^20.11.10", + "@types/node": "^24.0.1", "typescript-eslint": "^8.18.1", "@typescript-eslint/parser": "^8.18.1", "@typescript-eslint/eslint-plugin": "^8.18.1",