From 1298b03ffd3b26f20a185dc957c8b7282861f255 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Jan 2019 21:45:26 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REACTDEVUTILS-72875 - https://snyk.io/vuln/npm:extend:20180424 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 3f133dd..1d6fd2c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,7 @@ "promise": "8.0.1", "raf": "3.4.0", "react": "^16.3.2", - "react-dev-utils": "^5.0.1", + "react-dev-utils": "^5.0.2", "react-dom": "^16.3.2", "react-test-renderer": "^16.3.2", "reactstrap": "^5.0.0",