From 73c08b48feb6e29e704fb0669b3b614da0af8ee5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jul 2018 00:36:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:cryptiles:20180710 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a85f90e..2ee3894 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "react": "^16.1.0", "react-dom": "^16.1.0", "react-router-dom": "^4.2.2", - "react-scripts": "1.0.17", + "react-scripts": "1.1.1", "react-slick": "^0.15.4", "react-toastr": "^3.0.0", "socket.io-client": "^2.0.4",