Skip to content

Commit 16ce3da

Browse files
Bump ts-jest from 29.2.0 to 29.3.0 in /frontend (#1165)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.2.0 to 29.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/releases">ts-jest's releases</a>.</em></p> <blockquote> <h2>v29.3.0</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v29.2.6</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v29.2.5</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v29.2.4</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v29.2.3</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v29.2.2</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v29.2.1</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">ts-jest's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.2.6...v29.3.0">29.3.0</a> (2025-03-21)</h2> <h3>Features</h3> <ul> <li>feat: support hybrid <code>module</code> values for <code>isolatedModules: true</code> (<a href="https://github.com/kulshekhar/ts-jest/commit/f372121">f372121</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>fix: set <code>customConditions</code> to <code>undefined</code> in <code>TsCompiler</code> (<a href="https://github.com/kulshekhar/ts-jest/commit/b091d70">b091d70</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4620">#4620</a></li> </ul> <h3>Code Refactoring</h3> <ul> <li>refactor: remove manual version checker (<a href="https://github.com/kulshekhar/ts-jest/commit/89458fc">89458fc</a>)</li> <li>refactor: remove patching deps based on version checker (<a href="https://github.com/kulshekhar/ts-jest/commit/bac4c43">bac4c43</a>)</li> <li>refactor: deprecate <code>RawCompilerOptions</code> interface (<a href="https://github.com/kulshekhar/ts-jest/commit/2b1b6cd">2b1b6cd</a>)</li> <li>refactor: deprecate transform option <code>isolatedModules</code> (<a href="https://github.com/kulshekhar/ts-jest/commit/7dfef71">7dfef71</a>)</li> </ul> <h2>DEPRECATIONS</h2> <ul> <li><code>RawCompilerOptions</code> is deprecated in favor of <code>TsConfigJson.CompilerOptions</code> from <code>type-fest</code></li> <li><code>isolatedModules</code> transform option is deprecated in favor of <a href="https://www.typescriptlang.org/tsconfig/#isolatedModules">https://www.typescriptlang.org/tsconfig/#isolatedModules</a></li> </ul> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.2.5...v29.2.6">29.2.6</a> (2025-02-22)</h2> <h3>Bug Fixes</h3> <ul> <li>fix: escape dot for <code>JS_TRANSFORM_PATTERN</code> regex (<a href="https://github.com/kulshekhar/ts-jest/commit/8c91c60">8c91c60</a>)</li> <li>fix: escape dot for <code>TS_JS_TRANSFORM_PATTERN</code> regex (<a href="https://github.com/kulshekhar/ts-jest/commit/3eea850">3eea850</a>)</li> <li>fix: escape dot for <code>TS_TRANSFORM_PATTERN</code> regex (<a href="https://github.com/kulshekhar/ts-jest/commit/80d3e4d">80d3e4d</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4579">#4579</a></li> </ul> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.2.4...v29.2.5">29.2.5</a> (2024-08-23)</h2> <h3>Bug Fixes</h3> <ul> <li>build: build package with <code>NodeNext</code> module (<a href="https://github.com/kulshekhar/ts-jest/commit/9b3ade5">9b3ade5</a>)</li> <li>fix: set value <code>ts/tsx</code> <code>extensionsToTreatAsEsm</code> in default esm preset (<a href="https://github.com/kulshekhar/ts-jest/commit/d9ff362">d9ff362</a>)</li> <li>fix(compiler): fallback to <code>NodeJS</code> module resolution for ts 4.8 (<a href="https://github.com/kulshekhar/ts-jest/commit/b7d3409">b7d3409</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4499">#4499</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/0ac38917aac39342f66112bcccd63edd11c5e2b1"><code>0ac3891</code></a> chore(release): 29.3.0</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/4a33ec12844ff93bf3350719d5bd748dbb76b620"><code>4a33ec1</code></a> docs: update new compiler options interface</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/130057e231bb156b6db854c1ba10f23587de0186"><code>130057e</code></a> build(deps): Update dependency eslint-plugin-prettier to ^5.2.4</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/f3721214eecb6effa92c9ede505cbba9ed9fc5e4"><code>f372121</code></a> feat: support hybrid module values for <code>isolatedModules: true</code></li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/273dba1c44766f6da3d5b5ba398af03492a73dd3"><code>273dba1</code></a> build(deps): Update dependency eslint-plugin-jsdoc to ^50.6.9</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/f5151576f2e9f01bc13fe808d9eca8eac0d3510a"><code>f515157</code></a> build(deps): Update ESLint packages</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/708861b7a9856734f0eb626efeb95b819bca2599"><code>708861b</code></a> build(deps): Update dependency <code>@​formatjs/ts-transformer</code> to ^3.13.33</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/91cd0a6ce99c67b81ba03a1655cd5ac86d063249"><code>91cd0a6</code></a> build(deps): Update dependency <code>@​types/node</code> to v20.17.25</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/7c78c170e8d165db36547a130a2471f6e2d45711"><code>7c78c17</code></a> build(deps): Update ESLint packages to ^8.27.0</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/2b1b6cd8085e6cdc807e4a3daf5d0ffb7946d2ac"><code>2b1b6cd</code></a> refactor: deprecate <code>RawCompilerOptions</code> interface</li> <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v29.2.0...v29.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ts-jest&package-manager=npm_and_yarn&previous-version=29.2.0&new-version=29.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16a8e33 commit 16ce3da

File tree

2 files changed

+65
-27
lines changed

2 files changed

+65
-27
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"postcss-preset-mantine": "^1.17.0",
8181
"postcss-simple-vars": "^7.0.1",
8282
"prettier": "^3.5.0",
83-
"ts-jest": "^29.2.0",
83+
"ts-jest": "^29.3.0",
8484
"typescript": "^5.8.2"
8585
}
8686
}

frontend/yarn.lock

Lines changed: 64 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,6 +1655,11 @@ ast-types-flow@^0.0.8:
16551655
resolved "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz"
16561656
integrity sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==
16571657

1658+
async@^3.2.3:
1659+
version "3.2.6"
1660+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.6.tgz#1b0728e14929d51b85b449b7f06e27c1145e38ce"
1661+
integrity sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==
1662+
16581663
asynckit@^0.4.0:
16591664
version "0.4.0"
16601665
resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
@@ -1804,9 +1809,9 @@ browserslist@^4.24.0:
18041809
node-releases "^2.0.18"
18051810
update-browserslist-db "^1.1.1"
18061811

1807-
bs-logger@0.x:
1812+
bs-logger@^0.2.6:
18081813
version "0.2.6"
1809-
resolved "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz"
1814+
resolved "https://registry.yarnpkg.com/bs-logger/-/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8"
18101815
integrity sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==
18111816
dependencies:
18121817
fast-json-stable-stringify "2.x"
@@ -1888,7 +1893,7 @@ chalk@^3.0.0:
18881893
ansi-styles "^4.1.0"
18891894
supports-color "^7.1.0"
18901895

1891-
chalk@^4.0.0, chalk@^4.1.0:
1896+
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
18921897
version "4.1.2"
18931898
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
18941899
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -2363,6 +2368,13 @@ duplexer@^0.1.2:
23632368
resolved "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz"
23642369
integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==
23652370

2371+
ejs@^3.1.10:
2372+
version "3.1.10"
2373+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
2374+
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
2375+
dependencies:
2376+
jake "^10.8.5"
2377+
23662378
electron-to-chromium@^1.5.41:
23672379
version "1.5.47"
23682380
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.47.tgz#ef0751bc19b28be8ee44cd8405309de3bf3b20c7"
@@ -2995,6 +3007,13 @@ file-entry-cache@^6.0.1:
29953007
dependencies:
29963008
flat-cache "^3.0.4"
29973009

3010+
filelist@^1.0.4:
3011+
version "1.0.4"
3012+
resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz#f78978a1e944775ff9e62e744424f215e58352b5"
3013+
integrity sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==
3014+
dependencies:
3015+
minimatch "^5.0.1"
3016+
29983017
fill-range@^7.1.1:
29993018
version "7.1.1"
30003019
resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz"
@@ -3807,6 +3826,16 @@ iterator.prototype@^1.1.2:
38073826
reflect.getprototypeof "^1.0.4"
38083827
set-function-name "^2.0.1"
38093828

3829+
jake@^10.8.5:
3830+
version "10.9.2"
3831+
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f"
3832+
integrity sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==
3833+
dependencies:
3834+
async "^3.2.3"
3835+
chalk "^4.0.2"
3836+
filelist "^1.0.4"
3837+
minimatch "^3.1.2"
3838+
38103839
javascript-natural-sort@^0.7.1:
38113840
version "0.7.1"
38123841
resolved "https://registry.yarnpkg.com/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz#f9e2303d4507f6d74355a73664d1440fb5a0ef59"
@@ -4344,9 +4373,9 @@ locate-path@^6.0.0:
43444373
dependencies:
43454374
p-locate "^5.0.0"
43464375

4347-
lodash.memoize@4.x:
4376+
lodash.memoize@^4.1.2:
43484377
version "4.1.2"
4349-
resolved "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz"
4378+
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
43504379
integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==
43514380

43524381
lodash.merge@^4.6.2:
@@ -4385,9 +4414,9 @@ make-dir@^4.0.0:
43854414
dependencies:
43864415
semver "^7.5.3"
43874416

4388-
make-error@1.x:
4417+
make-error@^1.3.6:
43894418
version "1.3.6"
4390-
resolved "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz"
4419+
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
43914420
integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
43924421

43934422
@@ -4444,6 +4473,13 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
44444473
dependencies:
44454474
brace-expansion "^1.1.7"
44464475

4476+
minimatch@^5.0.1:
4477+
version "5.1.6"
4478+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
4479+
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
4480+
dependencies:
4481+
brace-expansion "^2.0.1"
4482+
44474483
minimatch@^9.0.4:
44484484
version "9.0.4"
44494485
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz"
@@ -5279,10 +5315,10 @@ semver@^6.3.0, semver@^6.3.1:
52795315
resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
52805316
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
52815317

5282-
semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3:
5283-
version "7.6.3"
5284-
resolved "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz"
5285-
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
5318+
semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1:
5319+
version "7.7.1"
5320+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
5321+
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
52865322

52875323
set-function-length@^1.1.1:
52885324
version "1.2.0"
@@ -5746,19 +5782,21 @@ ts-api-utils@^1.3.0:
57465782
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz"
57475783
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
57485784

5749-
ts-jest@^29.2.0:
5750-
version "29.2.0"
5751-
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-29.2.0.tgz"
5752-
integrity sha512-eFmkE9MG0+oT6nqSOcUwL+2UUmK2IvhhUV8hFDsCHnc++v2WCCbQQZh5vvjsa8sgOY/g9T0325hmkEmi6rninA==
5785+
ts-jest@^29.3.0:
5786+
version "29.3.0"
5787+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.0.tgz#8fc867616619dafeac150b818056badfe07708d5"
5788+
integrity sha512-4bfGBX7Gd1Aqz3SyeDS9O276wEU/BInZxskPrbhZLyv+c1wskDCqDFMJQJLWrIr/fKoAH4GE5dKUlrdyvo+39A==
57535789
dependencies:
5754-
bs-logger "0.x"
5755-
fast-json-stable-stringify "2.x"
5790+
bs-logger "^0.2.6"
5791+
ejs "^3.1.10"
5792+
fast-json-stable-stringify "^2.1.0"
57565793
jest-util "^29.0.0"
57575794
json5 "^2.2.3"
5758-
lodash.memoize "4.x"
5759-
make-error "1.x"
5760-
semver "^7.5.3"
5761-
yargs-parser "^21.0.1"
5795+
lodash.memoize "^4.1.2"
5796+
make-error "^1.3.6"
5797+
semver "^7.7.1"
5798+
type-fest "^4.37.0"
5799+
yargs-parser "^21.1.1"
57625800

57635801
tsconfig-paths@^3.15.0:
57645802
version "3.15.0"
@@ -5802,10 +5840,10 @@ type-fest@^0.21.3:
58025840
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz"
58035841
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
58045842

5805-
type-fest@^4.12.0:
5806-
version "4.20.1"
5807-
resolved "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz"
5808-
integrity sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==
5843+
type-fest@^4.12.0, type-fest@^4.37.0:
5844+
version "4.38.0"
5845+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.38.0.tgz#659fa14d1a71c2811400aa3b5272627e0c1e6b96"
5846+
integrity sha512-2dBz5D5ycHIoliLYLi0Q2V7KRaDlH0uWIvmk7TYlAg5slqwiPv1ezJdZm1QEM0xgk29oYWMCbIG7E6gHpvChlg==
58095847

58105848
typed-array-buffer@^1.0.0:
58115849
version "1.0.0"
@@ -6207,7 +6245,7 @@ yaml@^1.10.0:
62076245
resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz"
62086246
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
62096247

6210-
yargs-parser@^21.0.1, yargs-parser@^21.1.1:
6248+
yargs-parser@^21.1.1:
62116249
version "21.1.1"
62126250
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz"
62136251
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==

0 commit comments

Comments
 (0)