From 39863a6bf3f8c8b680965db6b3b5b3f560035e37 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 04:54:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BUN-15123966 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3f58498d68..08e06e75f4 100644 --- a/package.json +++ b/package.json @@ -51,8 +51,8 @@ "dependencies": { "@firebase/app": "^0.3.1", "@firebase/database": "^0.3.1", - "@google-cloud/firestore": "^0.15.2", - "@google-cloud/storage": "^1.6.0", + "@google-cloud/firestore": "^3.3.0", + "@google-cloud/storage": "^5.17.0", "@types/google-cloud__storage": "^1.1.7", "@types/node": "^8.0.53", "jsonwebtoken": "8.1.0",