From 27826d8b236b20277903a432ae9ae4b4d43315ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 May 2025 08:58:58 +0000 Subject: [PATCH] fix: packages/cli-alert/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUEST-8730853 - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUESTERROR-8730854 --- packages/cli-alert/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli-alert/package.json b/packages/cli-alert/package.json index 705b6f5ac6..b8419b22da 100644 --- a/packages/cli-alert/package.json +++ b/packages/cli-alert/package.json @@ -13,7 +13,7 @@ "author": "snyk.io", "license": "Apache-2.0", "dependencies": { - "@octokit/rest": "^18.0.5", + "@octokit/rest": "^22.0.0", "@pagerduty/pdjs": "^2.2.0", "@slack/webhook": "^7.0.3", "typescript": "^4.0.2"