Skip to content

Commit 72beec7

Browse files
build(deps-dev): bump html-webpack-plugin in /web/app (#13201)
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.6.0 to 5.6.2. - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](jantimon/html-webpack-plugin@v5.6.0...v5.6.2) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4c3797 commit 72beec7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

web/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"eslint-webpack-plugin": "^4.2.0",
7070
"file-loader": "^6.2.0",
7171
"history": "5.3.0",
72-
"html-webpack-plugin": "^5.6.0",
72+
"html-webpack-plugin": "^5.6.2",
7373
"jest": "^29.7.0",
7474
"jest-environment-jsdom": "^29.7.0",
7575
"lodash-webpack-plugin": "^0.11.6",

web/app/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5217,10 +5217,10 @@ html-minifier-terser@^6.0.2:
52175217
relateurl "^0.2.7"
52185218
terser "^5.7.2"
52195219

5220-
html-webpack-plugin@^5.6.0:
5221-
version "5.6.0"
5222-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz#50a8fa6709245608cb00e811eacecb8e0d7b7ea0"
5223-
integrity sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==
5220+
html-webpack-plugin@^5.6.2:
5221+
version "5.6.2"
5222+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.2.tgz#174a67c8e55aa3fa2ba94c8e8e42894bfe4978ea"
5223+
integrity sha512-q7xp/FO9RGBVoTKNItkdX1jKLscLFkgn/dLVFNYbHVbfHLBk6DYW5nsQ8kCzIWcgKP/kUBocetjvav6lD8YfCQ==
52245224
dependencies:
52255225
"@types/html-minifier-terser" "^6.0.0"
52265226
html-minifier-terser "^6.0.2"

0 commit comments

Comments
 (0)