From 1156e893e33b08dcd14ab7374fa6b58bbe0cf476 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 20:39:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 89e8498..464d7ca 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,12 @@ "version": "0.1.0", "private": true, "dependencies": { - "firebase": "^4.1.3", + "firebase": "^5.0.3", "react": "^15.6.1", "react-dom": "^15.6.1", "react-firebase": "^2.2.6", "react-router-dom": "^4.1.1", - "react-scripts": "1.0.10" + "react-scripts": "1.1.1" }, "scripts": { "start": "react-scripts start",