From 4194e5cf0ab9d2d5e82ff0abb6bcef070d5e7337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 13:58:08 +0000 Subject: [PATCH] Bump html-webpack-plugin from 5.3.0 to 5.3.1 (#1169) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index feb1ca3df6..d8cc67e706 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "copy-webpack-plugin": "^8.0.0", "css-loader": "^5.1.1", "file-loader": "^6.2.0", - "html-webpack-plugin": "^5.3.0", + "html-webpack-plugin": "^5.3.1", "prettier": "2.2.1", "style-loader": "^2.0.0", "webpack": "^5.24.4", diff --git a/yarn.lock b/yarn.lock index 319841712a..be3d354c0f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1687,10 +1687,10 @@ html-minifier-terser@^5.0.1: relateurl "^0.2.7" terser "^4.6.3" -html-webpack-plugin@^5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.3.0.tgz#9d93a547db34ac1f28b9f41fd8fe38a5d56770f3" - integrity sha512-BjtSQCy5J0e9EDV+NZ4i+w36N9avXfQDF4QoAV9YAECG50x6/2tfJkFb0ws9eTcszLdyg4vs6FI6hMgVzVoQqw== +html-webpack-plugin@^5.3.1: + version "5.3.1" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.3.1.tgz#8797327548e3de438e3494e0c6d06f181a7f20d1" + integrity sha512-rZsVvPXUYFyME0cuGkyOHfx9hmkFa4pWfxY/mdY38PsBEaVNsRoA+Id+8z6DBDgyv3zaw6XQszdF8HLwfQvcdQ== dependencies: "@types/html-minifier-terser" "^5.0.0" html-minifier-terser "^5.0.1"