From 42171196611c81ea9f4cc84f334035eca0249235 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Dec 2020 08:41:44 +0000 Subject: [PATCH] fix: auth/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DATEANDTIME-1054430 --- auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/package.json b/auth/package.json index 0689a2d6cd..5c7183188a 100644 --- a/auth/package.json +++ b/auth/package.json @@ -15,7 +15,7 @@ "test": "repo-tools test run --cmd ava -- -T 20s --verbose system-test/*.test.js" }, "dependencies": { - "@google-cloud/storage": "^2.0.3", + "@google-cloud/storage": "^5.2.0", "yargs": "12.0.5" }, "devDependencies": {