|
3248 | 3248 | dependencies:
|
3249 | 3249 | "@types/node" "*"
|
3250 | 3250 |
|
| 3251 | +"@types/copy-webpack-plugin@6.0.0": |
| 3252 | + version "6.0.0" |
| 3253 | + resolved "https://registry.yarnpkg.com/@types/copy-webpack-plugin/-/copy-webpack-plugin-6.0.0.tgz#ad4a4d7be859ba6a6adcb970aab3256a705cd049" |
| 3254 | + integrity sha512-Ousy+sNap1j44eG+C9FZvTUybpp9lFmKjBRF7L0NDs/+SDA9OXKo2OpsHJfD/LMWflz+uvfTCBXH1CgdL6AW/g== |
| 3255 | + dependencies: |
| 3256 | + "@types/node" "*" |
| 3257 | + "@types/webpack" "*" |
| 3258 | + |
3251 | 3259 | "@types/eslint-visitor-keys@^1.0.0":
|
3252 | 3260 | version "1.0.0"
|
3253 | 3261 | resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
|
|
3666 | 3674 | "@types/source-list-map" "*"
|
3667 | 3675 | source-map "^0.6.1"
|
3668 | 3676 |
|
3669 |
| -"@types/webpack@^4.4.24", "@types/webpack@^4.41.8": |
3670 |
| - version "4.41.17" |
3671 |
| - resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.17.tgz#0a69005e644d657c85b7d6ec1c826a71bebd1c93" |
3672 |
| - integrity sha512-6FfeCidTSHozwKI67gIVQQ5Mp0g4X96c2IXxX75hYEQJwST/i6NyZexP//zzMOBb+wG9jJ7oO8fk9yObP2HWAw== |
| 3677 | +"@types/webpack@*", "@types/webpack@^4.4.24", "@types/webpack@^4.41.8": |
| 3678 | + version "4.41.21" |
| 3679 | + resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.21.tgz#cc685b332c33f153bb2f5fc1fa3ac8adeb592dee" |
| 3680 | + integrity sha512-2j9WVnNrr/8PLAB5csW44xzQSJwS26aOnICsP3pSGCEdsu6KYtfQ6QJsVUKHWRnm1bL7HziJsfh5fHqth87yKA== |
3673 | 3681 | dependencies:
|
3674 | 3682 | "@types/anymatch" "*"
|
3675 | 3683 | "@types/node" "*"
|
@@ -6376,6 +6384,29 @@ cacache@^15.0.0:
|
6376 | 6384 | tar "^6.0.2"
|
6377 | 6385 | unique-filename "^1.1.1"
|
6378 | 6386 |
|
| 6387 | +cacache@^15.0.4: |
| 6388 | + version "15.0.5" |
| 6389 | + resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.0.5.tgz#69162833da29170d6732334643c60e005f5f17d0" |
| 6390 | + integrity sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A== |
| 6391 | + dependencies: |
| 6392 | + "@npmcli/move-file" "^1.0.1" |
| 6393 | + chownr "^2.0.0" |
| 6394 | + fs-minipass "^2.0.0" |
| 6395 | + glob "^7.1.4" |
| 6396 | + infer-owner "^1.0.4" |
| 6397 | + lru-cache "^6.0.0" |
| 6398 | + minipass "^3.1.1" |
| 6399 | + minipass-collect "^1.0.2" |
| 6400 | + minipass-flush "^1.0.5" |
| 6401 | + minipass-pipeline "^1.2.2" |
| 6402 | + mkdirp "^1.0.3" |
| 6403 | + p-map "^4.0.0" |
| 6404 | + promise-inflight "^1.0.1" |
| 6405 | + rimraf "^3.0.2" |
| 6406 | + ssri "^8.0.0" |
| 6407 | + tar "^6.0.2" |
| 6408 | + unique-filename "^1.1.1" |
| 6409 | + |
6379 | 6410 | cache-base@^1.0.1:
|
6380 | 6411 | version "1.0.1"
|
6381 | 6412 | resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2"
|
@@ -7593,6 +7624,23 @@ copy-webpack-plugin@5.1.1:
|
7593 | 7624 | serialize-javascript "^2.1.2"
|
7594 | 7625 | webpack-log "^2.0.0"
|
7595 | 7626 |
|
| 7627 | +copy-webpack-plugin@6.0.3: |
| 7628 | + version "6.0.3" |
| 7629 | + resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-6.0.3.tgz#2b3d2bfc6861b96432a65f0149720adbd902040b" |
| 7630 | + integrity sha512-q5m6Vz4elsuyVEIUXr7wJdIdePWTubsqVbEMvf1WQnHGv0Q+9yPRu7MtYFPt+GBOXRav9lvIINifTQ1vSCs+eA== |
| 7631 | + dependencies: |
| 7632 | + cacache "^15.0.4" |
| 7633 | + fast-glob "^3.2.4" |
| 7634 | + find-cache-dir "^3.3.1" |
| 7635 | + glob-parent "^5.1.1" |
| 7636 | + globby "^11.0.1" |
| 7637 | + loader-utils "^2.0.0" |
| 7638 | + normalize-path "^3.0.0" |
| 7639 | + p-limit "^3.0.1" |
| 7640 | + schema-utils "^2.7.0" |
| 7641 | + serialize-javascript "^4.0.0" |
| 7642 | + webpack-sources "^1.4.3" |
| 7643 | + |
7596 | 7644 | core-js-compat@^3.1.1, core-js-compat@^3.6.2:
|
7597 | 7645 | version "3.6.5"
|
7598 | 7646 | resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.5.tgz#2a51d9a4e25dfd6e690251aa81f99e3c05481f1c"
|
@@ -9841,6 +9889,18 @@ fast-glob@^3.0.3:
|
9841 | 9889 | micromatch "^4.0.2"
|
9842 | 9890 | picomatch "^2.2.1"
|
9843 | 9891 |
|
| 9892 | +fast-glob@^3.1.1, fast-glob@^3.2.4: |
| 9893 | + version "3.2.4" |
| 9894 | + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3" |
| 9895 | + integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ== |
| 9896 | + dependencies: |
| 9897 | + "@nodelib/fs.stat" "^2.0.2" |
| 9898 | + "@nodelib/fs.walk" "^1.2.3" |
| 9899 | + glob-parent "^5.1.0" |
| 9900 | + merge2 "^1.3.0" |
| 9901 | + micromatch "^4.0.2" |
| 9902 | + picomatch "^2.2.1" |
| 9903 | + |
9844 | 9904 | fast-json-stable-stringify@2.1.0, fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0:
|
9845 | 9905 | version "2.1.0"
|
9846 | 9906 | resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
|
@@ -10592,7 +10652,7 @@ glob-parent@^3.1.0:
|
10592 | 10652 | is-glob "^3.1.0"
|
10593 | 10653 | path-dirname "^1.0.0"
|
10594 | 10654 |
|
10595 |
| -glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0: |
| 10655 | +glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@^5.1.1, glob-parent@~5.1.0: |
10596 | 10656 | version "5.1.1"
|
10597 | 10657 | resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"
|
10598 | 10658 | integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==
|
@@ -10778,6 +10838,18 @@ globby@8.0.2, globby@^8.0.1:
|
10778 | 10838 | pify "^3.0.0"
|
10779 | 10839 | slash "^1.0.0"
|
10780 | 10840 |
|
| 10841 | +globby@^11.0.1: |
| 10842 | + version "11.0.1" |
| 10843 | + resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357" |
| 10844 | + integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== |
| 10845 | + dependencies: |
| 10846 | + array-union "^2.1.0" |
| 10847 | + dir-glob "^3.0.1" |
| 10848 | + fast-glob "^3.1.1" |
| 10849 | + ignore "^5.1.4" |
| 10850 | + merge2 "^1.3.0" |
| 10851 | + slash "^3.0.0" |
| 10852 | + |
10781 | 10853 | globby@^5.0.0:
|
10782 | 10854 | version "5.0.0"
|
10783 | 10855 | resolved "https://registry.yarnpkg.com/globby/-/globby-5.0.0.tgz#ebd84667ca0dbb330b99bcfc68eac2bc54370e0d"
|
@@ -14003,6 +14075,13 @@ lru-cache@5.1.1, lru-cache@^5.1.1:
|
14003 | 14075 | dependencies:
|
14004 | 14076 | yallist "^3.0.2"
|
14005 | 14077 |
|
| 14078 | +lru-cache@^6.0.0: |
| 14079 | + version "6.0.0" |
| 14080 | + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" |
| 14081 | + integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== |
| 14082 | + dependencies: |
| 14083 | + yallist "^4.0.0" |
| 14084 | + |
14006 | 14085 | lru-queue@0.1:
|
14007 | 14086 | version "0.1.0"
|
14008 | 14087 | resolved "https://registry.yarnpkg.com/lru-queue/-/lru-queue-0.1.0.tgz#2738bd9f0d3cf4f84490c5736c48699ac632cda3"
|
@@ -15655,6 +15734,13 @@ p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.2.1, p-limit@^2.2.2, p-limit@^2.3.0:
|
15655 | 15734 | dependencies:
|
15656 | 15735 | p-try "^2.0.0"
|
15657 | 15736 |
|
| 15737 | +p-limit@^3.0.1: |
| 15738 | + version "3.0.2" |
| 15739 | + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.0.2.tgz#1664e010af3cadc681baafd3e2a437be7b0fb5fe" |
| 15740 | + integrity sha512-iwqZSOoWIW+Ew4kAGUlN16J4M7OB3ysMLSZtnhmqx7njIHFPlxWBX8xo3lVTyFVq6mI/lL9qt2IsN1sHwaxJkg== |
| 15741 | + dependencies: |
| 15742 | + p-try "^2.0.0" |
| 15743 | + |
15658 | 15744 | p-locate@^2.0.0:
|
15659 | 15745 | version "2.0.0"
|
15660 | 15746 | resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
|
@@ -18774,7 +18860,7 @@ schema-utils@^1.0.0:
|
18774 | 18860 | ajv-errors "^1.0.0"
|
18775 | 18861 | ajv-keywords "^3.1.0"
|
18776 | 18862 |
|
18777 |
| -schema-utils@^2.0.0, schema-utils@^2.0.1, schema-utils@^2.5.0, schema-utils@^2.6.0, schema-utils@^2.6.1, schema-utils@^2.6.4, schema-utils@^2.6.5, schema-utils@^2.6.6: |
| 18863 | +schema-utils@^2.0.0, schema-utils@^2.0.1, schema-utils@^2.5.0, schema-utils@^2.6.0, schema-utils@^2.6.1, schema-utils@^2.6.4, schema-utils@^2.6.5, schema-utils@^2.6.6, schema-utils@^2.7.0: |
18778 | 18864 | version "2.7.0"
|
18779 | 18865 | resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7"
|
18780 | 18866 | integrity sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==
|
@@ -18914,6 +19000,13 @@ serialize-javascript@^3.0.0:
|
18914 | 19000 | dependencies:
|
18915 | 19001 | randombytes "^2.1.0"
|
18916 | 19002 |
|
| 19003 | +serialize-javascript@^4.0.0: |
| 19004 | + version "4.0.0" |
| 19005 | + resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa" |
| 19006 | + integrity sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw== |
| 19007 | + dependencies: |
| 19008 | + randombytes "^2.1.0" |
| 19009 | + |
18917 | 19010 | serve-favicon@^2.5.0:
|
18918 | 19011 | version "2.5.0"
|
18919 | 19012 | resolved "https://registry.yarnpkg.com/serve-favicon/-/serve-favicon-2.5.0.tgz#935d240cdfe0f5805307fdfe967d88942a2cbcf0"
|
|
0 commit comments