From 439de7c0c9f5b8fab197b40e3874a36d06a4295c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 16:10:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 578ec4f..9789040 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "core-js": "^2.4.1", "d3": "^4.11.0", "dragula": "^3.7.2", - "firebase": "^5.0.3", + "firebase": "^7.22.0", "lodash": "^4.17.4", "moment": "^2.19.2", "moment-timezone": "^0.5.14",