Skip to content

Commit 6af57cf

Browse files
Bump html-webpack-plugin from 4.2.1 to 4.3.0
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.2.1 to 4.3.0. - [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.2.1...v4.3.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent bcdc7e5 commit 6af57cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"babel-loader": "^8.1.0",
2626
"css-loader": "^3.5.3",
27-
"html-webpack-plugin": "^4.2.1",
27+
"html-webpack-plugin": "^4.3.0",
2828
"style-loader": "^1.1.3",
2929
"webpack": "^4.43.0",
3030
"webpack-cli": "^3.3.11",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10283,10 +10283,10 @@ html-void-elements@^1.0.0:
1028310283
resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-1.0.5.tgz#ce9159494e86d95e45795b166c2021c2cfca4483"
1028410284
integrity sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==
1028510285

10286-
html-webpack-plugin@^4.2.1:
10287-
version "4.2.1"
10288-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.2.1.tgz#2a8b421ad19eb622397394f34ad6975a14bf0fac"
10289-
integrity sha512-zTTPxKJ8bgRe4RVDzT1MZW8ysW5wwDfJmD3AN+7mw2MKMWZJibZzBgHaDqnL6FJg1kvk38sQPMJNmI8Q1Ntr9A==
10286+
html-webpack-plugin@^4.3.0:
10287+
version "4.3.0"
10288+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.3.0.tgz#53bf8f6d696c4637d5b656d3d9863d89ce8174fd"
10289+
integrity sha512-C0fzKN8yQoVLTelcJxZfJCE+aAvQiY2VUf3UuKrR4a9k5UMWYOtpDLsaXwATbcVCnI05hUS7L9ULQHWLZhyi3w==
1029010290
dependencies:
1029110291
"@types/html-minifier-terser" "^5.0.0"
1029210292
"@types/tapable" "^1.0.5"

0 commit comments

Comments
 (0)