|
3091 | 3091 | "@sigstore/protobuf-specs" "^0.2.1"
|
3092 | 3092 | tuf-js "^2.1.0"
|
3093 | 3093 |
|
| 3094 | +"@sindresorhus/merge-streams@^1.0.0": |
| 3095 | + version "1.0.0" |
| 3096 | + resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-1.0.0.tgz#9cd84cc15bc865a5ca35fcaae198eb899f7b5c90" |
| 3097 | + integrity sha512-rUV5WyJrJLoloD4NDN1V1+LDMDWOa4OTsT4yYJwQNpTU6FWxkxHpL7eu4w+DmiH8x/EAM1otkPE1+LaspIbplw== |
| 3098 | + |
3094 | 3099 | "@socket.io/component-emitter@~3.1.0":
|
3095 | 3100 | version "3.1.0"
|
3096 | 3101 | resolved "https://registry.yarnpkg.com/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz#96116f2a912e0c02817345b3c10751069920d553"
|
|
5739 | 5744 | schema-utils "^4.0.0"
|
5740 | 5745 | serialize-javascript "^6.0.0"
|
5741 | 5746 |
|
| 5747 | + |
| 5748 | + version "12.0.1" |
| 5749 | + resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-12.0.1.tgz#6a09fe53402eb800e7f52b55f1eb6981f1a59257" |
| 5750 | + integrity sha512-dhMfjJMYKDmmbG6Yn2pRSs1g8FgeQRtbE/JM6VAM9Xouk3KO1UVrwlLHLXxaI5F+o9WgnRfhFZzY9eV34O2gZQ== |
| 5751 | + dependencies: |
| 5752 | + fast-glob "^3.3.2" |
| 5753 | + glob-parent "^6.0.1" |
| 5754 | + globby "^14.0.0" |
| 5755 | + normalize-path "^3.0.0" |
| 5756 | + schema-utils "^4.2.0" |
| 5757 | + serialize-javascript "^6.0.2" |
| 5758 | + |
5742 | 5759 | core-js-compat@^3.31.0, core-js-compat@^3.33.1:
|
5743 | 5760 | version "3.35.0"
|
5744 | 5761 | resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.35.0.tgz#c149a3d1ab51e743bc1da61e39cb51f461a41873"
|
|
6801 | 6818 | merge2 "^1.3.0"
|
6802 | 6819 | micromatch "^4.0.4"
|
6803 | 6820 |
|
6804 |
| -[email protected], fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.1: |
| 6821 | +[email protected], fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.1 , fast-glob@^3.3.2: |
6805 | 6822 | version "3.3.2"
|
6806 | 6823 | resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
|
6807 | 6824 | integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
|
@@ -7340,6 +7357,18 @@ globby@^13.1.1:
|
7340 | 7357 | merge2 "^1.4.1"
|
7341 | 7358 | slash "^4.0.0"
|
7342 | 7359 |
|
| 7360 | +globby@^14.0.0: |
| 7361 | + version "14.0.0" |
| 7362 | + resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.0.tgz#ea9c062a3614e33f516804e778590fcf055256b9" |
| 7363 | + integrity sha512-/1WM/LNHRAOH9lZta77uGbq0dAEQM+XjNesWwhlERDVenqothRbnzTrL3/LrIoEPPjeUHC3vrS6TwoyxeHs7MQ== |
| 7364 | + dependencies: |
| 7365 | + "@sindresorhus/merge-streams" "^1.0.0" |
| 7366 | + fast-glob "^3.3.2" |
| 7367 | + ignore "^5.2.4" |
| 7368 | + path-type "^5.0.0" |
| 7369 | + slash "^5.1.0" |
| 7370 | + unicorn-magic "^0.1.0" |
| 7371 | + |
7343 | 7372 | globby@^5.0.0:
|
7344 | 7373 | version "5.0.0"
|
7345 | 7374 | resolved "https://registry.yarnpkg.com/globby/-/globby-5.0.0.tgz#ebd84667ca0dbb330b99bcfc68eac2bc54370e0d"
|
@@ -10437,6 +10466,11 @@ path-type@^4.0.0:
|
10437 | 10466 | resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
|
10438 | 10467 | integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
|
10439 | 10468 |
|
| 10469 | +path-type@^5.0.0: |
| 10470 | + version "5.0.0" |
| 10471 | + resolved "https://registry.yarnpkg.com/path-type/-/path-type-5.0.0.tgz#14b01ed7aea7ddf9c7c3f46181d4d04f9c785bb8" |
| 10472 | + integrity sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg== |
| 10473 | + |
10440 | 10474 | pend@~1.2.0:
|
10441 | 10475 | version "1.2.0"
|
10442 | 10476 | resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
|
@@ -11482,7 +11516,7 @@ schema-utils@^3.1.1, schema-utils@^3.2.0:
|
11482 | 11516 | ajv "^6.12.5"
|
11483 | 11517 | ajv-keywords "^3.5.2"
|
11484 | 11518 |
|
11485 |
| -schema-utils@^4.0.0: |
| 11519 | +schema-utils@^4.0.0, schema-utils@^4.2.0: |
11486 | 11520 | version "4.2.0"
|
11487 | 11521 | resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.2.0.tgz#70d7c93e153a273a805801882ebd3bff20d89c8b"
|
11488 | 11522 | integrity sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==
|
|
11584 | 11618 | range-parser "~1.2.1"
|
11585 | 11619 | statuses "2.0.1"
|
11586 | 11620 |
|
11587 |
| -serialize-javascript@^6.0.0, serialize-javascript@^6.0.1: |
| 11621 | +serialize-javascript@^6.0.0, serialize-javascript@^6.0.1, serialize-javascript@^6.0.2: |
11588 | 11622 | version "6.0.2"
|
11589 | 11623 | resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2"
|
11590 | 11624 | integrity sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==
|
@@ -11745,6 +11779,11 @@ slash@^4.0.0:
|
11745 | 11779 | resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
|
11746 | 11780 | integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
|
11747 | 11781 |
|
| 11782 | +slash@^5.1.0: |
| 11783 | + version "5.1.0" |
| 11784 | + resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce" |
| 11785 | + integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg== |
| 11786 | + |
11748 | 11787 | slice-ansi@^4.0.0:
|
11749 | 11788 | version "4.0.0"
|
11750 | 11789 | resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"
|
@@ -12714,6 +12753,11 @@ unicode-trie@^2.0.0:
|
12714 | 12753 | pako "^0.2.5"
|
12715 | 12754 | tiny-inflate "^1.0.0"
|
12716 | 12755 |
|
| 12756 | +unicorn-magic@^0.1.0: |
| 12757 | + version "0.1.0" |
| 12758 | + resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4" |
| 12759 | + integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ== |
| 12760 | + |
12717 | 12761 | unique-filename@^2.0.0:
|
12718 | 12762 | version "2.0.1"
|
12719 | 12763 | resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-2.0.1.tgz#e785f8675a9a7589e0ac77e0b5c34d2eaeac6da2"
|
|
0 commit comments