From 13328ce274f7978f07a9bc1903dbfea770876399 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 00:56:13 +0000 Subject: [PATCH] fix: packages/snippet-bot/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 --- packages/snippet-bot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/snippet-bot/package.json b/packages/snippet-bot/package.json index f818f5c6041..eec1de240ec 100644 --- a/packages/snippet-bot/package.json +++ b/packages/snippet-bot/package.json @@ -33,7 +33,7 @@ "@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", + "follow-redirects": "^1.15.6", "gcf-utils": "^14.4.0", "js-yaml": "^4.1.0", "jsonwebtoken": "^9.0.0",