From 478b3a77c8bd4d5394098e57830023a4be3723f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jul 2021 04:50:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REACTDEVUTILS-1083268 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f7390c..07ce65b 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "node-sass-utils": "^1.1.2", "postcss": "^8.2.8", "react": "^16.14.0", - "react-dev-utils": "4.2.3", + "react-dev-utils": "11.0.4", "react-dom": "^16.8.1", "react-helmet": "^5.2.0", "react-html-parser": "^2.0.2",