From dc4ce6c67fce8a2340217a4acfed5358f2b72ed1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 03:03:35 +0000 Subject: [PATCH] feat: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @commitlint/config-conventional from 17.4.2 to 19.4.1. See this package in npm: https://www.npmjs.com/package/@commitlint/config-conventional - @commitlint/lint from 17.6.6 to 19.4.1. See this package in npm: https://www.npmjs.com/package/@commitlint/lint - @types/node from 18.11.18 to 22.5.2. See this package in npm: https://www.npmjs.com/package/@types/node - @octokit/openapi-types from 14.0.0 to 22.2.0. See this package in npm: https://www.npmjs.com/package/@octokit/openapi-types - jsonwebtoken from 9.0.0 to 9.0.2. See this package in npm: https://www.npmjs.com/package/jsonwebtoken - lru-cache from 7.14.1 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 - @octokit/webhooks-types from 6.9.0 to 7.5.1. See this package in npm: https://www.npmjs.com/package/@octokit/webhooks-types - @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.1 to 18.0.0. See this package in npm: https://www.npmjs.com/package/sinon - smee-client from 1.2.3 to 2.0.3. See this package in npm: https://www.npmjs.com/package/smee-client - typescript from 4.9.4 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/68e06026-0459-4a6b-9a4c-bc68501cf517?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../conventional-commit-lint/package.json | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/packages/conventional-commit-lint/package.json b/packages/conventional-commit-lint/package.json index 1f471c4b9e6..a16150ff5ef 100644 --- a/packages/conventional-commit-lint/package.json +++ b/packages/conventional-commit-lint/package.json @@ -29,29 +29,29 @@ "lint": "gts check" }, "dependencies": { - "@commitlint/config-conventional": "^17.1.0", - "@commitlint/lint": "^17.1.0", - "@google-automations/bot-config-utils": "^6.1.0", - "@octokit/openapi-types": "^14.0.0", - "@octokit/webhooks-types": "^6.3.6", - "gcf-utils": "^14.2.0", - "jsonwebtoken": "^9.0.0" + "@commitlint/config-conventional": "^19.4.1", + "@commitlint/lint": "^19.4.1", + "@google-automations/bot-config-utils": "^7.0.0", + "@octokit/openapi-types": "^22.2.0", + "@octokit/webhooks-types": "^7.5.1", + "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.2", + "@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", - "smee-client": "^1.2.3", + "lru-cache": "^11.0.0", + "mocha": "^10.7.3", + "nock": "^13.5.5", + "sinon": "^18.0.0", + "smee-client": "^2.0.3", "snap-shot-it": "^7.9.6", - "typescript": "~4.9.0" + "typescript": "~5.5.4" }, "engines": { "node": ">= 14"