Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d5c2c1f

Browse files
authoredApr 11, 2025··
feat(deps): update swc monorepo
1 parent de7f7b5 commit d5c2c1f

File tree

2 files changed

+397
-151
lines changed

2 files changed

+397
-151
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"@commitlint/cli": "^17.8.1",
5151
"@commitlint/config-conventional": "^17.8.1",
5252
"@commitlint/prompt": "^17.8.1",
53-
"@swc-node/jest": "^1.5.6",
54-
"@swc/core": "^1.3.38",
55-
"@swc/helpers": "^0.4.14",
53+
"@swc-node/jest": "^1.8.13",
54+
"@swc/core": "^1.11.20",
55+
"@swc/helpers": "^0.5.17",
5656
"@types/jest": "^29.5.4",
5757
"@types/lodash.has": "^4.5.9",
5858
"@types/mkdirp": "^1.0.2",

‎yarn.lock

+394-148
Original file line numberDiff line numberDiff line change
@@ -2086,6 +2086,34 @@ __metadata:
20862086
languageName: node
20872087
linkType: hard
20882088

2089+
"@emnapi/core@npm:^1.4.0":
2090+
version: 1.4.0
2091+
resolution: "@emnapi/core@npm:1.4.0"
2092+
dependencies:
2093+
"@emnapi/wasi-threads": 1.0.1
2094+
tslib: ^2.4.0
2095+
checksum: 6f3ff7ab27e08a465118843e48808f4683ee6e72c409aab553ed2a740a67b8f00771a697c0d1abd46f62dfa65466862d2ff9f886e4f0e4e5342b36d8c350eb36
2096+
languageName: node
2097+
linkType: hard
2098+
2099+
"@emnapi/runtime@npm:^1.4.0":
2100+
version: 1.4.0
2101+
resolution: "@emnapi/runtime@npm:1.4.0"
2102+
dependencies:
2103+
tslib: ^2.4.0
2104+
checksum: 90cca909ceb842e95cb5e16ab64e4c4d8925c6f4ed5527848e53faad8c4e23885e4a001a6099e26a76d099a67758032a9f208b13252176e2b68c860d19f5c1f9
2105+
languageName: node
2106+
linkType: hard
2107+
2108+
"@emnapi/wasi-threads@npm:1.0.1":
2109+
version: 1.0.1
2110+
resolution: "@emnapi/wasi-threads@npm:1.0.1"
2111+
dependencies:
2112+
tslib: ^2.4.0
2113+
checksum: e154880440ff9bfe67b417f30134f0ff6fee28913dbf4a22de2e67dda5bf5b51055647c5d1565281df17ef5dfcc89256546bdf9b8ccfd07e07566617e7ce1498
2114+
languageName: node
2115+
linkType: hard
2116+
20892117
"@eslint-community/eslint-utils@npm:^4.2.0":
20902118
version: 4.4.0
20912119
resolution: "@eslint-community/eslint-utils@npm:4.4.0"
@@ -2145,9 +2173,9 @@ __metadata:
21452173
"@commitlint/cli": ^17.8.1
21462174
"@commitlint/config-conventional": ^17.8.1
21472175
"@commitlint/prompt": ^17.8.1
2148-
"@swc-node/jest": ^1.5.6
2149-
"@swc/core": ^1.3.38
2150-
"@swc/helpers": ^0.4.14
2176+
"@swc-node/jest": ^1.8.13
2177+
"@swc/core": ^1.11.20
2178+
"@swc/helpers": ^0.5.17
21512179
"@types/cross-spawn": ^6.0.6
21522180
"@types/jest": ^29.5.4
21532181
"@types/lodash.has": ^4.5.9
@@ -2626,121 +2654,142 @@ __metadata:
26262654
languageName: node
26272655
linkType: hard
26282656

2657+
"@napi-rs/wasm-runtime@npm:^0.2.5, @napi-rs/wasm-runtime@npm:^0.2.8":
2658+
version: 0.2.8
2659+
resolution: "@napi-rs/wasm-runtime@npm:0.2.8"
2660+
dependencies:
2661+
"@emnapi/core": ^1.4.0
2662+
"@emnapi/runtime": ^1.4.0
2663+
"@tybys/wasm-util": ^0.9.0
2664+
checksum: c7e7ec1c19e6e0bfb9d1553fb3b25f46d9ffb48f6c54e95b7cf939c294d8cda254da72575319999e77891805b15688da1db4926e6f6f0c31b1a08722e7b92d62
2665+
languageName: node
2666+
linkType: hard
2667+
26292668
"@nicolo-ribaudo/chokidar-2@npm:2.1.8-no-fsevents.3":
26302669
version: 2.1.8-no-fsevents.3
26312670
resolution: "@nicolo-ribaudo/chokidar-2@npm:2.1.8-no-fsevents.3"
26322671
checksum: ee55cc9241aeea7eb94b8a8551bfa4246c56c53bc71ecda0a2104018fcc328ba5723b33686bdf9cc65d4df4ae65e8016b89e0bbdeb94e0309fe91bb9ced42344
26332672
languageName: node
26342673
linkType: hard
26352674

2636-
"@node-rs/xxhash-android-arm-eabi@npm:1.2.1":
2637-
version: 1.2.1
2638-
resolution: "@node-rs/xxhash-android-arm-eabi@npm:1.2.1"
2675+
"@node-rs/xxhash-android-arm-eabi@npm:1.7.6":
2676+
version: 1.7.6
2677+
resolution: "@node-rs/xxhash-android-arm-eabi@npm:1.7.6"
26392678
conditions: os=android & cpu=arm
26402679
languageName: node
26412680
linkType: hard
26422681

2643-
"@node-rs/xxhash-android-arm64@npm:1.2.1":
2644-
version: 1.2.1
2645-
resolution: "@node-rs/xxhash-android-arm64@npm:1.2.1"
2682+
"@node-rs/xxhash-android-arm64@npm:1.7.6":
2683+
version: 1.7.6
2684+
resolution: "@node-rs/xxhash-android-arm64@npm:1.7.6"
26462685
conditions: os=android & cpu=arm64
26472686
languageName: node
26482687
linkType: hard
26492688

2650-
"@node-rs/xxhash-darwin-arm64@npm:1.2.1":
2651-
version: 1.2.1
2652-
resolution: "@node-rs/xxhash-darwin-arm64@npm:1.2.1"
2689+
"@node-rs/xxhash-darwin-arm64@npm:1.7.6":
2690+
version: 1.7.6
2691+
resolution: "@node-rs/xxhash-darwin-arm64@npm:1.7.6"
26532692
conditions: os=darwin & cpu=arm64
26542693
languageName: node
26552694
linkType: hard
26562695

2657-
"@node-rs/xxhash-darwin-x64@npm:1.2.1":
2658-
version: 1.2.1
2659-
resolution: "@node-rs/xxhash-darwin-x64@npm:1.2.1"
2696+
"@node-rs/xxhash-darwin-x64@npm:1.7.6":
2697+
version: 1.7.6
2698+
resolution: "@node-rs/xxhash-darwin-x64@npm:1.7.6"
26602699
conditions: os=darwin & cpu=x64
26612700
languageName: node
26622701
linkType: hard
26632702

2664-
"@node-rs/xxhash-freebsd-x64@npm:1.2.1":
2665-
version: 1.2.1
2666-
resolution: "@node-rs/xxhash-freebsd-x64@npm:1.2.1"
2703+
"@node-rs/xxhash-freebsd-x64@npm:1.7.6":
2704+
version: 1.7.6
2705+
resolution: "@node-rs/xxhash-freebsd-x64@npm:1.7.6"
26672706
conditions: os=freebsd & cpu=x64
26682707
languageName: node
26692708
linkType: hard
26702709

2671-
"@node-rs/xxhash-linux-arm-gnueabihf@npm:1.2.1":
2672-
version: 1.2.1
2673-
resolution: "@node-rs/xxhash-linux-arm-gnueabihf@npm:1.2.1"
2710+
"@node-rs/xxhash-linux-arm-gnueabihf@npm:1.7.6":
2711+
version: 1.7.6
2712+
resolution: "@node-rs/xxhash-linux-arm-gnueabihf@npm:1.7.6"
26742713
conditions: os=linux & cpu=arm
26752714
languageName: node
26762715
linkType: hard
26772716

2678-
"@node-rs/xxhash-linux-arm64-gnu@npm:1.2.1":
2679-
version: 1.2.1
2680-
resolution: "@node-rs/xxhash-linux-arm64-gnu@npm:1.2.1"
2717+
"@node-rs/xxhash-linux-arm64-gnu@npm:1.7.6":
2718+
version: 1.7.6
2719+
resolution: "@node-rs/xxhash-linux-arm64-gnu@npm:1.7.6"
26812720
conditions: os=linux & cpu=arm64 & libc=glibc
26822721
languageName: node
26832722
linkType: hard
26842723

2685-
"@node-rs/xxhash-linux-arm64-musl@npm:1.2.1":
2686-
version: 1.2.1
2687-
resolution: "@node-rs/xxhash-linux-arm64-musl@npm:1.2.1"
2724+
"@node-rs/xxhash-linux-arm64-musl@npm:1.7.6":
2725+
version: 1.7.6
2726+
resolution: "@node-rs/xxhash-linux-arm64-musl@npm:1.7.6"
26882727
conditions: os=linux & cpu=arm64 & libc=musl
26892728
languageName: node
26902729
linkType: hard
26912730

2692-
"@node-rs/xxhash-linux-x64-gnu@npm:1.2.1":
2693-
version: 1.2.1
2694-
resolution: "@node-rs/xxhash-linux-x64-gnu@npm:1.2.1"
2731+
"@node-rs/xxhash-linux-x64-gnu@npm:1.7.6":
2732+
version: 1.7.6
2733+
resolution: "@node-rs/xxhash-linux-x64-gnu@npm:1.7.6"
26952734
conditions: os=linux & cpu=x64 & libc=glibc
26962735
languageName: node
26972736
linkType: hard
26982737

2699-
"@node-rs/xxhash-linux-x64-musl@npm:1.2.1":
2700-
version: 1.2.1
2701-
resolution: "@node-rs/xxhash-linux-x64-musl@npm:1.2.1"
2738+
"@node-rs/xxhash-linux-x64-musl@npm:1.7.6":
2739+
version: 1.7.6
2740+
resolution: "@node-rs/xxhash-linux-x64-musl@npm:1.7.6"
27022741
conditions: os=linux & cpu=x64 & libc=musl
27032742
languageName: node
27042743
linkType: hard
27052744

2706-
"@node-rs/xxhash-win32-arm64-msvc@npm:1.2.1":
2707-
version: 1.2.1
2708-
resolution: "@node-rs/xxhash-win32-arm64-msvc@npm:1.2.1"
2745+
"@node-rs/xxhash-wasm32-wasi@npm:1.7.6":
2746+
version: 1.7.6
2747+
resolution: "@node-rs/xxhash-wasm32-wasi@npm:1.7.6"
2748+
dependencies:
2749+
"@napi-rs/wasm-runtime": ^0.2.5
2750+
conditions: cpu=wasm32
2751+
languageName: node
2752+
linkType: hard
2753+
2754+
"@node-rs/xxhash-win32-arm64-msvc@npm:1.7.6":
2755+
version: 1.7.6
2756+
resolution: "@node-rs/xxhash-win32-arm64-msvc@npm:1.7.6"
27092757
conditions: os=win32 & cpu=arm64
27102758
languageName: node
27112759
linkType: hard
27122760

2713-
"@node-rs/xxhash-win32-ia32-msvc@npm:1.2.1":
2714-
version: 1.2.1
2715-
resolution: "@node-rs/xxhash-win32-ia32-msvc@npm:1.2.1"
2761+
"@node-rs/xxhash-win32-ia32-msvc@npm:1.7.6":
2762+
version: 1.7.6
2763+
resolution: "@node-rs/xxhash-win32-ia32-msvc@npm:1.7.6"
27162764
conditions: os=win32 & cpu=ia32
27172765
languageName: node
27182766
linkType: hard
27192767

2720-
"@node-rs/xxhash-win32-x64-msvc@npm:1.2.1":
2721-
version: 1.2.1
2722-
resolution: "@node-rs/xxhash-win32-x64-msvc@npm:1.2.1"
2768+
"@node-rs/xxhash-win32-x64-msvc@npm:1.7.6":
2769+
version: 1.7.6
2770+
resolution: "@node-rs/xxhash-win32-x64-msvc@npm:1.7.6"
27232771
conditions: os=win32 & cpu=x64
27242772
languageName: node
27252773
linkType: hard
27262774

2727-
"@node-rs/xxhash@npm:^1.2.1":
2728-
version: 1.2.1
2729-
resolution: "@node-rs/xxhash@npm:1.2.1"
2730-
dependencies:
2731-
"@node-rs/xxhash-android-arm-eabi": 1.2.1
2732-
"@node-rs/xxhash-android-arm64": 1.2.1
2733-
"@node-rs/xxhash-darwin-arm64": 1.2.1
2734-
"@node-rs/xxhash-darwin-x64": 1.2.1
2735-
"@node-rs/xxhash-freebsd-x64": 1.2.1
2736-
"@node-rs/xxhash-linux-arm-gnueabihf": 1.2.1
2737-
"@node-rs/xxhash-linux-arm64-gnu": 1.2.1
2738-
"@node-rs/xxhash-linux-arm64-musl": 1.2.1
2739-
"@node-rs/xxhash-linux-x64-gnu": 1.2.1
2740-
"@node-rs/xxhash-linux-x64-musl": 1.2.1
2741-
"@node-rs/xxhash-win32-arm64-msvc": 1.2.1
2742-
"@node-rs/xxhash-win32-ia32-msvc": 1.2.1
2743-
"@node-rs/xxhash-win32-x64-msvc": 1.2.1
2775+
"@node-rs/xxhash@npm:^1.7.3":
2776+
version: 1.7.6
2777+
resolution: "@node-rs/xxhash@npm:1.7.6"
2778+
dependencies:
2779+
"@node-rs/xxhash-android-arm-eabi": 1.7.6
2780+
"@node-rs/xxhash-android-arm64": 1.7.6
2781+
"@node-rs/xxhash-darwin-arm64": 1.7.6
2782+
"@node-rs/xxhash-darwin-x64": 1.7.6
2783+
"@node-rs/xxhash-freebsd-x64": 1.7.6
2784+
"@node-rs/xxhash-linux-arm-gnueabihf": 1.7.6
2785+
"@node-rs/xxhash-linux-arm64-gnu": 1.7.6
2786+
"@node-rs/xxhash-linux-arm64-musl": 1.7.6
2787+
"@node-rs/xxhash-linux-x64-gnu": 1.7.6
2788+
"@node-rs/xxhash-linux-x64-musl": 1.7.6
2789+
"@node-rs/xxhash-wasm32-wasi": 1.7.6
2790+
"@node-rs/xxhash-win32-arm64-msvc": 1.7.6
2791+
"@node-rs/xxhash-win32-ia32-msvc": 1.7.6
2792+
"@node-rs/xxhash-win32-x64-msvc": 1.7.6
27442793
dependenciesMeta:
27452794
"@node-rs/xxhash-android-arm-eabi":
27462795
optional: true
@@ -2762,13 +2811,15 @@ __metadata:
27622811
optional: true
27632812
"@node-rs/xxhash-linux-x64-musl":
27642813
optional: true
2814+
"@node-rs/xxhash-wasm32-wasi":
2815+
optional: true
27652816
"@node-rs/xxhash-win32-arm64-msvc":
27662817
optional: true
27672818
"@node-rs/xxhash-win32-ia32-msvc":
27682819
optional: true
27692820
"@node-rs/xxhash-win32-x64-msvc":
27702821
optional: true
2771-
checksum: ebfa5121d267e08e8824e5585cd803546d172ad9863d1400fee59dd9e08a391e46c561fc6513f3f1ebbfd3d4a1258db398ee2aa52a5f1e54657f247c4674fdad
2822+
checksum: 851651a7767a09431120aa8159f0079ac1bd428ce0cde881223298fe9d4defefa42ad5d72c9dcd3735edb3d1d6ffac59ca3025617e4c7703c6a6c03596f3617a
27722823
languageName: node
27732824
linkType: hard
27742825

@@ -2819,6 +2870,99 @@ __metadata:
28192870
languageName: node
28202871
linkType: hard
28212872

2873+
"@oxc-resolver/binding-darwin-arm64@npm:5.2.0":
2874+
version: 5.2.0
2875+
resolution: "@oxc-resolver/binding-darwin-arm64@npm:5.2.0"
2876+
conditions: os=darwin & cpu=arm64
2877+
languageName: node
2878+
linkType: hard
2879+
2880+
"@oxc-resolver/binding-darwin-x64@npm:5.2.0":
2881+
version: 5.2.0
2882+
resolution: "@oxc-resolver/binding-darwin-x64@npm:5.2.0"
2883+
conditions: os=darwin & cpu=x64
2884+
languageName: node
2885+
linkType: hard
2886+
2887+
"@oxc-resolver/binding-freebsd-x64@npm:5.2.0":
2888+
version: 5.2.0
2889+
resolution: "@oxc-resolver/binding-freebsd-x64@npm:5.2.0"
2890+
conditions: os=freebsd & cpu=x64
2891+
languageName: node
2892+
linkType: hard
2893+
2894+
"@oxc-resolver/binding-linux-arm-gnueabihf@npm:5.2.0":
2895+
version: 5.2.0
2896+
resolution: "@oxc-resolver/binding-linux-arm-gnueabihf@npm:5.2.0"
2897+
conditions: os=linux & cpu=arm
2898+
languageName: node
2899+
linkType: hard
2900+
2901+
"@oxc-resolver/binding-linux-arm64-gnu@npm:5.2.0":
2902+
version: 5.2.0
2903+
resolution: "@oxc-resolver/binding-linux-arm64-gnu@npm:5.2.0"
2904+
conditions: os=linux & cpu=arm64 & libc=glibc
2905+
languageName: node
2906+
linkType: hard
2907+
2908+
"@oxc-resolver/binding-linux-arm64-musl@npm:5.2.0":
2909+
version: 5.2.0
2910+
resolution: "@oxc-resolver/binding-linux-arm64-musl@npm:5.2.0"
2911+
conditions: os=linux & cpu=arm64 & libc=musl
2912+
languageName: node
2913+
linkType: hard
2914+
2915+
"@oxc-resolver/binding-linux-riscv64-gnu@npm:5.2.0":
2916+
version: 5.2.0
2917+
resolution: "@oxc-resolver/binding-linux-riscv64-gnu@npm:5.2.0"
2918+
conditions: os=linux & cpu=riscv64 & libc=glibc
2919+
languageName: node
2920+
linkType: hard
2921+
2922+
"@oxc-resolver/binding-linux-s390x-gnu@npm:5.2.0":
2923+
version: 5.2.0
2924+
resolution: "@oxc-resolver/binding-linux-s390x-gnu@npm:5.2.0"
2925+
conditions: os=linux & cpu=s390x & libc=glibc
2926+
languageName: node
2927+
linkType: hard
2928+
2929+
"@oxc-resolver/binding-linux-x64-gnu@npm:5.2.0":
2930+
version: 5.2.0
2931+
resolution: "@oxc-resolver/binding-linux-x64-gnu@npm:5.2.0"
2932+
conditions: os=linux & cpu=x64 & libc=glibc
2933+
languageName: node
2934+
linkType: hard
2935+
2936+
"@oxc-resolver/binding-linux-x64-musl@npm:5.2.0":
2937+
version: 5.2.0
2938+
resolution: "@oxc-resolver/binding-linux-x64-musl@npm:5.2.0"
2939+
conditions: os=linux & cpu=x64 & libc=musl
2940+
languageName: node
2941+
linkType: hard
2942+
2943+
"@oxc-resolver/binding-wasm32-wasi@npm:5.2.0":
2944+
version: 5.2.0
2945+
resolution: "@oxc-resolver/binding-wasm32-wasi@npm:5.2.0"
2946+
dependencies:
2947+
"@napi-rs/wasm-runtime": ^0.2.8
2948+
conditions: cpu=wasm32
2949+
languageName: node
2950+
linkType: hard
2951+
2952+
"@oxc-resolver/binding-win32-arm64-msvc@npm:5.2.0":
2953+
version: 5.2.0
2954+
resolution: "@oxc-resolver/binding-win32-arm64-msvc@npm:5.2.0"
2955+
conditions: os=win32 & cpu=arm64
2956+
languageName: node
2957+
linkType: hard
2958+
2959+
"@oxc-resolver/binding-win32-x64-msvc@npm:5.2.0":
2960+
version: 5.2.0
2961+
resolution: "@oxc-resolver/binding-win32-x64-msvc@npm:5.2.0"
2962+
conditions: os=win32 & cpu=x64
2963+
languageName: node
2964+
linkType: hard
2965+
28222966
"@rtsao/scc@npm:^1.1.0":
28232967
version: 1.1.0
28242968
resolution: "@rtsao/scc@npm:1.1.0"
@@ -2858,140 +3002,147 @@ __metadata:
28583002
languageName: node
28593003
linkType: hard
28603004

2861-
"@swc-node/core@npm:^1.9.2":
2862-
version: 1.9.2
2863-
resolution: "@swc-node/core@npm:1.9.2"
3005+
"@swc-node/core@npm:^1.13.3":
3006+
version: 1.13.3
3007+
resolution: "@swc-node/core@npm:1.13.3"
28643008
peerDependencies:
2865-
"@swc/core": ">= 1.3"
2866-
checksum: 2a91a294b9947b33d0244d5e176a89adc6986c04b9b9e0ec0471815bc3d6d7f250be4546e9bc19f30bce5c5f0dbea01ed13bca351c5dfd45e54e9becae3fa0f4
3009+
"@swc/core": ">= 1.4.13"
3010+
"@swc/types": ">= 0.1"
3011+
checksum: 9bad56479b2e980af8cfbcc1f040b95a928e38ead40ee3f980cd5718814cdaa6dc93d3a1d4a584e9fb1105af9a8f06ee2d5d82c6465ac364e6febe637f6139d7
28673012
languageName: node
28683013
linkType: hard
28693014

2870-
"@swc-node/jest@npm:^1.5.6":
2871-
version: 1.5.6
2872-
resolution: "@swc-node/jest@npm:1.5.6"
3015+
"@swc-node/jest@npm:^1.8.13":
3016+
version: 1.8.13
3017+
resolution: "@swc-node/jest@npm:1.8.13"
28733018
dependencies:
2874-
"@node-rs/xxhash": ^1.2.1
2875-
"@swc-node/core": ^1.9.2
2876-
"@swc-node/register": ^1.5.5
3019+
"@node-rs/xxhash": ^1.7.3
3020+
"@swc-node/core": ^1.13.3
3021+
"@swc-node/register": ^1.10.10
28773022
peerDependencies:
2878-
"@swc/core": ">= 1.3"
2879-
typescript: ">= 4.3"
2880-
checksum: bfd1c3d427211f8f3e8f33ab5455298f5371b9c461ef09cc9f1d84939934c924f812fd9ae0dc3d3c3cc8204b3ddd2d6a9d239ee136f3b119eac83baf02ab8db9
3023+
"@swc/core": ">= 1.4.13"
3024+
"@swc/types": ">= 0.1"
3025+
typescript: ">= 5.0"
3026+
checksum: 1b709c508dfe64b43cfab414d9d8edffc3a7affe9e7ccd7250dced9379c65d5316b302e7387a7c3b8ccb7a6f02933f38503f801b4e769e0eeea7a13a9c73a85b
28813027
languageName: node
28823028
linkType: hard
28833029

2884-
"@swc-node/register@npm:^1.5.5":
2885-
version: 1.5.5
2886-
resolution: "@swc-node/register@npm:1.5.5"
3030+
"@swc-node/register@npm:^1.10.10":
3031+
version: 1.10.10
3032+
resolution: "@swc-node/register@npm:1.10.10"
28873033
dependencies:
2888-
"@swc-node/core": ^1.9.2
2889-
"@swc-node/sourcemap-support": ^0.2.3
2890-
colorette: ^2.0.19
2891-
debug: ^4.3.4
2892-
pirates: ^4.0.5
2893-
tslib: ^2.4.1
3034+
"@swc-node/core": ^1.13.3
3035+
"@swc-node/sourcemap-support": ^0.5.1
3036+
colorette: ^2.0.20
3037+
debug: ^4.3.5
3038+
oxc-resolver: ^5.0.0
3039+
pirates: ^4.0.6
3040+
tslib: ^2.6.3
28943041
peerDependencies:
2895-
"@swc/core": ">= 1.3"
3042+
"@swc/core": ">= 1.4.13"
28963043
typescript: ">= 4.3"
2897-
checksum: b05b5526077486355466bbc7bf86ad2c3aef8f90a789aa0f84f39503dd90b0285d01d7c12995a51d90c0f9a27fa24f0aea290b2cd69d041098751016602546cf
3044+
checksum: b09027bf6dfe6dfbcc6d8b6f29686b59bb24dcd8aa59f2938f813f492133dd006e22f741844b22cf4ef3771cd8b8d7091a4fd0a4112c386a1c66243020f1e7de
28983045
languageName: node
28993046
linkType: hard
29003047

2901-
"@swc-node/sourcemap-support@npm:^0.2.3":
2902-
version: 0.2.3
2903-
resolution: "@swc-node/sourcemap-support@npm:0.2.3"
3048+
"@swc-node/sourcemap-support@npm:^0.5.1":
3049+
version: 0.5.1
3050+
resolution: "@swc-node/sourcemap-support@npm:0.5.1"
29043051
dependencies:
29053052
source-map-support: ^0.5.21
2906-
tslib: ^2.4.1
2907-
checksum: 837ee82dcda8b937c4a7d9e39a4dbe8c0d01080a73b77613a6e2e30cdc3eb944ce2c4bc470673e7d0a5ce902929a4a75dc2fcfeb5b8069fb0ae862176a2fcf92
3053+
tslib: ^2.6.3
3054+
checksum: 307be2a52c10f3899871dc316190584e7a6e48375de5b84638cd0ca96681c4ce89891b9f7e86dedb93aac106dea7eff42ac2192f443ac1a1242a206ec93d0caf
29083055
languageName: node
29093056
linkType: hard
29103057

2911-
"@swc/core-darwin-arm64@npm:1.3.38":
2912-
version: 1.3.38
2913-
resolution: "@swc/core-darwin-arm64@npm:1.3.38"
3058+
"@swc/core-darwin-arm64@npm:1.11.20":
3059+
version: 1.11.20
3060+
resolution: "@swc/core-darwin-arm64@npm:1.11.20"
29143061
conditions: os=darwin & cpu=arm64
29153062
languageName: node
29163063
linkType: hard
29173064

2918-
"@swc/core-darwin-x64@npm:1.3.38":
2919-
version: 1.3.38
2920-
resolution: "@swc/core-darwin-x64@npm:1.3.38"
3065+
"@swc/core-darwin-x64@npm:1.11.20":
3066+
version: 1.11.20
3067+
resolution: "@swc/core-darwin-x64@npm:1.11.20"
29213068
conditions: os=darwin & cpu=x64
29223069
languageName: node
29233070
linkType: hard
29243071

2925-
"@swc/core-linux-arm-gnueabihf@npm:1.3.38":
2926-
version: 1.3.38
2927-
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.3.38"
3072+
"@swc/core-linux-arm-gnueabihf@npm:1.11.20":
3073+
version: 1.11.20
3074+
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.11.20"
29283075
conditions: os=linux & cpu=arm
29293076
languageName: node
29303077
linkType: hard
29313078

2932-
"@swc/core-linux-arm64-gnu@npm:1.3.38":
2933-
version: 1.3.38
2934-
resolution: "@swc/core-linux-arm64-gnu@npm:1.3.38"
3079+
"@swc/core-linux-arm64-gnu@npm:1.11.20":
3080+
version: 1.11.20
3081+
resolution: "@swc/core-linux-arm64-gnu@npm:1.11.20"
29353082
conditions: os=linux & cpu=arm64 & libc=glibc
29363083
languageName: node
29373084
linkType: hard
29383085

2939-
"@swc/core-linux-arm64-musl@npm:1.3.38":
2940-
version: 1.3.38
2941-
resolution: "@swc/core-linux-arm64-musl@npm:1.3.38"
3086+
"@swc/core-linux-arm64-musl@npm:1.11.20":
3087+
version: 1.11.20
3088+
resolution: "@swc/core-linux-arm64-musl@npm:1.11.20"
29423089
conditions: os=linux & cpu=arm64 & libc=musl
29433090
languageName: node
29443091
linkType: hard
29453092

2946-
"@swc/core-linux-x64-gnu@npm:1.3.38":
2947-
version: 1.3.38
2948-
resolution: "@swc/core-linux-x64-gnu@npm:1.3.38"
3093+
"@swc/core-linux-x64-gnu@npm:1.11.20":
3094+
version: 1.11.20
3095+
resolution: "@swc/core-linux-x64-gnu@npm:1.11.20"
29493096
conditions: os=linux & cpu=x64 & libc=glibc
29503097
languageName: node
29513098
linkType: hard
29523099

2953-
"@swc/core-linux-x64-musl@npm:1.3.38":
2954-
version: 1.3.38
2955-
resolution: "@swc/core-linux-x64-musl@npm:1.3.38"
3100+
"@swc/core-linux-x64-musl@npm:1.11.20":
3101+
version: 1.11.20
3102+
resolution: "@swc/core-linux-x64-musl@npm:1.11.20"
29563103
conditions: os=linux & cpu=x64 & libc=musl
29573104
languageName: node
29583105
linkType: hard
29593106

2960-
"@swc/core-win32-arm64-msvc@npm:1.3.38":
2961-
version: 1.3.38
2962-
resolution: "@swc/core-win32-arm64-msvc@npm:1.3.38"
3107+
"@swc/core-win32-arm64-msvc@npm:1.11.20":
3108+
version: 1.11.20
3109+
resolution: "@swc/core-win32-arm64-msvc@npm:1.11.20"
29633110
conditions: os=win32 & cpu=arm64
29643111
languageName: node
29653112
linkType: hard
29663113

2967-
"@swc/core-win32-ia32-msvc@npm:1.3.38":
2968-
version: 1.3.38
2969-
resolution: "@swc/core-win32-ia32-msvc@npm:1.3.38"
3114+
"@swc/core-win32-ia32-msvc@npm:1.11.20":
3115+
version: 1.11.20
3116+
resolution: "@swc/core-win32-ia32-msvc@npm:1.11.20"
29703117
conditions: os=win32 & cpu=ia32
29713118
languageName: node
29723119
linkType: hard
29733120

2974-
"@swc/core-win32-x64-msvc@npm:1.3.38":
2975-
version: 1.3.38
2976-
resolution: "@swc/core-win32-x64-msvc@npm:1.3.38"
3121+
"@swc/core-win32-x64-msvc@npm:1.11.20":
3122+
version: 1.11.20
3123+
resolution: "@swc/core-win32-x64-msvc@npm:1.11.20"
29773124
conditions: os=win32 & cpu=x64
29783125
languageName: node
29793126
linkType: hard
29803127

2981-
"@swc/core@npm:^1.3.38":
2982-
version: 1.3.38
2983-
resolution: "@swc/core@npm:1.3.38"
3128+
"@swc/core@npm:^1.11.20":
3129+
version: 1.11.20
3130+
resolution: "@swc/core@npm:1.11.20"
29843131
dependencies:
2985-
"@swc/core-darwin-arm64": 1.3.38
2986-
"@swc/core-darwin-x64": 1.3.38
2987-
"@swc/core-linux-arm-gnueabihf": 1.3.38
2988-
"@swc/core-linux-arm64-gnu": 1.3.38
2989-
"@swc/core-linux-arm64-musl": 1.3.38
2990-
"@swc/core-linux-x64-gnu": 1.3.38
2991-
"@swc/core-linux-x64-musl": 1.3.38
2992-
"@swc/core-win32-arm64-msvc": 1.3.38
2993-
"@swc/core-win32-ia32-msvc": 1.3.38
2994-
"@swc/core-win32-x64-msvc": 1.3.38
3132+
"@swc/core-darwin-arm64": 1.11.20
3133+
"@swc/core-darwin-x64": 1.11.20
3134+
"@swc/core-linux-arm-gnueabihf": 1.11.20
3135+
"@swc/core-linux-arm64-gnu": 1.11.20
3136+
"@swc/core-linux-arm64-musl": 1.11.20
3137+
"@swc/core-linux-x64-gnu": 1.11.20
3138+
"@swc/core-linux-x64-musl": 1.11.20
3139+
"@swc/core-win32-arm64-msvc": 1.11.20
3140+
"@swc/core-win32-ia32-msvc": 1.11.20
3141+
"@swc/core-win32-x64-msvc": 1.11.20
3142+
"@swc/counter": ^0.1.3
3143+
"@swc/types": ^0.1.21
3144+
peerDependencies:
3145+
"@swc/helpers": ">=0.5.17"
29953146
dependenciesMeta:
29963147
"@swc/core-darwin-arm64":
29973148
optional: true
@@ -3013,16 +3164,35 @@ __metadata:
30133164
optional: true
30143165
"@swc/core-win32-x64-msvc":
30153166
optional: true
3016-
checksum: c55d30e57638bcd21f788add8490c3f3e71bfe027aa5a8b153e1b1b9686ecddd6deeaaa6a6b17717c7eab4c1e2a232b465b6755b6c891506fc0d03139badfbf7
3167+
peerDependenciesMeta:
3168+
"@swc/helpers":
3169+
optional: true
3170+
checksum: 3a215a15b8b1fc8041d45d62bf2059a65d5167d1e2cf936453bb3226b6bdf1e18f57cf99c192cdbb0b601a60c12c1d45aa2e27fb50f952fb412fb28b1c55fe4d
3171+
languageName: node
3172+
linkType: hard
3173+
3174+
"@swc/counter@npm:^0.1.3":
3175+
version: 0.1.3
3176+
resolution: "@swc/counter@npm:0.1.3"
3177+
checksum: df8f9cfba9904d3d60f511664c70d23bb323b3a0803ec9890f60133954173047ba9bdeabce28cd70ba89ccd3fd6c71c7b0bd58be85f611e1ffbe5d5c18616598
30173178
languageName: node
30183179
linkType: hard
30193180

3020-
"@swc/helpers@npm:^0.4.14":
3021-
version: 0.4.14
3022-
resolution: "@swc/helpers@npm:0.4.14"
3181+
"@swc/helpers@npm:^0.5.17":
3182+
version: 0.5.17
3183+
resolution: "@swc/helpers@npm:0.5.17"
30233184
dependencies:
3024-
tslib: ^2.4.0
3025-
checksum: 273fd3f3fc461a92f3790cc551ea054745c6d6959afbe1232e6d7aa1c722bbc114d308aab96bef5c78fc0303c85c7b472ef00e2253251cc89737f3b1af56e5a5
3185+
tslib: ^2.8.0
3186+
checksum: 085e13b536323945dfc3a270debf270bda6dfc80a1c68fd2ed08f7cbdfcbdaeead402650b5b10722e54e4a24193afc8a3c6f63d3d6d719974e7470557fb415bd
3187+
languageName: node
3188+
linkType: hard
3189+
3190+
"@swc/types@npm:^0.1.21":
3191+
version: 0.1.21
3192+
resolution: "@swc/types@npm:0.1.21"
3193+
dependencies:
3194+
"@swc/counter": ^0.1.3
3195+
checksum: 857621e50ec78407bfeaa92663be86fc9ee2c9c103ccffd7f48c55b6f3c67a82e270f6524c7974c2c608a2ed0fcf4f00c20f61c8d1fdfd2aa55b2c42a28223f1
30263196
languageName: node
30273197
linkType: hard
30283198

@@ -3101,6 +3271,15 @@ __metadata:
31013271
languageName: node
31023272
linkType: hard
31033273

3274+
"@tybys/wasm-util@npm:^0.9.0":
3275+
version: 0.9.0
3276+
resolution: "@tybys/wasm-util@npm:0.9.0"
3277+
dependencies:
3278+
tslib: ^2.4.0
3279+
checksum: 8d44c64e64e39c746e45b5dff7b534716f20e1f6e8fc206f8e4c8ac454ec0eb35b65646e446dd80745bc898db37a4eca549a936766d447c2158c9c43d44e7708
3280+
languageName: node
3281+
linkType: hard
3282+
31043283
"@types/aria-query@npm:^4.2.0":
31053284
version: 4.2.1
31063285
resolution: "@types/aria-query@npm:4.2.1"
@@ -4907,13 +5086,6 @@ __metadata:
49075086
languageName: node
49085087
linkType: hard
49095088

4910-
"colorette@npm:^2.0.19":
4911-
version: 2.0.19
4912-
resolution: "colorette@npm:2.0.19"
4913-
checksum: 888cf5493f781e5fcf54ce4d49e9d7d698f96ea2b2ef67906834bb319a392c667f9ec69f4a10e268d2946d13a9503d2d19b3abaaaf174e3451bfe91fb9d82427
4914-
languageName: node
4915-
linkType: hard
4916-
49175089
"colorette@npm:^2.0.20":
49185090
version: 2.0.20
49195091
resolution: "colorette@npm:2.0.20"
@@ -5347,6 +5519,18 @@ __metadata:
53475519
languageName: node
53485520
linkType: hard
53495521

5522+
"debug@npm:^4.3.5":
5523+
version: 4.4.0
5524+
resolution: "debug@npm:4.4.0"
5525+
dependencies:
5526+
ms: ^2.1.3
5527+
peerDependenciesMeta:
5528+
supports-color:
5529+
optional: true
5530+
checksum: fb42df878dd0e22816fc56e1fdca9da73caa85212fbe40c868b1295a6878f9101ae684f4eeef516c13acfc700f5ea07f1136954f43d4cd2d477a811144136479
5531+
languageName: node
5532+
linkType: hard
5533+
53505534
"decamelize-keys@npm:^1.1.0":
53515535
version: 1.1.0
53525536
resolution: "decamelize-keys@npm:1.1.0"
@@ -10357,6 +10541,54 @@ __metadata:
1035710541
languageName: node
1035810542
linkType: hard
1035910543

10544+
"oxc-resolver@npm:^5.0.0":
10545+
version: 5.2.0
10546+
resolution: "oxc-resolver@npm:5.2.0"
10547+
dependencies:
10548+
"@oxc-resolver/binding-darwin-arm64": 5.2.0
10549+
"@oxc-resolver/binding-darwin-x64": 5.2.0
10550+
"@oxc-resolver/binding-freebsd-x64": 5.2.0
10551+
"@oxc-resolver/binding-linux-arm-gnueabihf": 5.2.0
10552+
"@oxc-resolver/binding-linux-arm64-gnu": 5.2.0
10553+
"@oxc-resolver/binding-linux-arm64-musl": 5.2.0
10554+
"@oxc-resolver/binding-linux-riscv64-gnu": 5.2.0
10555+
"@oxc-resolver/binding-linux-s390x-gnu": 5.2.0
10556+
"@oxc-resolver/binding-linux-x64-gnu": 5.2.0
10557+
"@oxc-resolver/binding-linux-x64-musl": 5.2.0
10558+
"@oxc-resolver/binding-wasm32-wasi": 5.2.0
10559+
"@oxc-resolver/binding-win32-arm64-msvc": 5.2.0
10560+
"@oxc-resolver/binding-win32-x64-msvc": 5.2.0
10561+
dependenciesMeta:
10562+
"@oxc-resolver/binding-darwin-arm64":
10563+
optional: true
10564+
"@oxc-resolver/binding-darwin-x64":
10565+
optional: true
10566+
"@oxc-resolver/binding-freebsd-x64":
10567+
optional: true
10568+
"@oxc-resolver/binding-linux-arm-gnueabihf":
10569+
optional: true
10570+
"@oxc-resolver/binding-linux-arm64-gnu":
10571+
optional: true
10572+
"@oxc-resolver/binding-linux-arm64-musl":
10573+
optional: true
10574+
"@oxc-resolver/binding-linux-riscv64-gnu":
10575+
optional: true
10576+
"@oxc-resolver/binding-linux-s390x-gnu":
10577+
optional: true
10578+
"@oxc-resolver/binding-linux-x64-gnu":
10579+
optional: true
10580+
"@oxc-resolver/binding-linux-x64-musl":
10581+
optional: true
10582+
"@oxc-resolver/binding-wasm32-wasi":
10583+
optional: true
10584+
"@oxc-resolver/binding-win32-arm64-msvc":
10585+
optional: true
10586+
"@oxc-resolver/binding-win32-x64-msvc":
10587+
optional: true
10588+
checksum: 734ec4888b52cd1826bf577d5903bd92605f930a1702939073dbf101d9571d0d2a6030bd355cd6487464717da9d883f37ddea1e69b43fd9be84427537bdb743f
10589+
languageName: node
10590+
linkType: hard
10591+
1036010592
"p-limit@npm:^2.2.0":
1036110593
version: 2.3.0
1036210594
resolution: "p-limit@npm:2.3.0"
@@ -10581,13 +10813,20 @@ __metadata:
1058110813
languageName: node
1058210814
linkType: hard
1058310815

10584-
"pirates@npm:^4.0.4, pirates@npm:^4.0.5":
10816+
"pirates@npm:^4.0.4":
1058510817
version: 4.0.5
1058610818
resolution: "pirates@npm:4.0.5"
1058710819
checksum: c9994e61b85260bec6c4fc0307016340d9b0c4f4b6550a957afaaff0c9b1ad58fbbea5cfcf083860a25cb27a375442e2b0edf52e2e1e40e69934e08dcc52d227
1058810820
languageName: node
1058910821
linkType: hard
1059010822

10823+
"pirates@npm:^4.0.6":
10824+
version: 4.0.7
10825+
resolution: "pirates@npm:4.0.7"
10826+
checksum: 3dcbaff13c8b5bc158416feb6dc9e49e3c6be5fddc1ea078a05a73ef6b85d79324bbb1ef59b954cdeff000dbf000c1d39f32dc69310c7b78fbada5171b583e40
10827+
languageName: node
10828+
linkType: hard
10829+
1059110830
"pkg-dir@npm:^4.2.0":
1059210831
version: 4.2.0
1059310832
resolution: "pkg-dir@npm:4.2.0"
@@ -12312,13 +12551,20 @@ __metadata:
1231212551
languageName: node
1231312552
linkType: hard
1231412553

12315-
"tslib@npm:^2.1.0, tslib@npm:^2.4.0, tslib@npm:^2.4.1":
12554+
"tslib@npm:^2.1.0, tslib@npm:^2.4.0":
1231612555
version: 2.4.1
1231712556
resolution: "tslib@npm:2.4.1"
1231812557
checksum: 19480d6e0313292bd6505d4efe096a6b31c70e21cf08b5febf4da62e95c265c8f571f7b36fcc3d1a17e068032f59c269fab3459d6cd3ed6949eafecf64315fca
1231912558
languageName: node
1232012559
linkType: hard
1232112560

12561+
"tslib@npm:^2.6.3":
12562+
version: 2.8.1
12563+
resolution: "tslib@npm:2.8.1"
12564+
checksum: e4aba30e632b8c8902b47587fd13345e2827fa639e7c3121074d5ee0880723282411a8838f830b55100cbe4517672f84a2472667d355b81e8af165a55dc6203a
12565+
languageName: node
12566+
linkType: hard
12567+
1232212568
"tslib@npm:^2.8.0":
1232312569
version: 2.8.0
1232412570
resolution: "tslib@npm:2.8.0"

0 commit comments

Comments
 (0)
Please sign in to comment.