diff --git a/packages/cron-utils/package.json b/packages/cron-utils/package.json index b5cda96149b..6e90d7694c6 100644 --- a/packages/cron-utils/package.json +++ b/packages/cron-utils/package.json @@ -17,28 +17,28 @@ "homepage": "https://github.com/googleapis/repo-automation-bots", "bugs": "https://github.com/googleapis/repo-automation-bots/issues", "dependencies": { - "@google-cloud/run": "^0.3.0", - "@google-cloud/scheduler": "^3.0.3", - "google-auth-library": "^8.5.1", + "@google-cloud/run": "^1.4.0", + "@google-cloud/scheduler": "^4.3.0", + "google-auth-library": "^9.14.0", "js-yaml": "^4.1.0", - "yargs": "^17.5.1" + "yargs": "^17.7.2" }, "devDependencies": { - "@octokit/rest": "^19.0.4", - "@types/js-yaml": "^4.0.5", - "@types/mocha": "^10.0.0", - "@types/node": "^18.7.15", - "@types/sinon": "^10.0.13", - "@types/yargs": "^17.0.12", - "c8": "^7.12.0", + "@octokit/rest": "^21.0.2", + "@types/js-yaml": "^4.0.9", + "@types/mocha": "^10.0.7", + "@types/node": "^22.5.1", + "@types/sinon": "^17.0.3", + "@types/yargs": "^17.0.33", + "c8": "^10.1.2", "cross-env": "^7.0.3", - "dotenv": "^16.0.2", - "gts": "^4.0.0", - "mocha": "^10.0.0", - "nock": "^13.2.9", - "sinon": "^15.0.0", + "dotenv": "^16.4.5", + "gts": "^5.3.1", + "mocha": "^10.7.3", + "nock": "^13.5.5", + "sinon": "^18.0.0", "snap-shot-it": "^7.9.6", - "typescript": "^4.9.4" + "typescript": "^5.5.4" }, "engines": { "node": ">= 18"