Skip to content

Commit 61fec62

Browse files
chore(lambda): bump @swc-node/register from 1.10.0 to 1.10.2 in /lambdas (#3968)
Bumps [@swc-node/register](https://github.com/swc-project/swc-node) from 1.10.0 to 1.10.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/swc-project/swc-node/releases"><code>@​swc-node/register</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​swc-node/register</code><a href="https://github.com/1"><code>@​1</code></a>.10.1</h2> <h2>What's Changed</h2> <ul> <li>fix: fix ts extension detect regex, close <a href="https://redirect.github.com/swc-project/swc-node/issues/775">#775</a> <a href="https://redirect.github.com/swc-project/swc-node/issues/774">#774</a> <a href="https://redirect.github.com/swc-project/swc-node/issues/772">#772</a> by <a href="https://github.com/yeliex"><code>@​yeliex</code></a> in <a href="https://redirect.github.com/swc-project/swc-node/pull/777">swc-project/swc-node#777</a></li> <li>doc: update readme by <a href="https://github.com/yeliex"><code>@​yeliex</code></a> in <a href="https://redirect.github.com/swc-project/swc-node/pull/778">swc-project/swc-node#778</a></li> <li>fix(esm-resolver): only return early if the specifier is an unsupported file by <a href="https://github.com/fargito"><code>@​fargito</code></a> in <a href="https://redirect.github.com/swc-project/swc-node/pull/789">swc-project/swc-node#789</a></li> <li>fix(register): ts files extension resolve by <a href="https://github.com/Brooooooklyn"><code>@​Brooooooklyn</code></a> in <a href="https://redirect.github.com/swc-project/swc-node/pull/793">swc-project/swc-node#793</a></li> <li>fix(register): do not send undefined source code for compilation by <a href="https://github.com/fargito"><code>@​fargito</code></a> in <a href="https://redirect.github.com/swc-project/swc-node/pull/797">swc-project/swc-node#797</a></li> <li>refactor(core): use oxc-resolver by <a href="https://github.com/Brooooooklyn"><code>@​Brooooooklyn</code></a> in <a href="https://redirect.github.com/swc-project/swc-node/pull/798">swc-project/swc-node#798</a></li> <li>fix(register): tsx file by <a href="https://github.com/Brooooooklyn"><code>@​Brooooooklyn</code></a> in <a href="https://redirect.github.com/swc-project/swc-node/pull/800">swc-project/swc-node#800</a></li> <li>fix(register): file path with query by <a href="https://github.com/Brooooooklyn"><code>@​Brooooooklyn</code></a> in <a href="https://redirect.github.com/swc-project/swc-node/pull/801">swc-project/swc-node#801</a></li> <li>fix(register): ensure TS compiler option to SWC config transformer respects inline source map option by <a href="https://github.com/behroozk"><code>@​behroozk</code></a> in <a href="https://redirect.github.com/swc-project/swc-node/pull/726">swc-project/swc-node#726</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/fargito"><code>@​fargito</code></a> made their first contribution in <a href="https://redirect.github.com/swc-project/swc-node/pull/789">swc-project/swc-node#789</a></li> <li><a href="https://github.com/behroozk"><code>@​behroozk</code></a> made their first contribution in <a href="https://redirect.github.com/swc-project/swc-node/pull/726">swc-project/swc-node#726</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]">https://github.com/swc-project/swc-node/compare/<code>@​swc-node/register</code><code>@​1.9.1...</code><code>@​swc-node/register</code><code>@​1.10.1</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc-node/commit/41a6d1cb78c6cff93d21e438d81786eef377f0ad"><code>41a6d1c</code></a> chore(release): publish</li> <li><a href="https://github.com/swc-project/swc-node/commit/a4a68320ef03385fab8d1f0b32203ad14c887590"><code>a4a6832</code></a> fix(register): resolve builtin modules without node: protocal (<a href="https://redirect.github.com/swc-project/swc-node/issues/803">#803</a>)</li> <li><a href="https://github.com/swc-project/swc-node/commit/3586b0ad22fe69514707103540edfd7e16894ba7"><code>3586b0a</code></a> chore(release): publish</li> <li><a href="https://github.com/swc-project/swc-node/commit/ae5024c8f28684e88ab99fdb925178223542aa6f"><code>ae5024c</code></a> ci: update pnpm action</li> <li><a href="https://github.com/swc-project/swc-node/commit/59f2d99aa0f8d4ebe67d2b5b792e28c811b82420"><code>59f2d99</code></a> fix(register): ensure TS compiler option to SWC config transformer respects i...</li> <li><a href="https://github.com/swc-project/swc-node/commit/9e53df0c40cc443820352098602a61f7a39e1330"><code>9e53df0</code></a> fix(register): file path with query (<a href="https://redirect.github.com/swc-project/swc-node/issues/801">#801</a>)</li> <li><a href="https://github.com/swc-project/swc-node/commit/1071d8d8f55e42822556ad0f16e14a7562242073"><code>1071d8d</code></a> fix(register): tsx file (<a href="https://redirect.github.com/swc-project/swc-node/issues/800">#800</a>)</li> <li><a href="https://github.com/swc-project/swc-node/commit/714d3f2012a24bb9f3a056ffbc4d4df451ae5510"><code>714d3f2</code></a> refactor(core): use oxc-resolver (<a href="https://redirect.github.com/swc-project/swc-node/issues/798">#798</a>)</li> <li><a href="https://github.com/swc-project/swc-node/commit/3499611349c3bff2ab9d0eef7cb27b118f5305bf"><code>3499611</code></a> fix(register): do not send undefined source code for compilation (<a href="https://redirect.github.com/swc-project/swc-node/issues/797">#797</a>)</li> <li>See full diff in <a href="https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@swc-node/register&package-manager=npm_and_yarn&previous-version=1.10.0&new-version=1.10.2)](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 a6df2b6 commit 61fec62

File tree

2 files changed

+128
-38
lines changed

2 files changed

+128
-38
lines changed

lambdas/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@nx/eslint": "19.4.0",
2525
"@nx/jest": "19.4.0",
2626
"@nx/js": "^19.4.0",
27-
"@swc-node/register": "~1.10.0",
27+
"@swc-node/register": "~1.10.2",
2828
"@swc/core": "~1.6.7",
2929
"@swc/helpers": "~0.5.2",
3030
"jest": "^29.4.1",

lambdas/yarn.lock

+127-37
Original file line numberDiff line numberDiff line change
@@ -2093,6 +2093,28 @@
20932093
dependencies:
20942094
"@jridgewell/trace-mapping" "0.3.9"
20952095

2096+
"@emnapi/core@^1.1.0":
2097+
version "1.2.0"
2098+
resolved "https://registry.yarnpkg.com/@emnapi/core/-/core-1.2.0.tgz#7b738e5033738132bf6af0b8fae7b05249bdcbd7"
2099+
integrity sha512-E7Vgw78I93we4ZWdYCb4DGAwRROGkMIXk7/y87UmANR+J6qsWusmC3gLt0H+O0KOt5e6O38U8oJamgbudrES/w==
2100+
dependencies:
2101+
"@emnapi/wasi-threads" "1.0.1"
2102+
tslib "^2.4.0"
2103+
2104+
"@emnapi/runtime@^1.1.0":
2105+
version "1.2.0"
2106+
resolved "https://registry.yarnpkg.com/@emnapi/runtime/-/runtime-1.2.0.tgz#71d018546c3a91f3b51106530edbc056b9f2f2e3"
2107+
integrity sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==
2108+
dependencies:
2109+
tslib "^2.4.0"
2110+
2111+
2112+
version "1.0.1"
2113+
resolved "https://registry.yarnpkg.com/@emnapi/wasi-threads/-/wasi-threads-1.0.1.tgz#d7ae71fd2166b1c916c6cd2d0df2ef565a2e1a5b"
2114+
integrity sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==
2115+
dependencies:
2116+
tslib "^2.4.0"
2117+
20962118
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
20972119
version "4.4.0"
20982120
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
@@ -2402,6 +2424,15 @@
24022424
resolved "https://registry.yarnpkg.com/@middy/core/-/core-4.7.0.tgz#37e055559d5bf05dcb7b288c44644e8ae4255900"
24032425
integrity sha512-yI++DmhDQ8+ugvY7+GrEnb2PF0M/6Wzbgu4Tf7QhOlhwKGDd4j6or+Ab7qYPWx+jnKf8F0tqlmh0gV4JLi0yHw==
24042426

2427+
"@napi-rs/wasm-runtime@^0.2.4":
2428+
version "0.2.4"
2429+
resolved "https://registry.yarnpkg.com/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.4.tgz#d27788176f250d86e498081e3c5ff48a17606918"
2430+
integrity sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ==
2431+
dependencies:
2432+
"@emnapi/core" "^1.1.0"
2433+
"@emnapi/runtime" "^1.1.0"
2434+
"@tybys/wasm-util" "^0.9.0"
2435+
24052436
"@nodelib/[email protected]":
24062437
version "2.1.5"
24072438
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -2800,6 +2831,58 @@
28002831
"@octokit/webhooks-types" "7.4.0"
28012832
aggregate-error "^3.1.0"
28022833

2834+
"@oxc-resolver/[email protected]":
2835+
version "1.9.3"
2836+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-darwin-arm64/-/binding-darwin-arm64-1.9.3.tgz#0eeb0fe47c320f1d1bc3486f9abf1fd0ec03a3f1"
2837+
integrity sha512-h3+AC4I52aVU6jbHNxUXlJrfmwo0hk+czRmw5TEmkk0sJgpd5cmGYMDlkV1puFMDn86iXWiYkGbyeijOrHOBoA==
2838+
2839+
"@oxc-resolver/[email protected]":
2840+
version "1.9.3"
2841+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-darwin-x64/-/binding-darwin-x64-1.9.3.tgz#b401540fcd25616ba1df525f07765d96aa0a477c"
2842+
integrity sha512-h8GmaRjM5w/kftaAbMjt+7Afyc5Pu6/s2oJxVRr/vYgSdbGBHA0vlFcHjdkAn8LKfzvWr1XPzNA462DNGlA1XQ==
2843+
2844+
"@oxc-resolver/[email protected]":
2845+
version "1.9.3"
2846+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.9.3.tgz#5f4f664d37b0e5e90f06fae222a971b8cec9620e"
2847+
integrity sha512-2Z8u0iaOFCS5M+9FCUACaeWqgbNKa/MvYsOnFLcNEvpNBrimPbc7lO5Wyop7Hk3NoxComShYgMgwfFmdeIMJ0w==
2848+
2849+
"@oxc-resolver/[email protected]":
2850+
version "1.9.3"
2851+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.9.3.tgz#fc4ac35793064163935ec48ff9487a4f3c3508ee"
2852+
integrity sha512-GdPExK47gkL9I3ZV3nFsqEfiYUabytPK4ksHC7zRmcVnEHmwBxgDBsR4tXRpZvsri9Yvzp9qLcPq+Y+6Il0DMg==
2853+
2854+
"@oxc-resolver/[email protected]":
2855+
version "1.9.3"
2856+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.9.3.tgz#7d72708479784f9bbd2822d91fb6a47b745c5aae"
2857+
integrity sha512-FEGg3C0qlX1L2Nivi+cKBMkJ0Wtyy479zycEAuQgGWcsobuLdPPb+1ekpqLACjDqrx5H7/I+1yiDd7ZeZHdFdA==
2858+
2859+
"@oxc-resolver/[email protected]":
2860+
version "1.9.3"
2861+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.9.3.tgz#b900d076aa7bf14b2361c1405632db71a2b36b4f"
2862+
integrity sha512-QyzonAWPvY/VxkMKr/GNjfkk4KEsMlcy3cqCLFvsohuyxrdePzIin3tGG+9xSjGz2hzJVVXkuH5ceHmeA8yx3Q==
2863+
2864+
"@oxc-resolver/[email protected]":
2865+
version "1.9.3"
2866+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-linux-x64-musl/-/binding-linux-x64-musl-1.9.3.tgz#95c9a5d1b5da4e515e1aeff4d3da5ef661e0d36d"
2867+
integrity sha512-vJ7NW5FEwlilUDzVxnOrg2fXN2D+Mgvoq+DJ5UsQlUZW2aABi68KECaF9M932t69BZz0mlyqE1ULDPNOnO3U1g==
2868+
2869+
"@oxc-resolver/[email protected]":
2870+
version "1.9.3"
2871+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-wasm32-wasi/-/binding-wasm32-wasi-1.9.3.tgz#b05ce628f8ab2f57c8baf5fd8eb3628a59b5d5f0"
2872+
integrity sha512-iA0bvBHyEfyoZgbCnPPpvSogCH3Sajiggw839b6POq43sPJD+on1si1+Ao4m/lyn2sh4R3Ic8gtN011IUrpEOw==
2873+
dependencies:
2874+
"@napi-rs/wasm-runtime" "^0.2.4"
2875+
2876+
"@oxc-resolver/[email protected]":
2877+
version "1.9.3"
2878+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.9.3.tgz#2671239d73ccf7311f0ba3fce8d5f90fa6fc859f"
2879+
integrity sha512-5drh9NvGcbcHUD0nKy6nlP9sdLeqNopsS7AM1gDlYTBxtdw0/Fb9un3S6UEQXxKVlYXp5nJ7/kDgM5va0ztbtQ==
2880+
2881+
"@oxc-resolver/[email protected]":
2882+
version "1.9.3"
2883+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.9.3.tgz#4f2f3d4cbb5aa93bd1a09a65f59967b98c9e7974"
2884+
integrity sha512-Q4ZeT7jBH+FjXe9/jnto8B0hle09KCfGBYIA7wKmSY0/cRqMWsZNjZIJbGTl8p2WD/GXOvtCsAEWKE3pq4pKNQ==
2885+
28032886
"@phenomnomnominal/tsquery@~5.0.1":
28042887
version "5.0.1"
28052888
resolved "https://registry.yarnpkg.com/@phenomnomnominal/tsquery/-/tsquery-5.0.1.tgz#a2a5abc89f92c01562a32806655817516653a388"
@@ -3367,30 +3450,31 @@
33673450
"@smithy/types" "^3.3.0"
33683451
tslib "^2.6.2"
33693452

3370-
"@swc-node/core@^1.13.1":
3371-
version "1.13.1"
3372-
resolved "https://registry.yarnpkg.com/@swc-node/core/-/core-1.13.1.tgz#d8f72653e8e35cc4d6b881c60aea661e728dc350"
3373-
integrity sha512-emB5l2nZsXjUEAuusqjYvWnQMLWZp6K039Mv8aq5SX1rsNM/N7DNhw1i4/DX7AyzNZ0tT+ASWyTvqEURldp5HA==
3453+
"@swc-node/core@^1.13.2":
3454+
version "1.13.2"
3455+
resolved "https://registry.yarnpkg.com/@swc-node/core/-/core-1.13.2.tgz#0b3b563edd2a8c951dbaeecfa1795b8cd1b29a30"
3456+
integrity sha512-skceAbeKUmEK8z1nxStJTTsbIInKqW4n4+ZCYFexy6UsHjsc7MAfR2v5QqNJr/Fl/j+yLY6UkXY2VUU63nEC/Q==
33743457

3375-
"@swc-node/register@~1.10.0":
3376-
version "1.10.0"
3377-
resolved "https://registry.yarnpkg.com/@swc-node/register/-/register-1.10.0.tgz#5629d97f0f9e7c3dfe7459f0b35c1a1fd65364f6"
3378-
integrity sha512-38w10C3fWLi5nd1BltCjj75p5JUn35o8Qvp9yg4y59WrOMLqJ2vzjUva/v7E5IxpY7irE9RMovoxI6uF8/QXJg==
3458+
"@swc-node/register@~1.10.2":
3459+
version "1.10.2"
3460+
resolved "https://registry.yarnpkg.com/@swc-node/register/-/register-1.10.2.tgz#2bb337cd3373be55a7e2d43ba5157a0400c0346d"
3461+
integrity sha512-8Kz5l+T7LmqbDEcl8Ye2/Bz5YUYxfmo314VmMy+4kwBEZt+V/tt0/U7hCPMAu9fBdnIdJLRWjDgH4VtmpgXvug==
33793462
dependencies:
3380-
"@swc-node/core" "^1.13.1"
3381-
"@swc-node/sourcemap-support" "^0.5.0"
3463+
"@swc-node/core" "^1.13.2"
3464+
"@swc-node/sourcemap-support" "^0.5.1"
33823465
colorette "^2.0.20"
3383-
debug "^4.3.4"
3466+
debug "^4.3.5"
3467+
oxc-resolver "^1.9.2"
33843468
pirates "^4.0.6"
3385-
tslib "^2.6.2"
3469+
tslib "^2.6.3"
33863470

3387-
"@swc-node/sourcemap-support@^0.5.0":
3388-
version "0.5.0"
3389-
resolved "https://registry.yarnpkg.com/@swc-node/sourcemap-support/-/sourcemap-support-0.5.0.tgz#bf2a3e8097eb810b9137305c8cb429288a328fde"
3390-
integrity sha512-fbhjL5G0YvFoWwNhWleuBUfotiX+USiA9oJqu9STFw+Hb0Cgnddn+HVS/K5fI45mn92e8V+cHD2jgFjk4w2T9Q==
3471+
"@swc-node/sourcemap-support@^0.5.1":
3472+
version "0.5.1"
3473+
resolved "https://registry.yarnpkg.com/@swc-node/sourcemap-support/-/sourcemap-support-0.5.1.tgz#0355540d62874891770ce1ba06838de186f098ff"
3474+
integrity sha512-JxIvIo/Hrpv0JCHSyRpetAdQ6lB27oFYhv0PKCNf1g2gUXOjpeR1exrXccRxLMuAV5WAmGFBwRnNOJqN38+qtg==
33913475
dependencies:
33923476
source-map-support "^0.5.21"
3393-
tslib "^2.6.2"
3477+
tslib "^2.6.3"
33943478

33953479
33963480
version "1.6.7"
@@ -3512,6 +3596,13 @@
35123596
resolved "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.3.tgz"
35133597
integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==
35143598

3599+
"@tybys/wasm-util@^0.9.0":
3600+
version "0.9.0"
3601+
resolved "https://registry.yarnpkg.com/@tybys/wasm-util/-/wasm-util-0.9.0.tgz#3e75eb00604c8d6db470bf18c37b7d984a0e3355"
3602+
integrity sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==
3603+
dependencies:
3604+
tslib "^2.4.0"
3605+
35153606
"@types/aws-lambda@^8.10.137":
35163607
version "8.10.140"
35173608
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.140.tgz#617534c437f3cb9bda3e6661c25e9a1510ae9f2d"
@@ -4624,14 +4715,7 @@ [email protected]:
46244715
dependencies:
46254716
ms "2.0.0"
46264717

4627-
debug@4, debug@^4.3.1:
4628-
version "4.3.4"
4629-
resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"
4630-
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
4631-
dependencies:
4632-
ms "2.1.2"
4633-
4634-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
4718+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5:
46354719
version "4.3.5"
46364720
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e"
46374721
integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==
@@ -6747,6 +6831,22 @@ [email protected]:
67476831
strip-ansi "^6.0.0"
67486832
wcwidth "^1.0.1"
67496833

6834+
oxc-resolver@^1.9.2:
6835+
version "1.9.3"
6836+
resolved "https://registry.yarnpkg.com/oxc-resolver/-/oxc-resolver-1.9.3.tgz#f8e4bf8072fdaa71e0da3fc6b7c4759fef3ad4db"
6837+
integrity sha512-ROO5IGjFp5e150IDCzFvE3xtTrbO6jytAugfEHegF0ym2Ww+lRxP0cAwFGCR1021aWUhrC8VjZXOdTocg+Qthw==
6838+
optionalDependencies:
6839+
"@oxc-resolver/binding-darwin-arm64" "1.9.3"
6840+
"@oxc-resolver/binding-darwin-x64" "1.9.3"
6841+
"@oxc-resolver/binding-linux-arm-gnueabihf" "1.9.3"
6842+
"@oxc-resolver/binding-linux-arm64-gnu" "1.9.3"
6843+
"@oxc-resolver/binding-linux-arm64-musl" "1.9.3"
6844+
"@oxc-resolver/binding-linux-x64-gnu" "1.9.3"
6845+
"@oxc-resolver/binding-linux-x64-musl" "1.9.3"
6846+
"@oxc-resolver/binding-wasm32-wasi" "1.9.3"
6847+
"@oxc-resolver/binding-win32-arm64-msvc" "1.9.3"
6848+
"@oxc-resolver/binding-win32-x64-msvc" "1.9.3"
6849+
67506850
p-limit@^2.2.0:
67516851
version "2.3.0"
67526852
resolved "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz"
@@ -6852,12 +6952,7 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1:
68526952
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
68536953
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
68546954

6855-
pirates@^4.0.4:
6856-
version "4.0.5"
6857-
resolved "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz"
6858-
integrity sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==
6859-
6860-
pirates@^4.0.6:
6955+
pirates@^4.0.4, pirates@^4.0.6:
68616956
version "4.0.6"
68626957
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9"
68636958
integrity sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==
@@ -7598,16 +7693,11 @@ tsconfig@^7.0.0:
75987693
strip-bom "^3.0.0"
75997694
strip-json-comments "^2.0.0"
76007695

7601-
tslib@^2.1.0, tslib@^2.6.2:
7696+
tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.0, tslib@^2.6.0, tslib@^2.6.2, tslib@^2.6.3:
76027697
version "2.6.3"
76037698
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
76047699
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
76057700

7606-
tslib@^2.3.0, tslib@^2.4.0, tslib@^2.6.0:
7607-
version "2.6.2"
7608-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
7609-
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
7610-
76117701
type-check@^0.4.0, type-check@~0.4.0:
76127702
version "0.4.0"
76137703
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)