Skip to content

Commit e26a6dd

Browse files
build(deps-dev): bump html-webpack-plugin from 4.5.0 to 4.5.1
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](jantimon/html-webpack-plugin@v4.5.0...v4.5.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent d73b7f2 commit e26a6dd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"css-loader": "^5.0.1",
8585
"dotenv": "^8.2.0",
8686
"faked-promise": "^2.2.2",
87-
"html-webpack-plugin": "^4.5.0",
87+
"html-webpack-plugin": "^4.5.1",
8888
"jest": "^26.6.1",
8989
"jest-mock-warn": "^1.1.0",
9090
"lint-staged": "^10.5.3",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4496,17 +4496,17 @@ html-minifier-terser@^5.0.1:
44964496
relateurl "^0.2.7"
44974497
terser "^4.6.3"
44984498

4499-
html-webpack-plugin@^4.5.0:
4500-
version "4.5.0"
4501-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.0.tgz#625097650886b97ea5dae331c320e3238f6c121c"
4502-
integrity sha512-MouoXEYSjTzCrjIxWwg8gxL5fE2X2WZJLmBYXlaJhQUH5K/b5OrqmV7T4dB7iu0xkmJ6JlUuV6fFVtnqbPopZw==
4499+
html-webpack-plugin@^4.5.1:
4500+
version "4.5.1"
4501+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.1.tgz#40aaf1b5cb78f2f23a83333999625c20929cda65"
4502+
integrity sha512-yzK7RQZwv9xB+pcdHNTjcqbaaDZ+5L0zJHXfi89iWIZmb/FtzxhLk0635rmJihcQbs3ZUF27Xp4oWGx6EK56zg==
45034503
dependencies:
45044504
"@types/html-minifier-terser" "^5.0.0"
45054505
"@types/tapable" "^1.0.5"
45064506
"@types/webpack" "^4.41.8"
45074507
html-minifier-terser "^5.0.1"
45084508
loader-utils "^1.2.3"
4509-
lodash "^4.17.15"
4509+
lodash "^4.17.20"
45104510
pretty-error "^2.1.1"
45114511
tapable "^1.1.3"
45124512
util.promisify "1.0.0"

0 commit comments

Comments
 (0)