From 59c020b38997c3ee1b40de9d599bc76443bda011 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2020 02:13:12 +0000 Subject: [PATCH] fix: packages/react-scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 07ddf87532d..9ffa886e336 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -50,7 +50,7 @@ "graphql-tag": "2.9.2", "html-webpack-plugin": "4.0.0-alpha.2", "identity-obj-proxy": "3.0.0", - "jest": "23.6.0", + "jest": "24.0.0", "loader-utils": "1.1.0", "mini-css-extract-plugin": "0.4.3", "object-assign": "4.1.1",