From bc42a7f90bc6611999a6b8a85629daac2ac8350e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Nov 2022 21:50:01 +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-LOADERUTILS-3042992 --- 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 e5008ca406d..47853451276 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -47,7 +47,7 @@ "fs-extra": "5.0.0", "graphql": "0.13.2", "graphql-tag": "2.9.2", - "html-webpack-plugin": "3.2.0", + "html-webpack-plugin": "4.0.0", "identity-obj-proxy": "3.0.0", "loader-utils": "^1.1.0", "jest": "22.4.3",