Skip to content

Commit f407960

Browse files
Bump html-webpack-plugin from 5.5.3 to 5.6.0
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.5.3 to 5.6.0. - [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.5.3...v5.6.0) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 870eb43 commit f407960

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint": "^8.44.0",
3838
"eslint-plugin-react": "^7.33.2",
3939
"eslint-plugin-react-hooks": "^4.6.0",
40-
"html-webpack-plugin": "^5.5.0",
40+
"html-webpack-plugin": "^5.6.0",
4141
"husky": "^8.0.3",
4242
"jest": "^29.4.3",
4343
"lint-staged": "^13.2.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3079,10 +3079,10 @@ html-minifier-terser@^6.0.2:
30793079
relateurl "^0.2.7"
30803080
terser "^5.10.0"
30813081

3082-
html-webpack-plugin@^5.5.0:
3083-
version "5.5.3"
3084-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz#72270f4a78e222b5825b296e5e3e1328ad525a3e"
3085-
integrity sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==
3082+
html-webpack-plugin@^5.6.0:
3083+
version "5.6.0"
3084+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz#50a8fa6709245608cb00e811eacecb8e0d7b7ea0"
3085+
integrity sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==
30863086
dependencies:
30873087
"@types/html-minifier-terser" "^6.0.0"
30883088
html-minifier-terser "^6.0.2"

0 commit comments

Comments
 (0)