From d74abfdc22d7b895defad96a0343f5b6058b9f3b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Nov 2024 09:08:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FIREBASEAUTH-8383231 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac0ae79..31f10b2 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@wadahkode/password-hash": "^1.1.2", "dotenv": "^8.2.0", "ejs": "^3.1.5", - "firebase": "^8.2.8", + "firebase": "^10.9.0", "jsdom": "^16.4.0", "jsdom-global": "^3.0.2", "pg": "^8.5.1",