Skip to content

Commit 65ce61f

Browse files
chore(deps): update dependency html-webpack-plugin to v4.5.2
1 parent 0555c36 commit 65ce61f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.30.1",
2222
"eslint-plugin-relay": "1.8.3",
23-
"html-webpack-plugin": "4.5.0",
23+
"html-webpack-plugin": "4.5.2",
2424
"webpack": "4.46.0",
2525
"webpack-cli": "3.3.12",
2626
"webpack-dev-server": "3.11.3"

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3641,17 +3641,17 @@ html-minifier-terser@^5.0.1:
36413641
relateurl "^0.2.7"
36423642
terser "^4.6.3"
36433643

3644-
3645-
version "4.5.0"
3646-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.0.tgz#625097650886b97ea5dae331c320e3238f6c121c"
3647-
integrity sha512-MouoXEYSjTzCrjIxWwg8gxL5fE2X2WZJLmBYXlaJhQUH5K/b5OrqmV7T4dB7iu0xkmJ6JlUuV6fFVtnqbPopZw==
3644+
3645+
version "4.5.2"
3646+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz#76fc83fa1a0f12dd5f7da0404a54e2699666bc12"
3647+
integrity sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==
36483648
dependencies:
36493649
"@types/html-minifier-terser" "^5.0.0"
36503650
"@types/tapable" "^1.0.5"
36513651
"@types/webpack" "^4.41.8"
36523652
html-minifier-terser "^5.0.1"
36533653
loader-utils "^1.2.3"
3654-
lodash "^4.17.15"
3654+
lodash "^4.17.20"
36553655
pretty-error "^2.1.1"
36563656
tapable "^1.1.3"
36573657
util.promisify "1.0.0"
@@ -4337,7 +4337,7 @@ lodash.truncate@^4.4.2:
43374337
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
43384338
integrity sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==
43394339

4340-
lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19:
4340+
lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20:
43414341
version "4.17.21"
43424342
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
43434343
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

0 commit comments

Comments
 (0)