From 54ada18a5c07b7fe11bdad75df4df0775b1413b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Dec 2023 08:53:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOOGLECLOUDFIRESTORE-6100635 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c287b2a7ed..a9607830ab 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "dependencies": { "google-auth-library": "^0.10.0", "@google-cloud/storage": "^1.2.1", - "@google-cloud/firestore": "~0.8.2", + "@google-cloud/firestore": "~6.2.0", "@types/google-cloud__storage": "^1.1.1", "@types/jsonwebtoken": "^7.1.33", "@types/node": "^8.0.32",