From cfd7d462c4ad27b749bb655d03e03a4786c0e7e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Sep 2024 07:07:39 +0000 Subject: [PATCH] feat: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @types/node from 18.11.18 to 22.5.1. See this package in npm: https://www.npmjs.com/package/@types/node - google-auth-library from 8.7.0 to 9.14.0. See this package in npm: https://www.npmjs.com/package/google-auth-library - @google-cloud/run from 0.3.0 to 1.4.0. See this package in npm: https://www.npmjs.com/package/@google-cloud/run - @google-cloud/scheduler from 3.3.1 to 4.3.0. See this package in npm: https://www.npmjs.com/package/@google-cloud/scheduler - @octokit/rest from 19.0.5 to 21.0.2. See this package in npm: https://www.npmjs.com/package/@octokit/rest - @types/js-yaml from 4.0.5 to 4.0.9. See this package in npm: https://www.npmjs.com/package/@types/js-yaml - @types/mocha from 10.0.1 to 10.0.7. See this package in npm: https://www.npmjs.com/package/@types/mocha - @types/sinon from 10.0.13 to 17.0.3. See this package in npm: https://www.npmjs.com/package/@types/sinon - @types/yargs from 17.0.19 to 17.0.33. See this package in npm: https://www.npmjs.com/package/@types/yargs - c8 from 7.14.0 to 10.1.2. See this package in npm: https://www.npmjs.com/package/c8 - dotenv from 16.0.3 to 16.4.5. See this package in npm: https://www.npmjs.com/package/dotenv - gts from 4.0.1 to 5.3.1. See this package in npm: https://www.npmjs.com/package/gts - mocha from 10.2.0 to 10.7.3. See this package in npm: https://www.npmjs.com/package/mocha - nock from 13.2.9 to 13.5.5. See this package in npm: https://www.npmjs.com/package/nock - sinon from 15.0.1 to 18.0.0. See this package in npm: https://www.npmjs.com/package/sinon - typescript from 4.9.4 to 5.5.4. See this package in npm: https://www.npmjs.com/package/typescript - yargs from 17.6.2 to 17.7.2. See this package in npm: https://www.npmjs.com/package/yargs See this project in Snyk: https://app.snyk.io/org/cachiman/project/ec36be52-c7e2-4414-981d-3ef034b875df?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/cron-utils/package.json | 34 ++++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) 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"