Skip to content

Commit 0f04c39

Browse files
committed
chore(deps): update dependency html-webpack-plugin to v4.5.1
1 parent c12cd71 commit 0f04c39

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

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.1",
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-
html-webpack-plugin@4.5.0:
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+
html-webpack-plugin@4.5.1:
3456+
version "4.5.1"
3457+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.1.tgz#40aaf1b5cb78f2f23a83333999625c20929cda65"
3458+
integrity sha512-yzK7RQZwv9xB+pcdHNTjcqbaaDZ+5L0zJHXfi89iWIZmb/FtzxhLk0635rmJihcQbs3ZUF27Xp4oWGx6EK56zg==
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.20"
4076+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
4077+
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
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)