Skip to content

Commit 74eca0c

Browse files
committed
chore(deps): update dependency html-webpack-plugin to v4.5.2
1 parent c12cd71 commit 74eca0c

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"eslint-plugin-jsx-a11y": "6.3.1",
2121
"eslint-plugin-react": "7.21.4",
2222
"eslint-plugin-relay": "1.8.1",
23-
"html-webpack-plugin": "4.5.0",
23+
"html-webpack-plugin": "4.5.2",
2424
"webpack": "4.44.2",
2525
"webpack-cli": "3.3.12",
2626
"webpack-dev-server": "3.11.0"

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3452,17 +3452,17 @@ html-minifier-terser@^5.0.1:
34523452
relateurl "^0.2.7"
34533453
terser "^4.6.3"
34543454

3455-
3456-
version "4.5.0"
3457-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.0.tgz#625097650886b97ea5dae331c320e3238f6c121c"
3458-
integrity sha512-MouoXEYSjTzCrjIxWwg8gxL5fE2X2WZJLmBYXlaJhQUH5K/b5OrqmV7T4dB7iu0xkmJ6JlUuV6fFVtnqbPopZw==
3455+
3456+
version "4.5.2"
3457+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz#76fc83fa1a0f12dd5f7da0404a54e2699666bc12"
3458+
integrity sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==
34593459
dependencies:
34603460
"@types/html-minifier-terser" "^5.0.0"
34613461
"@types/tapable" "^1.0.5"
34623462
"@types/webpack" "^4.41.8"
34633463
html-minifier-terser "^5.0.1"
34643464
loader-utils "^1.2.3"
3465-
lodash "^4.17.15"
3465+
lodash "^4.17.20"
34663466
pretty-error "^2.1.1"
34673467
tapable "^1.1.3"
34683468
util.promisify "1.0.0"
@@ -4071,6 +4071,11 @@ lodash@^4.17.19:
40714071
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
40724072
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
40734073

4074+
lodash@^4.17.20:
4075+
version "4.17.21"
4076+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
4077+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
4078+
40744079
loglevel@^1.6.8:
40754080
version "1.6.8"
40764081
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.8.tgz#8a25fb75d092230ecd4457270d80b54e28011171"

0 commit comments

Comments
 (0)