From 182f691b69cda9a9b0987957c8f82447d53ff2d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Mar 2024 21:59:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c287b2a7ed..11fa230235 100644 --- a/package.json +++ b/package.json @@ -49,8 +49,8 @@ "types": "./lib/index.d.ts", "dependencies": { "google-auth-library": "^0.10.0", - "@google-cloud/storage": "^1.2.1", - "@google-cloud/firestore": "~0.8.2", + "@google-cloud/storage": "^5.17.0", + "@google-cloud/firestore": "~0.15.2", "@types/google-cloud__storage": "^1.1.1", "@types/jsonwebtoken": "^7.1.33", "@types/node": "^8.0.32",