diff options
author | 2021-03-08 07:02:46 +0000 | |
---|---|---|
committer | 2021-03-08 07:02:46 +0000 | |
commit | cea171f39cfa74cafbfec6090cbe2fb39fbf8bf6 (patch) | |
tree | 64d6847d920b8d0e3b45e366ca8d508365703628 | |
parent | Renables OAuth Button On Failure (diff) |
Bump html-webpack-plugin from 5.2.0 to 5.3.0
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v5.2.0...v5.3.0)
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/package.json b/package.json index 2e5bf34..a1a576c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "axios": "0.21.1", "copy-webpack-plugin": "8.0.0", "fs-extra": "9.1.0", - "html-webpack-plugin": "5.2.0", + "html-webpack-plugin": "5.3.0", "identity-obj-proxy": "3.0.0", "react": "17.0.1", "react-app-polyfill": "2.0.0", @@ -4834,14 +4834,13 @@ html-minifier-terser@^5.0.1: relateurl "^0.2.7" terser "^4.6.3" - 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== + 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" |