diff --git a/packages/snippet-bot/package.json b/packages/snippet-bot/package.json index f818f5c6041..ff441bc4722 100644 --- a/packages/snippet-bot/package.json +++ b/packages/snippet-bot/package.json @@ -29,38 +29,38 @@ "lint": "gts check" }, "dependencies": { - "@google-automations/bot-config-utils": "^6.1.0", - "@google-automations/git-file-utils": "^1.2.6", - "@google-automations/label-utils": "^3.0.0", - "@google-cloud/storage": "^6.4.2", - "follow-redirects": "^1.15.1", - "gcf-utils": "^14.4.0", + "@google-automations/bot-config-utils": "^7.0.0", + "@google-automations/git-file-utils": "^2.0.0", + "@google-automations/label-utils": "^4.0.0", + "@google-cloud/storage": "^7.12.1", + "follow-redirects": "^1.15.6", + "gcf-utils": "^15.0.1", "js-yaml": "^4.1.0", - "jsonwebtoken": "^9.0.0", - "lru-cache": "^7.14.0", - "minimatch": "^5.1.0", - "parse-diff": "^0.10.0", - "tar": "^6.1.11", + "jsonwebtoken": "^9.0.2", + "lru-cache": "^11.0.0", + "minimatch": "^10.0.1", + "parse-diff": "^0.11.1", + "tar": "^7.4.3", "tmp-promise": "^3.0.3" }, "devDependencies": { - "@octokit/webhooks-types": "^6.3.6", - "@types/follow-redirects": "^1.14.1", + "@octokit/webhooks-types": "^7.5.1", + "@types/follow-redirects": "^1.14.4", "@types/minimatch": "^5.1.2", - "@types/mocha": "^10.0.0", - "@types/node": "^18.7.15", - "@types/sinon": "^10.0.13", - "@types/tar": "^6.1.2", - "@types/tmp": "^0.2.3", - "c8": "^7.12.0", + "@types/mocha": "^10.0.7", + "@types/node": "^22.5.1", + "@types/sinon": "^17.0.3", + "@types/tar": "^6.1.13", + "@types/tmp": "^0.2.6", + "c8": "^10.1.2", "cross-env": "^7.0.3", - "gts": "^4.0.0", - "mocha": "^10.0.0", - "nock": "^13.2.9", - "sinon": "^15.0.0", - "smee-client": "^1.2.3", + "gts": "^5.3.1", + "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" }, "optionalDependencies": { "fsevents": "*"