diff --git a/package.json b/package.json index 7accd8e4..091a4ab6 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "caniuse-lite": "^1.0.30001196", "css-loader": "^5.1.1", "eventsourcemock": "^2.0.0", - "html-webpack-plugin": "^5.2.0", + "html-webpack-plugin": "^5.3.0", "husky": "^5.1.3", "jest": "^26.6.3", "jest-serializer-vue": "^2.0.2", diff --git a/yarn.lock b/yarn.lock index dc668f61..097c66f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4370,14 +4370,13 @@ html-minifier-terser@^5.0.1: relateurl "^0.2.7" terser "^4.6.3" -html-webpack-plugin@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.2.0.tgz#d675ad0027a89de6b3d9950e0b57656dcfd97fbf" - integrity sha512-0wkVlJKq7edCN793gdLgdAm5m196qI2vb5SGXy4AtGOFB/lYKyS10+3Vkhe6Bo0acddAW3QVw+0ysgWoko/IEQ== +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== dependencies: "@types/html-minifier-terser" "^5.0.0" html-minifier-terser "^5.0.1" - loader-utils "^2.0.0" lodash "^4.17.20" pretty-error "^2.1.1" tapable "^2.0.0"