From ce6338b9ec35959d392c52e5fcd468a92f27f1b5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jan 2020 07:32:28 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KINDOF-537849 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 75c0b55..e12ee69 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ "react": "^16.4.1", "react-dom": "^16.4.1", "react-firestore-connect": "link:..", - "react-scripts": "^1.1.4" + "react-scripts": "^3.0.0" }, "scripts": { "start": "react-scripts start",