|
1181 | 1181 | "@types/relateurl" "*" |
1182 | 1182 | "@types/uglify-js" "*" |
1183 | 1183 |
|
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== |
1188 | 1188 | dependencies: |
1189 | 1189 | "@types/html-minifier" "*" |
1190 | | - "@types/tapable" "*" |
1191 | | - "@types/webpack" "*" |
| 1190 | + "@types/tapable" "^1" |
| 1191 | + "@types/webpack" "^4" |
1192 | 1192 |
|
1193 | 1193 | "@types/http-proxy-middleware@*": |
1194 | 1194 | version "0.19.3" |
|
1321 | 1321 | resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.5.tgz#9adbc12950582aa65ead76bffdf39fe0c27a3c02" |
1322 | 1322 | integrity sha512-/gG2M/Imw7cQFp8PGvz/SwocNrmKFjFsm5Pb8HdbHkZ1K8pmuPzOX4VeVoiEecFCVf4CsN1r3/BRvx+6sNqwtQ== |
1323 | 1323 |
|
| 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 | + |
1324 | 1329 | "@types/text-encoding@0.0.35": |
1325 | 1330 | version "0.0.35" |
1326 | 1331 | resolved "https://registry.yarnpkg.com/@types/text-encoding/-/text-encoding-0.0.35.tgz#6f14474e0b232bc70c59677aadc65dcc5a99c3a9" |
|
1377 | 1382 | "@types/webpack-sources" "*" |
1378 | 1383 | source-map "^0.6.0" |
1379 | 1384 |
|
| 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 | + |
1380 | 1397 | "@types/yargs-parser@*": |
1381 | 1398 | version "15.0.0" |
1382 | 1399 | resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d" |
@@ -1694,6 +1711,14 @@ anymatch@^2.0.0: |
1694 | 1711 | micromatch "^3.1.4" |
1695 | 1712 | normalize-path "^2.1.1" |
1696 | 1713 |
|
| 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 | + |
1697 | 1722 | anymatch@^3.0.3: |
1698 | 1723 | version "3.1.1" |
1699 | 1724 | resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142" |
|
0 commit comments