Skip to content

Commit 0f020c0

Browse files
Merge #1094
1094: build(deps-dev): bump rollup-plugin-typescript2 from 0.30.0 to 0.31.0 r=bidoubiwa a=dependabot[bot] Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.30.0 to 0.31.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ezolenko/rollup-plugin-typescript2/releases">rollup-plugin-typescript2's releases</a>.</em></p> <blockquote> <h2>0.31.0</h2> <p>PR <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/290">#290</a> fix for building on node 17</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/c4bfe211eb826e4b95077f91e0263b16c3d3e6c6"><code>c4bfe21</code></a> - removing rollup watch dependency and running npm audit fix</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/0658aa0ee8a5c16e24c364e0d45778b6fb5e7c7d"><code>0658aa0</code></a> Merge branch 'bluelovers-pr/node-v17-tslib-002'</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/215173f1792b095834c4ef6fdced555a7d5de773"><code>215173f</code></a> - rebuild</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/26c927e688bc363701e3f5ec8656f989631ee574"><code>26c927e</code></a> build(dist): build file</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/34005979e9fdd961961466ecc9bbdd01951dbbbf"><code>3400597</code></a> fix(tslib): <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/286">ezolenko/rollup-plugin-typescript2#286</a></li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/b76ff690beed02de35595b1624234184ba604e42"><code>b76ff69</code></a> - updating dependencies</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/37668fec8badbce8bb04d39add7472279b8e74a3"><code>37668fe</code></a> Bump lodash from 4.17.20 to 4.17.21 (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/269">#269</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/d8c4cccb338814d27e82d7d99867cad96bc382be"><code>d8c4ccc</code></a> Update README.md</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/8fd8595c0f49323ef1c692422453a285792ad02a"><code>8fd8595</code></a> - self-build to 0.30.0</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/b6b3738163bbed079db6c2143f719610fcca3d24"><code>b6b3738</code></a> - package version</li> <li>See full diff in <a href="https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.30.0...0.31.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rollup-plugin-typescript2&package-manager=npm_and_yarn&previous-version=0.30.0&new-version=0.31.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 27535d1 + 5a179e2 commit 0f020c0

File tree

2 files changed

+118
-11
lines changed

2 files changed

+118
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"pretty-bytes": "^5.6.0",
9999
"rollup": "^2.60.0",
100100
"rollup-plugin-terser": "^7.0.0",
101-
"rollup-plugin-typescript2": "^0.30.0",
101+
"rollup-plugin-typescript2": "^0.31.0",
102102
"shx": "^0.3.2",
103103
"ts-jest": "^26.5.6",
104104
"typescript": "4.4.4"

yarn.lock

Lines changed: 117 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,6 +1442,14 @@
14421442
dependencies:
14431443
"@sinonjs/commons" "^1.7.0"
14441444

1445+
"@ts-type/package-dts@^1.0.51":
1446+
version "1.0.53"
1447+
resolved "https://registry.yarnpkg.com/@ts-type/package-dts/-/package-dts-1.0.53.tgz#bb577e93e7f3deb0910479550014728f4bfd36a8"
1448+
integrity sha512-P8bMcjqaUsaBbXOCxBtzT4/pvhQSHTMc91WrpErVfB52zpNRVw2evOYWMe6q3c087+wpvITB7HtppYDnQe1RwA==
1449+
dependencies:
1450+
"@types/semver" "^7.3.9"
1451+
ts-type "^1.2.40"
1452+
14451453
"@types/babel__core@^7.0.0":
14461454
version "7.1.12"
14471455
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.12.tgz#4d8e9e51eb265552a7e4f1ff2219ab6133bdfb2d"
@@ -1589,6 +1597,11 @@
15891597
dependencies:
15901598
"@types/node" "*"
15911599

1600+
"@types/semver@^7.3.9":
1601+
version "7.3.9"
1602+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.9.tgz#152c6c20a7688c30b967ec1841d31ace569863fc"
1603+
integrity sha512-L/TMpyURfBkf+o/526Zb6kd/tchUP3iBDEPjqjb+U2MAJhVRxxrmr2fwpe08E7QsV7YLcpq0tUaQ9O9x97ZIxQ==
1604+
15921605
"@types/stack-utils@^2.0.0":
15931606
version "2.0.0"
15941607
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
@@ -1703,6 +1716,16 @@
17031716
"@typescript-eslint/types" "4.0.1"
17041717
eslint-visitor-keys "^2.0.0"
17051718

1719+
"@yarn-tool/resolve-package@^1.0.36":
1720+
version "1.0.37"
1721+
resolved "https://registry.yarnpkg.com/@yarn-tool/resolve-package/-/resolve-package-1.0.37.tgz#9837ec2eba3a30e914600858c439de25baedacb7"
1722+
integrity sha512-TnjsNfRmKbg/nWxULBrEkSE6+hmKAURRObfC92n4zZPxrJaDsuTjFtblkTz2ck3VPCcv8UC/Fp6HOGDjm3YRpg==
1723+
dependencies:
1724+
"@ts-type/package-dts" "^1.0.51"
1725+
pkg-dir "< 6 >= 5"
1726+
tslib "^2.3.1"
1727+
upath2 "^3.1.10"
1728+
17061729
abab@^2.0.3:
17071730
version "2.0.5"
17081731
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"
@@ -3107,6 +3130,14 @@ find-up@^4.0.0, find-up@^4.1.0:
31073130
locate-path "^5.0.0"
31083131
path-exists "^4.0.0"
31093132

3133+
find-up@^5.0.0:
3134+
version "5.0.0"
3135+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
3136+
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
3137+
dependencies:
3138+
locate-path "^6.0.0"
3139+
path-exists "^4.0.0"
3140+
31103141
flat-cache@^3.0.4:
31113142
version "3.0.4"
31123143
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
@@ -4394,6 +4425,13 @@ locate-path@^5.0.0:
43944425
dependencies:
43954426
p-locate "^4.1.0"
43964427

4428+
locate-path@^6.0.0:
4429+
version "6.0.0"
4430+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
4431+
integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
4432+
dependencies:
4433+
p-locate "^5.0.0"
4434+
43974435
lodash.debounce@^4.0.8:
43984436
version "4.0.8"
43994437
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
@@ -4404,7 +4442,7 @@ lodash.sortby@^4.7.0:
44044442
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
44054443
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
44064444

4407-
[email protected], lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20:
4445+
[email protected], lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21:
44084446
version "4.17.21"
44094447
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
44104448
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -4788,6 +4826,13 @@ p-limit@^2.2.0:
47884826
dependencies:
47894827
p-try "^2.0.0"
47904828

4829+
p-limit@^3.0.2:
4830+
version "3.1.0"
4831+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
4832+
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
4833+
dependencies:
4834+
yocto-queue "^0.1.0"
4835+
47914836
p-locate@^2.0.0:
47924837
version "2.0.0"
47934838
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -4802,6 +4847,13 @@ p-locate@^4.1.0:
48024847
dependencies:
48034848
p-limit "^2.2.0"
48044849

4850+
p-locate@^5.0.0:
4851+
version "5.0.0"
4852+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834"
4853+
integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
4854+
dependencies:
4855+
p-limit "^3.0.2"
4856+
48054857
p-map@^4.0.0:
48064858
version "4.0.0"
48074859
resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
@@ -4868,6 +4920,13 @@ path-is-absolute@^1.0.0:
48684920
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
48694921
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
48704922

4923+
path-is-network-drive@^1.0.10:
4924+
version "1.0.10"
4925+
resolved "https://registry.yarnpkg.com/path-is-network-drive/-/path-is-network-drive-1.0.10.tgz#d9d7164e6d05a49d7876813a53ec5c4ae86aa542"
4926+
integrity sha512-D6kJYPUSKGZBpTM2nv10sOWNdC056p4JDx0y7ARe6gop0aXXm5G86Gn/SyKvaf0Ce8c9Guctf+J+qoFmzuhDQg==
4927+
dependencies:
4928+
tslib "^2.3.1"
4929+
48714930
path-key@^2.0.0, path-key@^2.0.1:
48724931
version "2.0.1"
48734932
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
@@ -4883,6 +4942,13 @@ path-parse@^1.0.6:
48834942
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
48844943
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
48854944

4945+
path-strip-sep@^1.0.7:
4946+
version "1.0.7"
4947+
resolved "https://registry.yarnpkg.com/path-strip-sep/-/path-strip-sep-1.0.7.tgz#51f31fd53099b7ba59876b7b9e6492397441223d"
4948+
integrity sha512-9xDVZPblHde4lTuTDnwqBKr9LTbPZW+Iae63ho500+BpEiZe3X6wvLInHgbB6FSMtwCTvztljw3k2zcNDNESzg==
4949+
dependencies:
4950+
tslib "^2.3.1"
4951+
48864952
path-type@^2.0.0:
48874953
version "2.0.0"
48884954
resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
@@ -4927,6 +4993,13 @@ pirates@^4.0.1:
49274993
dependencies:
49284994
node-modules-regexp "^1.0.0"
49294995

4996+
"pkg-dir@< 6 >= 5":
4997+
version "5.0.0"
4998+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-5.0.0.tgz#a02d6aebe6ba133a928f74aec20bafdfe6b8e760"
4999+
integrity sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==
5000+
dependencies:
5001+
find-up "^5.0.0"
5002+
49305003
pkg-dir@^2.0.0:
49315004
version "2.0.0"
49325005
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
@@ -5289,16 +5362,17 @@ rollup-plugin-terser@^7.0.0:
52895362
serialize-javascript "^4.0.0"
52905363
terser "^5.0.0"
52915364

5292-
rollup-plugin-typescript2@^0.30.0:
5293-
version "0.30.0"
5294-
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.30.0.tgz#1cc99ac2309bf4b9d0a3ebdbc2002aecd56083d3"
5295-
integrity sha512-NUFszIQyhgDdhRS9ya/VEmsnpTe+GERDMmFo0Y+kf8ds51Xy57nPNGglJY+W6x1vcouA7Au7nsTgsLFj2I0PxQ==
5365+
rollup-plugin-typescript2@^0.31.0:
5366+
version "0.31.0"
5367+
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.31.0.tgz#7d08ad0cac52d1f4b1ebc6f655e4f1e6f838a7de"
5368+
integrity sha512-lA0KSTaaekrxcyd3MlUzD1QWt6IJEUBMV1KAKMiAm9UrWrmh4xAnANaOWGISEB6lNyVsPhkITmRCbZYVxpp1KA==
52965369
dependencies:
52975370
"@rollup/pluginutils" "^4.1.0"
5371+
"@yarn-tool/resolve-package" "^1.0.36"
52985372
find-cache-dir "^3.3.1"
52995373
fs-extra "8.1.0"
53005374
resolve "1.20.0"
5301-
tslib "2.1.0"
5375+
tslib "2.2.0"
53025376

53035377
rollup@^2.60.0:
53045378
version "2.60.0"
@@ -5900,6 +5974,14 @@ ts-jest@^26.5.6:
59005974
semver "7.x"
59015975
yargs-parser "20.x"
59025976

5977+
ts-type@^1.2.40:
5978+
version "1.2.40"
5979+
resolved "https://registry.yarnpkg.com/ts-type/-/ts-type-1.2.40.tgz#db3ceb95281567fe72591b9a904488e85c5b74fe"
5980+
integrity sha512-Ux5e7Frys5pX7w8gYchEd0KfhG1H5puXOQC8yOBgMJ1aEwDSypeHLwxIUpKjecni1IGwtLI3JrxCVZaQO9JKmw==
5981+
dependencies:
5982+
tslib "^2.3.0"
5983+
typedarray-dts "^1.0.0"
5984+
59035985
tsconfig-paths@^3.9.0:
59045986
version "3.9.0"
59055987
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
@@ -5910,16 +5992,21 @@ tsconfig-paths@^3.9.0:
59105992
minimist "^1.2.0"
59115993
strip-bom "^3.0.0"
59125994

5913-
tslib@2.1.0:
5914-
version "2.1.0"
5915-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
5916-
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
5995+
tslib@2.2.0:
5996+
version "2.2.0"
5997+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
5998+
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
59175999

59186000
tslib@^1.8.1, tslib@^1.9.0:
59196001
version "1.13.0"
59206002
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
59216003
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
59226004

6005+
tslib@^2.3.0, tslib@^2.3.1:
6006+
version "2.3.1"
6007+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
6008+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
6009+
59236010
tsutils@^3.17.1:
59246011
version "3.17.1"
59256012
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
@@ -5973,6 +6060,11 @@ type-fest@^0.8.1:
59736060
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
59746061
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
59756062

6063+
typedarray-dts@^1.0.0:
6064+
version "1.0.0"
6065+
resolved "https://registry.yarnpkg.com/typedarray-dts/-/typedarray-dts-1.0.0.tgz#9dec9811386dbfba964c295c2606cf9a6b982d06"
6066+
integrity sha512-Ka0DBegjuV9IPYFT1h0Qqk5U4pccebNIJCGl8C5uU7xtOs+jpJvKGAY4fHGK25hTmXZOEUl9Cnsg5cS6K/b5DA==
6067+
59766068
typedarray-to-buffer@^3.1.5:
59776069
version "3.1.5"
59786070
resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080"
@@ -6031,6 +6123,16 @@ unset-value@^1.0.0:
60316123
has-value "^0.3.1"
60326124
isobject "^3.0.0"
60336125

6126+
upath2@^3.1.10:
6127+
version "3.1.10"
6128+
resolved "https://registry.yarnpkg.com/upath2/-/upath2-3.1.10.tgz#bd3de76523946102d06d00d4b3723e3a6ff753f6"
6129+
integrity sha512-7ph3GzTaVbQX+oIoMsGtM+9BAWQr+6Mn28TJKPu28+yGpZ+J4am590CPDBlDG0zyuo9T9T7o21ciqNzwIp/q0A==
6130+
dependencies:
6131+
lodash "^4.17.21"
6132+
path-is-network-drive "^1.0.10"
6133+
path-strip-sep "^1.0.7"
6134+
tslib "^2.3.1"
6135+
60346136
uri-js@^4.2.2:
60356137
version "4.2.2"
60366138
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0"
@@ -6257,3 +6359,8 @@ yargs@^15.4.1:
62576359
which-module "^2.0.0"
62586360
y18n "^4.0.0"
62596361
yargs-parser "^18.1.2"
6362+
6363+
yocto-queue@^0.1.0:
6364+
version "0.1.0"
6365+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
6366+
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

0 commit comments

Comments
 (0)