From 09c65858f530dee098c2b0fabbf5de2a325439f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 May 2021 19:25:07 +0000 Subject: [PATCH] fix: upgrade html-webpack-plugin from 4.0.0-alpha.2 to 4.5.2 Snyk has created this PR to upgrade html-webpack-plugin from 4.0.0-alpha.2 to 4.5.2. See this package in npm: https://www.npmjs.com/package/html-webpack-plugin See this project in Snyk: https://app.snyk.io/org/maniator-rqb/project/2e30ae96-4ad1-4f2b-b41a-84770aa3a710?utm_source=github&utm_medium=upgrade-pr --- examples/preact/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/preact/package.json b/examples/preact/package.json index c88aea592bb1f3..7ba4455a16a306 100644 --- a/examples/preact/package.json +++ b/examples/preact/package.json @@ -28,7 +28,7 @@ "eslint-plugin-react": "7.12.4", "file-loader": "2.0.0", "fs-extra": "7.0.1", - "html-webpack-plugin": "4.0.0-alpha.2", + "html-webpack-plugin": "4.5.2", "identity-obj-proxy": "3.0.0", "jest": "23.6.0", "jest-pnp-resolver": "1.0.2",