|
692 | 692 | js-tokens "^4.0.0" |
693 | 693 | picocolors "^1.1.1" |
694 | 694 |
|
| 695 | +"@babel/code-frame@^7.29.0": |
| 696 | + version "7.29.0" |
| 697 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c" |
| 698 | + integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw== |
| 699 | + dependencies: |
| 700 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 701 | + js-tokens "^4.0.0" |
| 702 | + picocolors "^1.1.1" |
| 703 | + |
695 | 704 | "@babel/compat-data@^7.27.2": |
696 | 705 | version "7.28.0" |
697 | 706 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790" |
|
817 | 826 | "@jridgewell/trace-mapping" "^0.3.28" |
818 | 827 | jsesc "^3.0.2" |
819 | 828 |
|
| 829 | +"@babel/generator@^7.29.0": |
| 830 | + version "7.29.1" |
| 831 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.1.tgz#d09876290111abbb00ef962a7b83a5307fba0d50" |
| 832 | + integrity sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw== |
| 833 | + dependencies: |
| 834 | + "@babel/parser" "^7.29.0" |
| 835 | + "@babel/types" "^7.29.0" |
| 836 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 837 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 838 | + jsesc "^3.0.2" |
| 839 | + |
820 | 840 | "@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3": |
821 | 841 | version "7.27.3" |
822 | 842 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5" |
|
1046 | 1066 | dependencies: |
1047 | 1067 | "@babel/types" "^7.28.6" |
1048 | 1068 |
|
| 1069 | +"@babel/parser@^7.29.0", "@babel/parser@~7.29.0": |
| 1070 | + version "7.29.0" |
| 1071 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.0.tgz#669ef345add7d057e92b7ed15f0bac07611831b6" |
| 1072 | + integrity sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww== |
| 1073 | + dependencies: |
| 1074 | + "@babel/types" "^7.29.0" |
| 1075 | + |
1049 | 1076 | "@babel/plugin-syntax-decorators@7.27.1": |
1050 | 1077 | version "7.27.1" |
1051 | 1078 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz#ee7dd9590aeebc05f9d4c8c0560007b05979a63d" |
|
1230 | 1257 | "@babel/types" "^7.28.6" |
1231 | 1258 | debug "^4.3.1" |
1232 | 1259 |
|
| 1260 | +"@babel/traverse@~7.29.0": |
| 1261 | + version "7.29.0" |
| 1262 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a" |
| 1263 | + integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA== |
| 1264 | + dependencies: |
| 1265 | + "@babel/code-frame" "^7.29.0" |
| 1266 | + "@babel/generator" "^7.29.0" |
| 1267 | + "@babel/helper-globals" "^7.28.0" |
| 1268 | + "@babel/parser" "^7.29.0" |
| 1269 | + "@babel/template" "^7.28.6" |
| 1270 | + "@babel/types" "^7.29.0" |
| 1271 | + debug "^4.3.1" |
| 1272 | + |
1233 | 1273 | "@babel/types@7.28.5", "@babel/types@^7.22.10", "@babel/types@^7.26.10", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.28.5", "@babel/types@^7.9.0", "@babel/types@~7.28.5": |
1234 | 1274 | version "7.28.5" |
1235 | 1275 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b" |
|
1246 | 1286 | "@babel/helper-string-parser" "^7.27.1" |
1247 | 1287 | "@babel/helper-validator-identifier" "^7.28.5" |
1248 | 1288 |
|
| 1289 | +"@babel/types@^7.29.0", "@babel/types@~7.29.0": |
| 1290 | + version "7.29.0" |
| 1291 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7" |
| 1292 | + integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A== |
| 1293 | + dependencies: |
| 1294 | + "@babel/helper-string-parser" "^7.27.1" |
| 1295 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 1296 | + |
1249 | 1297 | "@commitlint/cli@^17.1.2": |
1250 | 1298 | version "17.8.1" |
1251 | 1299 | resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.8.1.tgz#10492114a022c91dcfb1d84dac773abb3db76d33" |
|
2202 | 2250 | "@babel/parser" "^7.9.0" |
2203 | 2251 | "@babel/types" "^7.9.0" |
2204 | 2252 |
|
| 2253 | +"@komaci/common-shared@^262.14.0": |
| 2254 | + version "262.22.0" |
| 2255 | + resolved "https://registry.yarnpkg.com/@komaci/common-shared/-/common-shared-262.22.0.tgz#005a2e855df3dae1a4c28edc3f11eb6db670124b" |
| 2256 | + integrity sha512-6dA9u6uDAqPv8bs2MKoU+mETlqHB+AwSauCoS+yN7TGDSWiU7eTIbZ22NRVMjxtrJnjoMqZ08bgVvDB2HzXhjw== |
| 2257 | + dependencies: |
| 2258 | + "@babel/core" "^7.9.0" |
| 2259 | + "@babel/generator" "^7.9.0" |
| 2260 | + "@babel/parser" "^7.9.0" |
| 2261 | + "@babel/types" "^7.9.0" |
| 2262 | + |
2205 | 2263 | "@komaci/esm-generator@260.31.0": |
2206 | 2264 | version "260.31.0" |
2207 | 2265 | resolved "https://registry.yarnpkg.com/@komaci/esm-generator/-/esm-generator-260.31.0.tgz#bbebbaa5b0ee41f387d9a09899125d149fe81d30" |
|
2224 | 2282 | "@komaci/common-shared" "^260.32.0" |
2225 | 2283 | "@komaci/static-analyzer" "^260.32.0" |
2226 | 2284 |
|
| 2285 | +"@komaci/esm-generator@262.21.0": |
| 2286 | + version "262.21.0" |
| 2287 | + resolved "https://registry.yarnpkg.com/@komaci/esm-generator/-/esm-generator-262.21.0.tgz#9c132faaf1594dfc2232bc1602211378b56df03d" |
| 2288 | + integrity sha512-caGe6QYMx9tQMhdpqiEvEBMOpkRn40VlbONuZ8BYkCor/sqBYfd0oun8gOanC1g8738RZrTW3aLrTs5J93KjmQ== |
| 2289 | + dependencies: |
| 2290 | + "@babel/core" "^7.9.0" |
| 2291 | + "@babel/generator" "^7.9.0" |
| 2292 | + "@babel/types" "^7.9.0" |
| 2293 | + "@komaci/common-shared" "^262.14.0" |
| 2294 | + "@komaci/static-analyzer" "^262.14.0" |
| 2295 | + |
2227 | 2296 | "@komaci/static-analyzer@258.0.0": |
2228 | 2297 | version "258.0.0" |
2229 | 2298 | resolved "https://registry.yarnpkg.com/@komaci/static-analyzer/-/static-analyzer-258.0.0.tgz#133102c13a062b3ddd09e15ccb2e601e1b7feb8f" |
|
2240 | 2309 | "@babel/types" "^7.9.0" |
2241 | 2310 | "@komaci/common-shared" "^260.32.0" |
2242 | 2311 |
|
| 2312 | +"@komaci/static-analyzer@^262.14.0": |
| 2313 | + version "262.22.0" |
| 2314 | + resolved "https://registry.yarnpkg.com/@komaci/static-analyzer/-/static-analyzer-262.22.0.tgz#08e956580109a60371166941ffc212e7e10daaf4" |
| 2315 | + integrity sha512-lCGs/o6b1euG/Fi8REU6FQnX4SNYRrm7Rr+35nXZ7wGgJuvq8/pD/FrO8wLdsONvJDMYwr50Mc57KzUvwAeLrw== |
| 2316 | + dependencies: |
| 2317 | + "@babel/types" "^7.9.0" |
| 2318 | + "@komaci/common-shared" "^262.14.0" |
| 2319 | + |
2243 | 2320 | "@locker/babel-plugin-transform-unforgeables@0.22.0": |
2244 | 2321 | version "0.22.0" |
2245 | 2322 | resolved "https://registry.yarnpkg.com/@locker/babel-plugin-transform-unforgeables/-/babel-plugin-transform-unforgeables-0.22.0.tgz#27de0be3c71eb994447c68e73a4607f229438948" |
|
2424 | 2501 | dependencies: |
2425 | 2502 | magic-string "~0.30.21" |
2426 | 2503 |
|
| 2504 | +"@lwc/dev-server-plugin-lex@13.3.30": |
| 2505 | + version "13.3.30" |
| 2506 | + resolved "https://registry.yarnpkg.com/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.3.30.tgz#4fd4e79b5a7e735e30f21f2ca6e906ddcf168233" |
| 2507 | + integrity sha512-hdPaIxZFffjw1NHtSG+9FCPMCWoTWGX3dpNDdH219yD3ydZeACaqRvkI7QchNh7w5xAFk17mp8vyH2C/WlxA7g== |
| 2508 | + dependencies: |
| 2509 | + magic-string "~0.30.21" |
| 2510 | + |
2427 | 2511 | "@lwc/engine-core@8.28.2": |
2428 | 2512 | version "8.28.2" |
2429 | 2513 | resolved "https://registry.yarnpkg.com/@lwc/engine-core/-/engine-core-8.28.2.tgz#3a94799da59e7244e2a3455ba548263b2c45de51" |
|
2491 | 2575 | resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.3.19.tgz#873e1c9e46124f99a02d595a47e3e38c126f9f62" |
2492 | 2576 | integrity sha512-a/jdnywF3c1qWLiEULow3WlWN1ybiEoV2eYPqAKl8az9gWssh2je2cx8ArEEh6xOManZM1ZZ7Wl+LpSzRHsAZQ== |
2493 | 2577 |
|
| 2578 | +"@lwc/lwc-dev-server-types@13.3.30": |
| 2579 | + version "13.3.30" |
| 2580 | + resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.3.30.tgz#9ac71dc6b2fc9555626adf14352d52ede14eaa74" |
| 2581 | + integrity sha512-OgnBo5VQUpiUwQAU/iPzaH7cPuNR+sheIpXLEfdKHsd0oXmZf/SrTb5e24JnlemP33AMbq06CvIfv/cTlawp5g== |
| 2582 | + |
2494 | 2583 | "@lwc/lwc-dev-server@13.2.24-alpha.0+62759db": |
2495 | 2584 | version "13.2.24-alpha.0" |
2496 | 2585 | resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server/-/lwc-dev-server-13.2.24-alpha.0.tgz#bbf2ce6bce89ea7411e0b8c103d4e5e97d00d728" |
|
2519 | 2608 | glob "^11.0.3" |
2520 | 2609 | ws "^8.18.3" |
2521 | 2610 |
|
| 2611 | +"@lwc/lwc-dev-server@13.3.30": |
| 2612 | + version "13.3.30" |
| 2613 | + resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server/-/lwc-dev-server-13.3.30.tgz#6462de33054406fdd51c49903136767907fd3085" |
| 2614 | + integrity sha512-o/rvnjKpxEii9iuIRP/ARvoBwTDpjs0pG1gPm4IPFG6qaaFfxwVyJcGBPeE4CfZsVzSPZOjvyx/4qe1PV2pGLg== |
| 2615 | + dependencies: |
| 2616 | + "@lwc/lwc-dev-server-types" "13.3.30" |
| 2617 | + "@lwc/sfdc-lwc-compiler" "13.3.30" |
| 2618 | + chalk "~5.6.2" |
| 2619 | + chokidar "~3.6.0" |
| 2620 | + commander "~14.0.2" |
| 2621 | + fast-xml-parser "^5.3.0" |
| 2622 | + glob "^11.0.3" |
| 2623 | + ws "^8.18.3" |
| 2624 | + |
2522 | 2625 | "@lwc/metadata@13.2.24-alpha.0+62759db": |
2523 | 2626 | version "13.2.24-alpha.0" |
2524 | 2627 | resolved "https://registry.yarnpkg.com/@lwc/metadata/-/metadata-13.2.24-alpha.0.tgz#61d65b09ef5b50eabaa53f43c58fef441811329e" |
|
2545 | 2648 | postcss-selector-parser "~7.1.0" |
2546 | 2649 | postcss-value-parser "~4.2.0" |
2547 | 2650 |
|
| 2651 | +"@lwc/metadata@13.3.30": |
| 2652 | + version "13.3.30" |
| 2653 | + resolved "https://registry.yarnpkg.com/@lwc/metadata/-/metadata-13.3.30.tgz#58e7e081e8a651dfb56a97ee95e8426fd93f34c6" |
| 2654 | + integrity sha512-YSaW6ezVuN9wkqff3AhAs6sUFzVMgrzIBjgbmBfjZG1xfVpuROTXgj8q+Tpu71TLxeowDsDR9sXO2xTqkB3BVw== |
| 2655 | + dependencies: |
| 2656 | + "@babel/parser" "~7.29.0" |
| 2657 | + "@babel/traverse" "~7.29.0" |
| 2658 | + "@babel/types" "~7.29.0" |
| 2659 | + "@lwc/sfdc-compiler-utils" "13.3.30" |
| 2660 | + postcss "~8.5.6" |
| 2661 | + postcss-selector-parser "~7.1.0" |
| 2662 | + postcss-value-parser "~4.2.0" |
| 2663 | + |
2548 | 2664 | "@lwc/module-resolver@8.28.2": |
2549 | 2665 | version "8.28.2" |
2550 | 2666 | resolved "https://registry.yarnpkg.com/@lwc/module-resolver/-/module-resolver-8.28.2.tgz#16ea49bc11a8f8f3cfebc2ea7a1dfb5c62bfe701" |
|
2572 | 2688 | resolved "https://registry.yarnpkg.com/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.3.19.tgz#05cf8d087f0888e6ea0d0a3ef6a516794d60e09c" |
2573 | 2689 | integrity sha512-uZrQeBnAU8s8hoJjN7FYVswebSYx2SLYWiOcJMfjaTZ8sBbLIh00ITN4IqX9XDlaBPhVCn1AHFK6cbrtlntOEg== |
2574 | 2690 |
|
| 2691 | +"@lwc/sfdc-compiler-utils@13.3.30": |
| 2692 | + version "13.3.30" |
| 2693 | + resolved "https://registry.yarnpkg.com/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.3.30.tgz#e81b70659a3680c18a7ae908cad0e757406e36c1" |
| 2694 | + integrity sha512-s7L2HmX3Y7UFBsMT/H/51z2vMgnOp+zTSqf0/Sc1fOEThJCZ+APMueT7vEtUZPeWzuVZSw+DetpPJ6RwPePu9w== |
| 2695 | + |
2575 | 2696 | "@lwc/sfdc-lwc-compiler@13.2.24-alpha.0+62759db": |
2576 | 2697 | version "13.2.24-alpha.0" |
2577 | 2698 | resolved "https://registry.yarnpkg.com/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.2.24-alpha.0.tgz#f3af8305dc3c3cc540a947f8f1f0d2c7722c0a44" |
|
2645 | 2766 | postcss-selector-parser "~7.1.0" |
2646 | 2767 | terser "~5.44.0" |
2647 | 2768 |
|
| 2769 | +"@lwc/sfdc-lwc-compiler@13.3.30": |
| 2770 | + version "13.3.30" |
| 2771 | + resolved "https://registry.yarnpkg.com/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.3.30.tgz#17e75770e702e85365d32e8677e4fddd592a0c1f" |
| 2772 | + integrity sha512-GUl7S6zBXULbbAz+IGSOftY8TFgJ8pknFkmZR1pgTfjkIUt4YRLEI2Jy2Dn9rhLOUwjZ3lfxKgcy46ME3l6/7Q== |
| 2773 | + dependencies: |
| 2774 | + "@babel/core" "7.28.5" |
| 2775 | + "@babel/parser" "7.28.5" |
| 2776 | + "@babel/plugin-syntax-decorators" "7.27.1" |
| 2777 | + "@babel/preset-typescript" "7.28.5" |
| 2778 | + "@babel/traverse" "7.28.5" |
| 2779 | + "@babel/types" "7.28.5" |
| 2780 | + "@komaci/esm-generator" "262.21.0" |
| 2781 | + "@lwc/dev-server-plugin-lex" "13.3.30" |
| 2782 | + "@lwc/eslint-plugin-lwc" "3.3.0" |
| 2783 | + "@lwc/eslint-plugin-lwc-platform" "6.3.0" |
| 2784 | + "@lwc/metadata" "13.3.30" |
| 2785 | + "@lwc/sfdc-compiler-utils" "13.3.30" |
| 2786 | + "@rollup/plugin-babel" "^6.1.0" |
| 2787 | + "@rollup/plugin-replace" "^6.0.3" |
| 2788 | + "@rollup/wasm-node" "4.52.5" |
| 2789 | + "@salesforce/eslint-config-lwc" "4.1.1" |
| 2790 | + "@salesforce/eslint-plugin-lightning" "2.0.0" |
| 2791 | + "@swc/wasm" "1.14.0" |
| 2792 | + astring "~1.9.0" |
| 2793 | + doctrine "~3.0.0" |
| 2794 | + eslint "~9.39.1" |
| 2795 | + eslint-plugin-import "~2.32.0" |
| 2796 | + gray-matter "~4.0.3" |
| 2797 | + line-column "~1.0.2" |
| 2798 | + magic-string "~0.30.21" |
| 2799 | + markdown-it "~14.1.0" |
| 2800 | + meriyah "^5.0.0" |
| 2801 | + parse5-sax-parser "~8.0.0" |
| 2802 | + postcss "~8.5.6" |
| 2803 | + postcss-selector-parser "~7.1.0" |
| 2804 | + terser "~5.44.0" |
| 2805 | + |
2648 | 2806 | "@lwc/sfdx-local-dev-dist-66.0@npm:@lwc/sfdx-local-dev-dist@~13.2.24-alpha.0": |
2649 | 2807 | version "13.2.24-alpha.0" |
2650 | 2808 | resolved "https://registry.yarnpkg.com/@lwc/sfdx-local-dev-dist/-/sfdx-local-dev-dist-13.2.24-alpha.0.tgz#dac216463bed7fd9e8ce005e3b0d1de2055b02e4" |
|
2667 | 2825 | "@lwc/sfdc-lwc-compiler" "13.3.19" |
2668 | 2826 | "@lwc/template-compiler" "8.27.0" |
2669 | 2827 |
|
2670 | | -"@lwc/sfdx-local-dev-dist@~13.3.19": |
2671 | | - version "13.3.19" |
2672 | | - resolved "https://registry.yarnpkg.com/@lwc/sfdx-local-dev-dist/-/sfdx-local-dev-dist-13.3.19.tgz#311242ea1166a590ec0ec8d96102f3e624204a6f" |
2673 | | - integrity sha512-CwCG0SMfZmTSDyjqHHALpvjINUIFfHIs9MJUf/3XlPmQBDIt9in7iOPpxxmO5sSyZivuPA6VBPJKbwJ3gag5Mw== |
| 2828 | +"@lwc/sfdx-local-dev-dist@~13.3.30": |
| 2829 | + version "13.3.30" |
| 2830 | + resolved "https://registry.yarnpkg.com/@lwc/sfdx-local-dev-dist/-/sfdx-local-dev-dist-13.3.30.tgz#5deddb8ee5abbdf5440bd3d915dec94078736bda" |
| 2831 | + integrity sha512-nHuHQcpChO6iRGwZ2OxwfSanulyu+pr8rbszlyzK6b0XrBTiSYaoB18xFzLvqZcNiGqaESVtEgv/3NZ8OzNVCA== |
2674 | 2832 | dependencies: |
2675 | 2833 | "@lwc/compiler" "8.27.0" |
2676 | 2834 | "@lwc/errors" "8.27.0" |
2677 | | - "@lwc/lwc-dev-server" "13.3.19" |
2678 | | - "@lwc/sfdc-lwc-compiler" "13.3.19" |
| 2835 | + "@lwc/lwc-dev-server" "13.3.30" |
| 2836 | + "@lwc/sfdc-lwc-compiler" "13.3.30" |
2679 | 2837 | "@lwc/template-compiler" "8.27.0" |
2680 | 2838 |
|
2681 | 2839 | "@lwc/shared@8.25.1": |
|
0 commit comments