From 6bdfb4986b8d7e219e9217a4c676283ffea86625 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 19:02:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-6476909 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a06de2b..074c283 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "axios": "^0.16.2", - "firebase": "^4.2.0", + "firebase": "^7.14.0", "moment": "^2.18.1", "react": "16.0.0-alpha.12", "react-native": "0.47.1",