|
838 | 838 | resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff" |
839 | 839 | integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw== |
840 | 840 |
|
841 | | -"@types/tapable@*", "@types/tapable@^1.0.5": |
| 841 | +"@types/tapable@*": |
842 | 842 | version "1.0.5" |
843 | 843 | resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.5.tgz#9adbc12950582aa65ead76bffdf39fe0c27a3c02" |
844 | 844 | integrity sha512-/gG2M/Imw7cQFp8PGvz/SwocNrmKFjFsm5Pb8HdbHkZ1K8pmuPzOX4VeVoiEecFCVf4CsN1r3/BRvx+6sNqwtQ== |
|
859 | 859 | "@types/source-list-map" "*" |
860 | 860 | source-map "^0.6.1" |
861 | 861 |
|
862 | | -"@types/webpack@^4.41.0", "@types/webpack@^4.41.8": |
| 862 | +"@types/webpack@^4.41.0": |
863 | 863 | version "4.41.26" |
864 | 864 | resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.26.tgz#27a30d7d531e16489f9c7607c747be6bc1a459ef" |
865 | 865 | integrity sha512-7ZyTfxjCRwexh+EJFwRUM+CDB2XvgHl4vfuqf1ZKrgGvcS5BrNvPQqJh3tsZ0P6h6Aa1qClVHaJZszLPzpqHeA== |
@@ -2510,22 +2510,6 @@ es-abstract@^1.18.0-next.0, es-abstract@^1.18.0-next.1: |
2510 | 2510 | string.prototype.trimend "^1.0.1" |
2511 | 2511 | string.prototype.trimstart "^1.0.1" |
2512 | 2512 |
|
2513 | | -es-abstract@^1.5.1: |
2514 | | - version "1.16.2" |
2515 | | - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.2.tgz#4e874331645e9925edef141e74fc4bd144669d34" |
2516 | | - integrity sha512-jYo/J8XU2emLXl3OLwfwtuFfuF2w6DYPs+xy9ZfVyPkDcrauu6LYrw/q2TyCtrbc/KUdCiC5e9UajRhgNkVopA== |
2517 | | - dependencies: |
2518 | | - es-to-primitive "^1.2.1" |
2519 | | - function-bind "^1.1.1" |
2520 | | - has "^1.0.3" |
2521 | | - has-symbols "^1.0.1" |
2522 | | - is-callable "^1.1.4" |
2523 | | - is-regex "^1.0.4" |
2524 | | - object-inspect "^1.7.0" |
2525 | | - object-keys "^1.1.1" |
2526 | | - string.prototype.trimleft "^2.1.0" |
2527 | | - string.prototype.trimright "^2.1.0" |
2528 | | - |
2529 | 2513 | es-module-lexer@^0.3.26: |
2530 | 2514 | version "0.3.26" |
2531 | 2515 | resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.3.26.tgz#7b507044e97d5b03b01d4392c74ffeb9c177a83b" |
@@ -3476,20 +3460,17 @@ html-minifier-terser@^5.0.1: |
3476 | 3460 | relateurl "^0.2.7" |
3477 | 3461 | terser "^4.6.3" |
3478 | 3462 |
|
3479 | | -html-webpack-plugin@^4.0.1: |
3480 | | - version "4.5.1" |
3481 | | - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.1.tgz#40aaf1b5cb78f2f23a83333999625c20929cda65" |
3482 | | - integrity sha512-yzK7RQZwv9xB+pcdHNTjcqbaaDZ+5L0zJHXfi89iWIZmb/FtzxhLk0635rmJihcQbs3ZUF27Xp4oWGx6EK56zg== |
| 3463 | +html-webpack-plugin@^5.0.0: |
| 3464 | + version "5.0.0" |
| 3465 | + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.0.0.tgz#457a9defb33ce368135078b4e0387a27f3fe244d" |
| 3466 | + integrity sha512-kxTyb8cyZwEyUqXTgdHRUOF4C7uCrquzw2T+YTudehm/yspodgCkREjdmc4dXI8k2P4NEjqOVbnOOlPZg4TKJA== |
3483 | 3467 | dependencies: |
3484 | 3468 | "@types/html-minifier-terser" "^5.0.0" |
3485 | | - "@types/tapable" "^1.0.5" |
3486 | | - "@types/webpack" "^4.41.8" |
3487 | 3469 | html-minifier-terser "^5.0.1" |
3488 | | - loader-utils "^1.2.3" |
| 3470 | + loader-utils "^2.0.0" |
3489 | 3471 | lodash "^4.17.20" |
3490 | 3472 | pretty-error "^2.1.1" |
3491 | | - tapable "^1.1.3" |
3492 | | - util.promisify "1.0.0" |
| 3473 | + tapable "^2.0.0" |
3493 | 3474 |
|
3494 | 3475 | htmlparser2@^3.3.0: |
3495 | 3476 | version "3.10.1" |
@@ -4763,15 +4744,6 @@ loader-utils@1.1.0: |
4763 | 4744 | emojis-list "^2.0.0" |
4764 | 4745 | json5 "^0.5.0" |
4765 | 4746 |
|
4766 | | -loader-utils@^1.2.3: |
4767 | | - version "1.4.0" |
4768 | | - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.0.tgz#c579b5e34cb34b1a74edc6c1fb36bfa371d5a613" |
4769 | | - integrity sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== |
4770 | | - dependencies: |
4771 | | - big.js "^5.2.2" |
4772 | | - emojis-list "^3.0.0" |
4773 | | - json5 "^1.0.1" |
4774 | | - |
4775 | 4747 | loader-utils@^2.0.0: |
4776 | 4748 | version "2.0.0" |
4777 | 4749 | resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0" |
@@ -5308,11 +5280,6 @@ object-copy@^0.1.0: |
5308 | 5280 | define-property "^0.2.5" |
5309 | 5281 | kind-of "^3.0.3" |
5310 | 5282 |
|
5311 | | -object-inspect@^1.7.0: |
5312 | | - version "1.7.0" |
5313 | | - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67" |
5314 | | - integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw== |
5315 | | - |
5316 | 5283 | object-inspect@^1.8.0: |
5317 | 5284 | version "1.8.0" |
5318 | 5285 | resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0" |
@@ -5364,14 +5331,6 @@ object.fromentries@^2.0.2: |
5364 | 5331 | function-bind "^1.1.1" |
5365 | 5332 | has "^1.0.3" |
5366 | 5333 |
|
5367 | | -object.getownpropertydescriptors@^2.0.3: |
5368 | | - version "2.0.3" |
5369 | | - resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16" |
5370 | | - integrity sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY= |
5371 | | - dependencies: |
5372 | | - define-properties "^1.1.2" |
5373 | | - es-abstract "^1.5.1" |
5374 | | - |
5375 | 5334 | object.pick@^1.3.0: |
5376 | 5335 | version "1.3.0" |
5377 | 5336 | resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" |
@@ -6940,22 +6899,6 @@ string.prototype.trimend@^1.0.1: |
6940 | 6899 | define-properties "^1.1.3" |
6941 | 6900 | es-abstract "^1.18.0-next.1" |
6942 | 6901 |
|
6943 | | -string.prototype.trimleft@^2.1.0: |
6944 | | - version "2.1.0" |
6945 | | - resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634" |
6946 | | - integrity sha512-FJ6b7EgdKxxbDxc79cOlok6Afd++TTs5szo+zJTUyow3ycrRfJVE2pq3vcN53XexvKZu/DJMDfeI/qMiZTrjTw== |
6947 | | - dependencies: |
6948 | | - define-properties "^1.1.3" |
6949 | | - function-bind "^1.1.1" |
6950 | | - |
6951 | | -string.prototype.trimright@^2.1.0: |
6952 | | - version "2.1.0" |
6953 | | - resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58" |
6954 | | - integrity sha512-fXZTSV55dNBwv16uw+hh5jkghxSnc5oHq+5K/gXgizHwAvMetdAJlHqqoFC1FSDVPYWLkAKl2cxpUT41sV7nSg== |
6955 | | - dependencies: |
6956 | | - define-properties "^1.1.3" |
6957 | | - function-bind "^1.1.1" |
6958 | | - |
6959 | 6902 | string.prototype.trimstart@^1.0.1: |
6960 | 6903 | version "1.0.2" |
6961 | 6904 | resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.2.tgz#22d45da81015309cd0cdd79787e8919fc5c613e7" |
@@ -7094,12 +7037,12 @@ table@^5.2.3: |
7094 | 7037 | slice-ansi "^2.1.0" |
7095 | 7038 | string-width "^3.0.0" |
7096 | 7039 |
|
7097 | | -tapable@^1.0.0, tapable@^1.1.3: |
| 7040 | +tapable@^1.0.0: |
7098 | 7041 | version "1.1.3" |
7099 | 7042 | resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" |
7100 | 7043 | integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== |
7101 | 7044 |
|
7102 | | -tapable@^2.1.1, tapable@^2.2.0: |
| 7045 | +tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0: |
7103 | 7046 | version "2.2.0" |
7104 | 7047 | resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.0.tgz#5c373d281d9c672848213d0e037d1c4165ab426b" |
7105 | 7048 | integrity sha512-FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw== |
@@ -7532,14 +7475,6 @@ util-deprecate@^1.0.1, util-deprecate@~1.0.1: |
7532 | 7475 | resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" |
7533 | 7476 | integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= |
7534 | 7477 |
|
7535 | | -util.promisify@1.0.0: |
7536 | | - version "1.0.0" |
7537 | | - resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030" |
7538 | | - integrity sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA== |
7539 | | - dependencies: |
7540 | | - define-properties "^1.1.2" |
7541 | | - object.getownpropertydescriptors "^2.0.3" |
7542 | | - |
7543 | 7478 | utila@^0.4.0, utila@~0.4: |
7544 | 7479 | version "0.4.0" |
7545 | 7480 | resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c" |
|
0 commit comments