From 03ddb510f4f92c9631f279558e9ac4ea8f94b3b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 08:36:19 +0000 Subject: [PATCH] fix: auth/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/package.json b/auth/package.json index 13af137e95..7413a09dee 100644 --- a/auth/package.json +++ b/auth/package.json @@ -17,7 +17,7 @@ "test": "samples test run --cmd ava -- -T 20s --verbose system-test/*.test.js" }, "dependencies": { - "@google-cloud/storage": "1.2.1", + "@google-cloud/storage": "5.17.0", "yargs": "8.0.2" }, "devDependencies": {