From 00efc93992898a4b44326e3d9a63f2510c2f7895 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 02:59:13 +0000 Subject: [PATCH] feat: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @types/node from 18.15.5 to 22.5.1. See this package in npm: https://www.npmjs.com/package/@types/node - @google-cloud/secret-manager from 4.2.2 to 5.6.0. See this package in npm: https://www.npmjs.com/package/@google-cloud/secret-manager - jsonwebtoken from 9.0.0 to 9.0.2. See this package in npm: https://www.npmjs.com/package/jsonwebtoken - lru-cache from 7.18.3 to 11.0.0. See this package in npm: https://www.npmjs.com/package/lru-cache - gcf-utils from 14.4.6 to 15.0.1. See this package in npm: https://www.npmjs.com/package/gcf-utils - @google-automations/bot-config-utils from 6.1.3 to 7.0.0. See this package in npm: https://www.npmjs.com/package/@google-automations/bot-config-utils - @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 - c8 from 7.14.0 to 10.1.2. See this package in npm: https://www.npmjs.com/package/c8 - 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.3.0 to 13.5.5. See this package in npm: https://www.npmjs.com/package/nock - sinon from 15.0.2 to 18.0.0. See this package in npm: https://www.npmjs.com/package/sinon - typescript from 4.9.5 to 5.5.4. See this package in npm: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/cachiman/project/fefe76df-d346-4bba-9f9d-875625b6870b?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/trusted-contribution/package.json | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/trusted-contribution/package.json b/packages/trusted-contribution/package.json index bf9e119bb5d..b169060249e 100644 --- a/packages/trusted-contribution/package.json +++ b/packages/trusted-contribution/package.json @@ -27,25 +27,25 @@ "lint": "gts check" }, "dependencies": { - "@google-automations/bot-config-utils": "^6.1.0", - "@google-cloud/secret-manager": "^4.1.2", - "gcf-utils": "^14.2.0", - "jsonwebtoken": "^9.0.0" + "@google-automations/bot-config-utils": "^7.0.0", + "@google-cloud/secret-manager": "^5.6.0", + "gcf-utils": "^15.0.1", + "jsonwebtoken": "^9.0.2" }, "devDependencies": { - "@types/mocha": "^10.0.0", - "@types/node": "^18.7.15", - "@types/sinon": "^10.0.13", - "c8": "^7.12.0", + "@types/mocha": "^10.0.7", + "@types/node": "^22.5.1", + "@types/sinon": "^17.0.3", + "c8": "^10.1.2", "cross-env": "^7.0.3", - "gts": "^4.0.0", + "gts": "^5.3.1", "js-yaml": "^4.1.0", - "lru-cache": "^7.14.0", - "mocha": "^10.0.0", - "nock": "^13.2.9", - "sinon": "^15.0.0", + "lru-cache": "^11.0.0", + "mocha": "^10.7.3", + "nock": "^13.5.5", + "sinon": "^18.0.0", "snap-shot-it": "^7.9.6", - "typescript": "~4.9.0" + "typescript": "~5.5.4" }, "engines": { "node": ">= 14"