Skip to content

Commit 9139230

Browse files
committed
chore(deps): update dependency @types/html-webpack-plugin to v3.2.6
1 parent f436492 commit 9139230

2 files changed

Lines changed: 32 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/babel__preset-env": "7.9.0",
2121
"@types/eslint": "6.8.0",
2222
"@types/eslint-plugin-prettier": "3.1.0",
23-
"@types/html-webpack-plugin": "3.2.2",
23+
"@types/html-webpack-plugin": "3.2.6",
2424
"@types/prettier": "2.0.0",
2525
"@types/react": "16.9.34",
2626
"@types/react-dom": "16.9.7",

yarn.lock

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,14 +1181,14 @@
11811181
"@types/relateurl" "*"
11821182
"@types/uglify-js" "*"
11831183

1184-
"@types/html-webpack-plugin@3.2.2":
1185-
version "3.2.2"
1186-
resolved "https://registry.yarnpkg.com/@types/html-webpack-plugin/-/html-webpack-plugin-3.2.2.tgz#f552121f3c0a3972dda9a425de1e0029069b2907"
1187-
integrity sha512-KsL5cHtNWhOQF9Cu+Dpn7GemzQRxdKhe1/LgZUSku33B5L4Cx2/p3DX6YbeRNOoI552MNbB/VNbCDNEYU//iAw==
1184+
"@types/html-webpack-plugin@3.2.6":
1185+
version "3.2.6"
1186+
resolved "https://registry.yarnpkg.com/@types/html-webpack-plugin/-/html-webpack-plugin-3.2.6.tgz#07951aaf0fa260dbf626f9644f1d13106d537625"
1187+
integrity sha512-U8uJSvlf9lwrKG6sKFnMhqY4qJw2QXad+PHlX9sqEXVUMilVt96aVvFde73tzsdXD+QH9JS6kEytuGO2JcYZog==
11881188
dependencies:
11891189
"@types/html-minifier" "*"
1190-
"@types/tapable" "*"
1191-
"@types/webpack" "*"
1190+
"@types/tapable" "^1"
1191+
"@types/webpack" "^4"
11921192

11931193
"@types/http-proxy-middleware@*":
11941194
version "0.19.3"
@@ -1321,6 +1321,11 @@
13211321
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.5.tgz#9adbc12950582aa65ead76bffdf39fe0c27a3c02"
13221322
integrity sha512-/gG2M/Imw7cQFp8PGvz/SwocNrmKFjFsm5Pb8HdbHkZ1K8pmuPzOX4VeVoiEecFCVf4CsN1r3/BRvx+6sNqwtQ==
13231323

1324+
"@types/tapable@^1":
1325+
version "1.0.8"
1326+
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.8.tgz#b94a4391c85666c7b73299fd3ad79d4faa435310"
1327+
integrity sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ==
1328+
13241329
"@types/text-encoding@0.0.35":
13251330
version "0.0.35"
13261331
resolved "https://registry.yarnpkg.com/@types/text-encoding/-/text-encoding-0.0.35.tgz#6f14474e0b232bc70c59677aadc65dcc5a99c3a9"
@@ -1377,6 +1382,18 @@
13771382
"@types/webpack-sources" "*"
13781383
source-map "^0.6.0"
13791384

1385+
"@types/webpack@^4":
1386+
version "4.41.31"
1387+
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.31.tgz#c35f252a3559ddf9c85c0d8b0b42019025e581aa"
1388+
integrity sha512-/i0J7sepXFIp1ZT7FjUGi1eXMCg8HCCzLJEQkKsOtbJFontsJLolBcDC+3qxn5pPwiCt1G0ZdRmYRzNBtvpuGQ==
1389+
dependencies:
1390+
"@types/node" "*"
1391+
"@types/tapable" "^1"
1392+
"@types/uglify-js" "*"
1393+
"@types/webpack-sources" "*"
1394+
anymatch "^3.0.0"
1395+
source-map "^0.6.0"
1396+
13801397
"@types/yargs-parser@*":
13811398
version "15.0.0"
13821399
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d"
@@ -1694,6 +1711,14 @@ anymatch@^2.0.0:
16941711
micromatch "^3.1.4"
16951712
normalize-path "^2.1.1"
16961713

1714+
anymatch@^3.0.0:
1715+
version "3.1.2"
1716+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
1717+
integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
1718+
dependencies:
1719+
normalize-path "^3.0.0"
1720+
picomatch "^2.0.4"
1721+
16971722
anymatch@^3.0.3:
16981723
version "3.1.1"
16991724
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142"

0 commit comments

Comments
 (0)