From 28817b06df981a26095d2e39f7745a39ddca21a1 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Tue, 25 Jun 2019 21:59:58 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MIXINDEEP-450212 - https://snyk.io/vuln/SNYK-JS-SETVALUE-450213 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index ec51580..4eaf69d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "react-codemirror2": "^5.0.1", "react-dom": "^16.8.6", "react-helmet": "^5.2.0", - "react-scripts": "2.1.8", + "react-scripts": "3.0.0", "react-split-pane": "^0.1.87", "react-switch": "^4.1.0", "react-table": "^6.9.2",