diff --git a/package.json b/package.json index 257eb7f..42bbe9a 100644 --- a/package.json +++ b/package.json @@ -24,22 +24,22 @@ "@actions/core": "^1.10.1", "@octokit/rest": "^20.1.1", "@types/luxon": "^3.4.2", - "@types/node": "^20.12.8", - "commander": "^12.0.0", - "got": "^14.2.1", + "@types/node": "^20.14.1", + "commander": "^12.1.0", + "got": "^14.4.0", "ip-regex": "^5.0.0", "luxon": "^3.4.4", "multithread-array": "^2.0.0", "p-queue": "^8.0.1", "simple-git": "^3.24.0", - "tsx": "^4.9.1", + "tsx": "^4.11.2", "typescript": "^5.4.5" }, "devDependencies": { - "@stylistic/eslint-plugin": "^1.8.0", + "@stylistic/eslint-plugin": "^1.8.1", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", "eslint": "^8.57.0", - "typescript-eslint": "^7.8.0" + "typescript-eslint": "^7.12.0" } }