Skip to content

Commit ac0ab8f

Browse files
committed
Update dependency html-webpack-plugin to v4.5.1
1 parent 50288cf commit ac0ab8f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"eslint-plugin-react": "7.19.0",
7676
"eslint-plugin-react-hooks": "3.0.0",
7777
"html-loader": "1.1.0",
78-
"html-webpack-plugin": "4.5.0",
78+
"html-webpack-plugin": "4.5.1",
7979
"husky": "4.2.5",
8080
"jest": "25.3.0",
8181
"less": "3.11.1",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -8296,17 +8296,17 @@ html-void-elements@^1.0.0:
82968296
resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-1.0.5.tgz#ce9159494e86d95e45795b166c2021c2cfca4483"
82978297
integrity sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==
82988298

8299-
8300-
version "4.5.0"
8301-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.0.tgz#625097650886b97ea5dae331c320e3238f6c121c"
8302-
integrity sha512-MouoXEYSjTzCrjIxWwg8gxL5fE2X2WZJLmBYXlaJhQUH5K/b5OrqmV7T4dB7iu0xkmJ6JlUuV6fFVtnqbPopZw==
8299+
8300+
version "4.5.1"
8301+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.1.tgz#40aaf1b5cb78f2f23a83333999625c20929cda65"
8302+
integrity sha512-yzK7RQZwv9xB+pcdHNTjcqbaaDZ+5L0zJHXfi89iWIZmb/FtzxhLk0635rmJihcQbs3ZUF27Xp4oWGx6EK56zg==
83038303
dependencies:
83048304
"@types/html-minifier-terser" "^5.0.0"
83058305
"@types/tapable" "^1.0.5"
83068306
"@types/webpack" "^4.41.8"
83078307
html-minifier-terser "^5.0.1"
83088308
loader-utils "^1.2.3"
8309-
lodash "^4.17.15"
8309+
lodash "^4.17.20"
83108310
pretty-error "^2.1.1"
83118311
tapable "^1.1.3"
83128312
util.promisify "1.0.0"

0 commit comments

Comments
 (0)