From ae5b027181245174ef204784177c0d9ed989ad26 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Nov 2022 17:50:45 +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 352484fe1e8..74cb836eebf 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -47,7 +47,7 @@ "fs-extra": "5.0.0", "graphql": "0.12.3", "graphql-tag": "2.6.1", - "html-webpack-plugin": "2.30.1", + "html-webpack-plugin": "4.0.0", "identity-obj-proxy": "3.0.0", "jest": "22.1.2", "object-assign": "4.1.1",