Skip to content

Commit 19e1339

Browse files
Bump html-webpack-plugin from 2.30.1 to 3.0.7
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 2.30.1 to 3.0.7. - [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@v2.30.1...v3.0.7) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0927a89 commit 19e1339

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"extract-text-webpack-plugin": "^3.0.2",
154154
"file-loader": "^1.1.11",
155155
"html-webpack-include-assets-plugin": "^0.0.5",
156-
"html-webpack-plugin": "^2.16.1",
156+
"html-webpack-plugin": "^3.0.7",
157157
"inject-loader": "^3.0.0",
158158
"json-loader": "^0.5.4",
159159
"karma": "^1.7.1",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@ bluebird-lst@^1.0.5:
14651465
dependencies:
14661466
bluebird "^3.5.1"
14671467

1468-
bluebird@^3.0.5, bluebird@^3.1.1, bluebird@^3.3.0, bluebird@^3.4.1, bluebird@^3.4.7, bluebird@^3.5.0, bluebird@^3.5.1, bluebird@~3.5.0:
1468+
bluebird@^3.0.5, bluebird@^3.1.1, bluebird@^3.3.0, bluebird@^3.4.1, bluebird@^3.5.0, bluebird@^3.5.1, bluebird@~3.5.0:
14691469
version "3.5.1"
14701470
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9"
14711471

@@ -4690,16 +4690,17 @@ html-webpack-include-assets-plugin@^0.0.5:
46904690
dependencies:
46914691
minimatch "^3.0.3"
46924692

4693-
html-webpack-plugin@^2.16.1:
4694-
version "2.30.1"
4695-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-2.30.1.tgz#7f9c421b7ea91ec460f56527d78df484ee7537d5"
4693+
html-webpack-plugin@^3.0.7:
4694+
version "3.0.7"
4695+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-3.0.7.tgz#b46074f6a76e791581ffe9bb059a72b452d99907"
46964696
dependencies:
4697-
bluebird "^3.4.7"
46984697
html-minifier "^3.2.3"
46994698
loader-utils "^0.2.16"
47004699
lodash "^4.17.3"
47014700
pretty-error "^2.0.2"
4701+
tapable "^1.0.0"
47024702
toposort "^1.0.0"
4703+
util.promisify "1.0.0"
47034704

47044705
htmlparser2@^3.8.2:
47054706
version "3.8.3"
@@ -8675,6 +8676,10 @@ tapable@^0.2.7:
86758676
version "0.2.8"
86768677
resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.2.8.tgz#99372a5c999bf2df160afc0d74bed4f47948cd22"
86778678

8679+
tapable@^1.0.0:
8680+
version "1.0.0"
8681+
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.0.0.tgz#cbb639d9002eed9c6b5975eb20598d7936f1f9f2"
8682+
86788683
tar-pack@^3.4.0:
86798684
version "3.4.0"
86808685
resolved "https://registry.yarnpkg.com/tar-pack/-/tar-pack-3.4.0.tgz#23be2d7f671a8339376cbdb0b8fe3fdebf317984"
@@ -9153,7 +9158,7 @@ util-deprecate@~1.0.1:
91539158
version "1.0.2"
91549159
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
91559160

9156-
util.promisify@~1.0.0:
9161+
util.promisify@1.0.0, util.promisify@~1.0.0:
91579162
version "1.0.0"
91589163
resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030"
91599164
dependencies:

0 commit comments

Comments
 (0)