From 323a97b23c82bd2263bac0fe9bdfdcc8484b28bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Aug 2021 03:09:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- 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",