Skip to content

Commit 7e65e52

Browse files
chore(deps-dev): update html-webpack-plugin requirement in /src (#3363)
Updates the requirements on [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) to permit the latest version. - [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.4...v5.6.6) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-version: 5.6.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8bd92af commit 7e65e52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"copy-webpack-plugin": "^13.0.1",
18-
"html-webpack-plugin": "^5.6.4",
18+
"html-webpack-plugin": "^5.6.6",
1919
"webpack": "^5.105.3",
2020
"webpack-cli": "^6.0.1",
2121
"webpack-dev-server": "^5.2.2",

0 commit comments

Comments
 (0)