From 9b53f87af761120b31c2bf49322ae87962062b16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Mar 2021 05:58:51 +0000 Subject: [PATCH] fix: lib/core/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REACTDEVUTILS-1083268 --- lib/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/package.json b/lib/core/package.json index 8c6f0abb2f28..22104aaa974e 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -83,7 +83,7 @@ "pretty-hrtime": "^1.0.3", "qs": "^6.6.0", "raw-loader": "^3.1.0", - "react-dev-utils": "^10.0.0", + "react-dev-utils": "^11.0.4", "regenerator-runtime": "^0.13.3", "resolve": "^1.11.0", "resolve-from": "^5.0.0",