@salesforce/cli 2.45.2 → 2.45.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,47 +1,47 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.45.2",
3
+ "version": "2.45.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.45.2",
9
+ "version": "2.45.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^1.3.1",
14
14
  "@oclif/core": "3.26.6",
15
- "@oclif/plugin-autocomplete": "3.0.18",
15
+ "@oclif/plugin-autocomplete": "3.1.1",
16
16
  "@oclif/plugin-commands": "3.3.4",
17
- "@oclif/plugin-help": "6.0.22",
18
- "@oclif/plugin-not-found": "3.1.10",
19
- "@oclif/plugin-plugins": "5.1.3",
20
- "@oclif/plugin-search": "1.0.24",
21
- "@oclif/plugin-update": "4.2.14",
22
- "@oclif/plugin-version": "2.1.2",
23
- "@oclif/plugin-warn-if-update-available": "3.0.19",
24
- "@oclif/plugin-which": "3.1.10",
17
+ "@oclif/plugin-help": "6.1.0",
18
+ "@oclif/plugin-not-found": "3.2.1",
19
+ "@oclif/plugin-plugins": "5.2.1",
20
+ "@oclif/plugin-search": "1.1.0",
21
+ "@oclif/plugin-update": "4.3.2",
22
+ "@oclif/plugin-version": "2.2.0",
23
+ "@oclif/plugin-warn-if-update-available": "3.1.1",
24
+ "@oclif/plugin-which": "3.2.0",
25
25
  "@salesforce/core": "^7.2.0",
26
26
  "@salesforce/kit": "^3.1.0",
27
- "@salesforce/plugin-apex": "3.1.13",
28
- "@salesforce/plugin-auth": "3.6.16",
27
+ "@salesforce/plugin-apex": "3.1.14",
28
+ "@salesforce/plugin-auth": "3.6.17",
29
29
  "@salesforce/plugin-data": "3.4.3",
30
- "@salesforce/plugin-deploy-retrieve": "3.8.2",
31
- "@salesforce/plugin-info": "3.3.3",
32
- "@salesforce/plugin-limits": "3.3.9",
33
- "@salesforce/plugin-marketplace": "1.2.8",
34
- "@salesforce/plugin-org": "4.1.16",
30
+ "@salesforce/plugin-deploy-retrieve": "3.8.4",
31
+ "@salesforce/plugin-info": "3.3.4",
32
+ "@salesforce/plugin-limits": "3.3.10",
33
+ "@salesforce/plugin-marketplace": "1.2.9",
34
+ "@salesforce/plugin-org": "4.1.18",
35
35
  "@salesforce/plugin-packaging": "2.4.5",
36
- "@salesforce/plugin-schema": "3.3.9",
36
+ "@salesforce/plugin-schema": "3.3.10",
37
37
  "@salesforce/plugin-settings": "2.2.7",
38
- "@salesforce/plugin-sobject": "1.4.6",
39
- "@salesforce/plugin-source": "3.3.18",
40
- "@salesforce/plugin-telemetry": "3.3.11",
38
+ "@salesforce/plugin-sobject": "1.4.7",
39
+ "@salesforce/plugin-source": "3.3.21",
40
+ "@salesforce/plugin-telemetry": "3.3.12",
41
41
  "@salesforce/plugin-templates": "56.2.9",
42
- "@salesforce/plugin-trust": "3.7.3",
42
+ "@salesforce/plugin-trust": "3.7.4",
43
43
  "@salesforce/plugin-user": "3.5.11",
44
- "@salesforce/sf-plugins-core": "9.1.0",
44
+ "@salesforce/sf-plugins-core": "9.1.1",
45
45
  "chalk": "^5.3.0",
46
46
  "debug": "^4.3.4",
47
47
  "strip-ansi": "^7.1.0"
@@ -2697,19 +2697,19 @@
2697
2697
  }
2698
2698
  },
2699
2699
  "node_modules/@inquirer/checkbox": {
2700
- "version": "1.5.2",
2701
- "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-1.5.2.tgz",
2702
- "integrity": "sha512-CifrkgQjDkUkWexmgYYNyB5603HhTHI91vLFeQXh6qrTKiCMVASol01Rs1cv6LP/A2WccZSRlJKZhbaBIs/9ZA==",
2700
+ "version": "2.3.5",
2701
+ "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.3.5.tgz",
2702
+ "integrity": "sha512-3V0OSykTkE/38GG1DhxRGLBmqefgzRg2EK5A375zz+XEvIWfAHcac31e+zlBDPypRHxhmXc/Oh6v9eOPbH3nAg==",
2703
2703
  "license": "MIT",
2704
2704
  "dependencies": {
2705
- "@inquirer/core": "^6.0.0",
2706
- "@inquirer/type": "^1.1.6",
2705
+ "@inquirer/core": "^8.2.2",
2706
+ "@inquirer/figures": "^1.0.3",
2707
+ "@inquirer/type": "^1.3.3",
2707
2708
  "ansi-escapes": "^4.3.2",
2708
- "chalk": "^4.1.2",
2709
- "figures": "^3.2.0"
2709
+ "chalk": "^4.1.2"
2710
2710
  },
2711
2711
  "engines": {
2712
- "node": ">=14.18.0"
2712
+ "node": ">=18"
2713
2713
  }
2714
2714
  },
2715
2715
  "node_modules/@inquirer/checkbox/node_modules/chalk": {
@@ -2729,28 +2729,28 @@
2729
2729
  }
2730
2730
  },
2731
2731
  "node_modules/@inquirer/confirm": {
2732
- "version": "3.1.8",
2733
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.8.tgz",
2734
- "integrity": "sha512-f3INZ+ca4dQdn+MQiq1yP/mOIR/Oc8BLRYuDh6ciToWd6z4W8yArfzjBCMQ0BPY8PcJKwZxGIt8Z6yNT32eSTw==",
2732
+ "version": "3.1.9",
2733
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.9.tgz",
2734
+ "integrity": "sha512-UF09aejxCi4Xqm6N/jJAiFXArXfi9al52AFaSD+2uIHnhZGtd1d6lIGTRMPouVSJxbGEi+HkOWSYaiEY/+szUw==",
2735
2735
  "license": "MIT",
2736
2736
  "dependencies": {
2737
- "@inquirer/core": "^8.2.1",
2738
- "@inquirer/type": "^1.3.2"
2737
+ "@inquirer/core": "^8.2.2",
2738
+ "@inquirer/type": "^1.3.3"
2739
2739
  },
2740
2740
  "engines": {
2741
2741
  "node": ">=18"
2742
2742
  }
2743
2743
  },
2744
- "node_modules/@inquirer/confirm/node_modules/@inquirer/core": {
2745
- "version": "8.2.1",
2746
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.2.1.tgz",
2747
- "integrity": "sha512-TIcuQMn2qrtyYe0j136UpHeYpk7AcR/trKeT/7YY0vRgcS9YSfJuQ2+PudPhSofLLsHNnRYAHScQCcVZrJkMqA==",
2744
+ "node_modules/@inquirer/core": {
2745
+ "version": "8.2.2",
2746
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.2.2.tgz",
2747
+ "integrity": "sha512-K8SuNX45jEFlX3EBJpu9B+S2TISzMPGXZIuJ9ME924SqbdW6Pt6fIkKvXg7mOEOKJ4WxpQsxj0UTfcL/A434Ww==",
2748
2748
  "license": "MIT",
2749
2749
  "dependencies": {
2750
- "@inquirer/figures": "^1.0.2",
2751
- "@inquirer/type": "^1.3.2",
2750
+ "@inquirer/figures": "^1.0.3",
2751
+ "@inquirer/type": "^1.3.3",
2752
2752
  "@types/mute-stream": "^0.0.4",
2753
- "@types/node": "^20.12.12",
2753
+ "@types/node": "^20.12.13",
2754
2754
  "@types/wrap-ansi": "^3.0.0",
2755
2755
  "ansi-escapes": "^4.3.2",
2756
2756
  "chalk": "^4.1.2",
@@ -2765,7 +2765,7 @@
2765
2765
  "node": ">=18"
2766
2766
  }
2767
2767
  },
2768
- "node_modules/@inquirer/confirm/node_modules/chalk": {
2768
+ "node_modules/@inquirer/core/node_modules/chalk": {
2769
2769
  "version": "4.1.2",
2770
2770
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2771
2771
  "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
@@ -2781,7 +2781,7 @@
2781
2781
  "url": "https://github.com/chalk/chalk?sponsor=1"
2782
2782
  }
2783
2783
  },
2784
- "node_modules/@inquirer/confirm/node_modules/signal-exit": {
2784
+ "node_modules/@inquirer/core/node_modules/signal-exit": {
2785
2785
  "version": "4.1.0",
2786
2786
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
2787
2787
  "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
@@ -2793,7 +2793,7 @@
2793
2793
  "url": "https://github.com/sponsors/isaacs"
2794
2794
  }
2795
2795
  },
2796
- "node_modules/@inquirer/confirm/node_modules/strip-ansi": {
2796
+ "node_modules/@inquirer/core/node_modules/strip-ansi": {
2797
2797
  "version": "6.0.1",
2798
2798
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2799
2799
  "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
@@ -2805,127 +2805,84 @@
2805
2805
  "node": ">=8"
2806
2806
  }
2807
2807
  },
2808
- "node_modules/@inquirer/core": {
2809
- "version": "6.0.0",
2810
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-6.0.0.tgz",
2811
- "integrity": "sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==",
2808
+ "node_modules/@inquirer/figures": {
2809
+ "version": "1.0.3",
2810
+ "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.3.tgz",
2811
+ "integrity": "sha512-ErXXzENMH5pJt5/ssXV0DfWUZqly8nGzf0UcBV9xTnP+KyffE2mqyxIMBrZ8ijQck2nU0TQm40EQB53YreyWHw==",
2812
2812
  "license": "MIT",
2813
- "dependencies": {
2814
- "@inquirer/type": "^1.1.6",
2815
- "@types/mute-stream": "^0.0.4",
2816
- "@types/node": "^20.10.7",
2817
- "@types/wrap-ansi": "^3.0.0",
2818
- "ansi-escapes": "^4.3.2",
2819
- "chalk": "^4.1.2",
2820
- "cli-spinners": "^2.9.2",
2821
- "cli-width": "^4.1.0",
2822
- "figures": "^3.2.0",
2823
- "mute-stream": "^1.0.0",
2824
- "run-async": "^3.0.0",
2825
- "signal-exit": "^4.1.0",
2826
- "strip-ansi": "^6.0.1",
2827
- "wrap-ansi": "^6.2.0"
2828
- },
2829
2813
  "engines": {
2830
- "node": ">=14.18.0"
2814
+ "node": ">=18"
2831
2815
  }
2832
2816
  },
2833
- "node_modules/@inquirer/core/node_modules/chalk": {
2834
- "version": "4.1.2",
2835
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2836
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2817
+ "node_modules/@inquirer/input": {
2818
+ "version": "2.1.9",
2819
+ "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.9.tgz",
2820
+ "integrity": "sha512-1xTCHmIe48x9CG1+8glAHrVVdH+QfYhzgBUbgyoVpp5NovnXgRcjSn/SNulepxf9Ol8HDq3gzw3ZCAUr+h1Eyg==",
2837
2821
  "license": "MIT",
2838
2822
  "dependencies": {
2839
- "ansi-styles": "^4.1.0",
2840
- "supports-color": "^7.1.0"
2823
+ "@inquirer/core": "^8.2.2",
2824
+ "@inquirer/type": "^1.3.3"
2841
2825
  },
2842
2826
  "engines": {
2843
- "node": ">=10"
2844
- },
2845
- "funding": {
2846
- "url": "https://github.com/chalk/chalk?sponsor=1"
2847
- }
2848
- },
2849
- "node_modules/@inquirer/core/node_modules/run-async": {
2850
- "version": "3.0.0",
2851
- "resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
2852
- "integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
2853
- "license": "MIT",
2854
- "engines": {
2855
- "node": ">=0.12.0"
2856
- }
2857
- },
2858
- "node_modules/@inquirer/core/node_modules/signal-exit": {
2859
- "version": "4.1.0",
2860
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
2861
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
2862
- "license": "ISC",
2863
- "engines": {
2864
- "node": ">=14"
2865
- },
2866
- "funding": {
2867
- "url": "https://github.com/sponsors/isaacs"
2827
+ "node": ">=18"
2868
2828
  }
2869
2829
  },
2870
- "node_modules/@inquirer/core/node_modules/strip-ansi": {
2871
- "version": "6.0.1",
2872
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2873
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2830
+ "node_modules/@inquirer/password": {
2831
+ "version": "2.1.9",
2832
+ "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.1.9.tgz",
2833
+ "integrity": "sha512-QPtVcT12Fkn0TyuZJelR7QOtc5l1d/6pB5EfkHOivTzC6QTFxRCHl+Gx7Q3E2U/kgJeCCmDov6itDFggk9nkgA==",
2874
2834
  "license": "MIT",
2875
2835
  "dependencies": {
2876
- "ansi-regex": "^5.0.1"
2836
+ "@inquirer/core": "^8.2.2",
2837
+ "@inquirer/type": "^1.3.3",
2838
+ "ansi-escapes": "^4.3.2"
2877
2839
  },
2878
- "engines": {
2879
- "node": ">=8"
2880
- }
2881
- },
2882
- "node_modules/@inquirer/figures": {
2883
- "version": "1.0.2",
2884
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.2.tgz",
2885
- "integrity": "sha512-4F1MBwVr3c/m4bAUef6LgkvBfSjzwH+OfldgHqcuacWwSUetFebM2wi58WfG9uk1rR98U6GwLed4asLJbwdV5w==",
2886
- "license": "MIT",
2887
2840
  "engines": {
2888
2841
  "node": ">=18"
2889
2842
  }
2890
2843
  },
2891
- "node_modules/@inquirer/input": {
2892
- "version": "2.1.8",
2893
- "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.8.tgz",
2894
- "integrity": "sha512-W1hsmUArJRGI8kL8+Kl+9wgnm02xPbpKtSIlwoHtRfIn8f/b/9spfNuTWolCVDHh3ZA4LS+Et71d1P6UpdD20A==",
2844
+ "node_modules/@inquirer/select": {
2845
+ "version": "1.3.3",
2846
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-1.3.3.tgz",
2847
+ "integrity": "sha512-RzlRISXWqIKEf83FDC9ZtJ3JvuK1l7aGpretf41BCWYrvla2wU8W8MTRNMiPrPJ+1SIqrRC1nZdZ60hD9hRXLg==",
2895
2848
  "license": "MIT",
2896
2849
  "dependencies": {
2897
- "@inquirer/core": "^8.2.1",
2898
- "@inquirer/type": "^1.3.2"
2850
+ "@inquirer/core": "^6.0.0",
2851
+ "@inquirer/type": "^1.1.6",
2852
+ "ansi-escapes": "^4.3.2",
2853
+ "chalk": "^4.1.2",
2854
+ "figures": "^3.2.0"
2899
2855
  },
2900
2856
  "engines": {
2901
- "node": ">=18"
2857
+ "node": ">=14.18.0"
2902
2858
  }
2903
2859
  },
2904
- "node_modules/@inquirer/input/node_modules/@inquirer/core": {
2905
- "version": "8.2.1",
2906
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.2.1.tgz",
2907
- "integrity": "sha512-TIcuQMn2qrtyYe0j136UpHeYpk7AcR/trKeT/7YY0vRgcS9YSfJuQ2+PudPhSofLLsHNnRYAHScQCcVZrJkMqA==",
2860
+ "node_modules/@inquirer/select/node_modules/@inquirer/core": {
2861
+ "version": "6.0.0",
2862
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-6.0.0.tgz",
2863
+ "integrity": "sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==",
2908
2864
  "license": "MIT",
2909
2865
  "dependencies": {
2910
- "@inquirer/figures": "^1.0.2",
2911
- "@inquirer/type": "^1.3.2",
2866
+ "@inquirer/type": "^1.1.6",
2912
2867
  "@types/mute-stream": "^0.0.4",
2913
- "@types/node": "^20.12.12",
2868
+ "@types/node": "^20.10.7",
2914
2869
  "@types/wrap-ansi": "^3.0.0",
2915
2870
  "ansi-escapes": "^4.3.2",
2916
2871
  "chalk": "^4.1.2",
2917
2872
  "cli-spinners": "^2.9.2",
2918
2873
  "cli-width": "^4.1.0",
2874
+ "figures": "^3.2.0",
2919
2875
  "mute-stream": "^1.0.0",
2876
+ "run-async": "^3.0.0",
2920
2877
  "signal-exit": "^4.1.0",
2921
2878
  "strip-ansi": "^6.0.1",
2922
2879
  "wrap-ansi": "^6.2.0"
2923
2880
  },
2924
2881
  "engines": {
2925
- "node": ">=18"
2882
+ "node": ">=14.18.0"
2926
2883
  }
2927
2884
  },
2928
- "node_modules/@inquirer/input/node_modules/chalk": {
2885
+ "node_modules/@inquirer/select/node_modules/chalk": {
2929
2886
  "version": "4.1.2",
2930
2887
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2931
2888
  "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
@@ -2941,7 +2898,16 @@
2941
2898
  "url": "https://github.com/chalk/chalk?sponsor=1"
2942
2899
  }
2943
2900
  },
2944
- "node_modules/@inquirer/input/node_modules/signal-exit": {
2901
+ "node_modules/@inquirer/select/node_modules/run-async": {
2902
+ "version": "3.0.0",
2903
+ "resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
2904
+ "integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
2905
+ "license": "MIT",
2906
+ "engines": {
2907
+ "node": ">=0.12.0"
2908
+ }
2909
+ },
2910
+ "node_modules/@inquirer/select/node_modules/signal-exit": {
2945
2911
  "version": "4.1.0",
2946
2912
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
2947
2913
  "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
@@ -2953,7 +2919,7 @@
2953
2919
  "url": "https://github.com/sponsors/isaacs"
2954
2920
  }
2955
2921
  },
2956
- "node_modules/@inquirer/input/node_modules/strip-ansi": {
2922
+ "node_modules/@inquirer/select/node_modules/strip-ansi": {
2957
2923
  "version": "6.0.1",
2958
2924
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2959
2925
  "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
@@ -2965,73 +2931,10 @@
2965
2931
  "node": ">=8"
2966
2932
  }
2967
2933
  },
2968
- "node_modules/@inquirer/password": {
2969
- "version": "1.1.16",
2970
- "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-1.1.16.tgz",
2971
- "integrity": "sha512-aZYZVHLUXZ2gbBot+i+zOJrks1WaiI95lvZCn1sKfcw6MtSSlYC8uDX8sTzQvAsQ8epHoP84UNvAIT0KVGOGqw==",
2972
- "license": "MIT",
2973
- "dependencies": {
2974
- "@inquirer/core": "^6.0.0",
2975
- "@inquirer/type": "^1.1.6",
2976
- "ansi-escapes": "^4.3.2",
2977
- "chalk": "^4.1.2"
2978
- },
2979
- "engines": {
2980
- "node": ">=14.18.0"
2981
- }
2982
- },
2983
- "node_modules/@inquirer/password/node_modules/chalk": {
2984
- "version": "4.1.2",
2985
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2986
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2987
- "license": "MIT",
2988
- "dependencies": {
2989
- "ansi-styles": "^4.1.0",
2990
- "supports-color": "^7.1.0"
2991
- },
2992
- "engines": {
2993
- "node": ">=10"
2994
- },
2995
- "funding": {
2996
- "url": "https://github.com/chalk/chalk?sponsor=1"
2997
- }
2998
- },
2999
- "node_modules/@inquirer/select": {
3000
- "version": "1.3.3",
3001
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-1.3.3.tgz",
3002
- "integrity": "sha512-RzlRISXWqIKEf83FDC9ZtJ3JvuK1l7aGpretf41BCWYrvla2wU8W8MTRNMiPrPJ+1SIqrRC1nZdZ60hD9hRXLg==",
3003
- "license": "MIT",
3004
- "dependencies": {
3005
- "@inquirer/core": "^6.0.0",
3006
- "@inquirer/type": "^1.1.6",
3007
- "ansi-escapes": "^4.3.2",
3008
- "chalk": "^4.1.2",
3009
- "figures": "^3.2.0"
3010
- },
3011
- "engines": {
3012
- "node": ">=14.18.0"
3013
- }
3014
- },
3015
- "node_modules/@inquirer/select/node_modules/chalk": {
3016
- "version": "4.1.2",
3017
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
3018
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
3019
- "license": "MIT",
3020
- "dependencies": {
3021
- "ansi-styles": "^4.1.0",
3022
- "supports-color": "^7.1.0"
3023
- },
3024
- "engines": {
3025
- "node": ">=10"
3026
- },
3027
- "funding": {
3028
- "url": "https://github.com/chalk/chalk?sponsor=1"
3029
- }
3030
- },
3031
2934
  "node_modules/@inquirer/type": {
3032
- "version": "1.3.2",
3033
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.2.tgz",
3034
- "integrity": "sha512-5Frickan9c89QbPkSu6I6y8p+9eR6hZkdPahGmNDsTFX8FHLPAozyzCZMKUeW8FyYwnlCKUjqIEqxY+UctARiw==",
2935
+ "version": "1.3.3",
2936
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.3.tgz",
2937
+ "integrity": "sha512-xTUt0NulylX27/zMx04ZYar/kr1raaiFTVvQ5feljQsiAgdm0WPj4S73/ye0fbslh+15QrIuDvfCXTek7pMY5A==",
3035
2938
  "license": "MIT",
3036
2939
  "engines": {
3037
2940
  "node": ">=18"
@@ -3398,9 +3301,9 @@
3398
3301
  }
3399
3302
  },
3400
3303
  "node_modules/@npmcli/arborist": {
3401
- "version": "7.5.2",
3402
- "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.5.2.tgz",
3403
- "integrity": "sha512-V0zqhdnK9Av3qSIbhYs2O+7HAJPSGhqBkNP6624iSVke2J2JKY306V5Czwul+tc2Xnq6SDEKe8v+frLeKJ4aeA==",
3304
+ "version": "7.5.3",
3305
+ "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.5.3.tgz",
3306
+ "integrity": "sha512-7gbMdDNSYUzi0j2mpb6FoXRg3BxXWplMQZH1MZlvNjSdWFObaUz2Ssvo0Nlh2xmWks1OPo+gpsE6qxpT/5M7lQ==",
3404
3307
  "extraneous": true,
3405
3308
  "license": "ISC",
3406
3309
  "dependencies": {
@@ -3484,9 +3387,9 @@
3484
3387
  }
3485
3388
  },
3486
3389
  "node_modules/@npmcli/config": {
3487
- "version": "8.3.2",
3488
- "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.3.2.tgz",
3489
- "integrity": "sha512-IMzf+fhRXibqh9mBwXK/QFIr97SAlZjfwsWPEz/2pST1cE9k9LcwznO7aDNXJoMrDjxPHZmb2bAAKASsa6EedA==",
3390
+ "version": "8.3.3",
3391
+ "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.3.3.tgz",
3392
+ "integrity": "sha512-sIMKHiiYr91ALiHjhPq64F5P/SCaiSyDfpNmgYHtlIJtLY445+3+r3VoREzpdDrOwIqwQ6iEHinbTfaocL0UgA==",
3490
3393
  "extraneous": true,
3491
3394
  "license": "ISC",
3492
3395
  "dependencies": {
@@ -3504,9 +3407,9 @@
3504
3407
  }
3505
3408
  },
3506
3409
  "node_modules/@npmcli/config/node_modules/ini": {
3507
- "version": "4.1.2",
3508
- "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.2.tgz",
3509
- "integrity": "sha512-AMB1mvwR1pyBFY/nSevUX6y8nJWS63/SzUKD3JyQn97s4xgIdgQPT75IRouIiBAN4yLQBUShNYVW0+UG25daCw==",
3410
+ "version": "4.1.3",
3411
+ "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz",
3412
+ "integrity": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==",
3510
3413
  "extraneous": true,
3511
3414
  "license": "ISC",
3512
3415
  "engines": {
@@ -3671,9 +3574,9 @@
3671
3574
  }
3672
3575
  },
3673
3576
  "node_modules/@npmcli/package-json": {
3674
- "version": "5.1.0",
3675
- "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.1.0.tgz",
3676
- "integrity": "sha512-1aL4TuVrLS9sf8quCLerU3H9J4vtCtgu8VauYozrmEyU57i/EdKleCnsQ7vpnABIH6c9mnTxcH5sFkO3BlV8wQ==",
3577
+ "version": "5.1.1",
3578
+ "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.1.1.tgz",
3579
+ "integrity": "sha512-uTq5j/UqUzbOaOxVy+osfOhpqOiLfUZ0Ut33UbcyyAPJbZcJsf4Mrsyb8r58FoIFlofw0iOFsuCA/oDK14VDJQ==",
3677
3580
  "extraneous": true,
3678
3581
  "license": "ISC",
3679
3582
  "dependencies": {
@@ -3819,18 +3722,6 @@
3819
3722
  "node": ">=8"
3820
3723
  }
3821
3724
  },
3822
- "node_modules/@oclif/core/node_modules/is-wsl": {
3823
- "version": "2.2.0",
3824
- "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
3825
- "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
3826
- "license": "MIT",
3827
- "dependencies": {
3828
- "is-docker": "^2.0.0"
3829
- },
3830
- "engines": {
3831
- "node": ">=8"
3832
- }
3833
- },
3834
3725
  "node_modules/@oclif/core/node_modules/js-yaml": {
3835
3726
  "version": "3.14.1",
3836
3727
  "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
@@ -3910,69 +3801,179 @@
3910
3801
  }
3911
3802
  },
3912
3803
  "node_modules/@oclif/plugin-autocomplete": {
3913
- "version": "3.0.18",
3914
- "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.0.18.tgz",
3915
- "integrity": "sha512-J+SZ5dNoBUoGerpBRJQfNm4ml4+rED23MoXXJeAE8HCFTscXtnJ3I1kS37O4D7A1O0+PsUzslQBJkLHFjZg+xQ==",
3804
+ "version": "3.1.1",
3805
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.1.tgz",
3806
+ "integrity": "sha512-R5EpLD91pG1zzK6UppPleqp84e6NArMf3RS5+DAJQq8WkavvKlUZWfYEurthfjqx2sEyb5JMhJnD/wPtPbehBA==",
3916
3807
  "license": "MIT",
3917
3808
  "dependencies": {
3918
- "@oclif/core": "^3.26.6",
3919
- "chalk": "^5.3.0",
3920
- "debug": "^4.3.4",
3809
+ "@oclif/core": "^4.0.0-beta.13",
3810
+ "ansis": "^3.2.0",
3811
+ "debug": "^4.3.5",
3921
3812
  "ejs": "^3.1.10"
3922
3813
  },
3923
3814
  "engines": {
3924
3815
  "node": ">=18.0.0"
3925
3816
  }
3926
3817
  },
3927
- "node_modules/@oclif/plugin-command-snapshot": {
3928
- "version": "5.1.9",
3929
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.9.tgz",
3930
- "integrity": "sha512-PeSQP2IxzL34e3DYoEdAw8UCcsuawcJqnQe97HNUSBpBSC2PY/7uL887TfmMIo/rhzM7PtSUNxfNwOiKw5cNUw==",
3931
- "dev": true,
3818
+ "node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core": {
3819
+ "version": "4.0.0-beta.13",
3820
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.13.tgz",
3821
+ "integrity": "sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw==",
3932
3822
  "license": "MIT",
3933
3823
  "dependencies": {
3934
- "@oclif/core": "3.26.6",
3935
- "@types/lodash.difference": "^4.5.9",
3936
- "chalk": "^5.3.0",
3937
- "globby": "^14.0.1",
3938
- "just-diff": "^5.2.0",
3939
- "lodash.difference": "^4.5.0",
3940
- "lodash.get": "^4.4.2",
3941
- "lodash.sortby": "^4.7.0",
3942
- "semver": "^7.6.0",
3943
- "ts-json-schema-generator": "^1.5.1"
3824
+ "ansi-escapes": "^4.3.2",
3825
+ "ansis": "^3.0.1",
3826
+ "clean-stack": "^3.0.1",
3827
+ "cli-spinners": "^2.9.2",
3828
+ "cosmiconfig": "^9.0.0",
3829
+ "debug": "^4.3.4",
3830
+ "ejs": "^3.1.10",
3831
+ "get-package-type": "^0.1.0",
3832
+ "globby": "^11.1.0",
3833
+ "indent-string": "^4.0.0",
3834
+ "is-wsl": "^2.2.0",
3835
+ "minimatch": "^9.0.4",
3836
+ "string-width": "^4.2.3",
3837
+ "supports-color": "^9.4.0",
3838
+ "widest-line": "^3.1.0",
3839
+ "wordwrap": "^1.0.0",
3840
+ "wrap-ansi": "^7.0.0"
3944
3841
  },
3945
3842
  "engines": {
3946
3843
  "node": ">=18.0.0"
3947
3844
  }
3948
3845
  },
3949
- "node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
3950
- "version": "14.0.1",
3951
- "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
3952
- "integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
3953
- "dev": true,
3846
+ "node_modules/@oclif/plugin-autocomplete/node_modules/cosmiconfig": {
3847
+ "version": "9.0.0",
3848
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
3849
+ "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
3954
3850
  "license": "MIT",
3955
3851
  "dependencies": {
3956
- "@sindresorhus/merge-streams": "^2.1.0",
3957
- "fast-glob": "^3.3.2",
3958
- "ignore": "^5.2.4",
3959
- "path-type": "^5.0.0",
3960
- "slash": "^5.1.0",
3961
- "unicorn-magic": "^0.1.0"
3852
+ "env-paths": "^2.2.1",
3853
+ "import-fresh": "^3.3.0",
3854
+ "js-yaml": "^4.1.0",
3855
+ "parse-json": "^5.2.0"
3962
3856
  },
3963
3857
  "engines": {
3964
- "node": ">=18"
3858
+ "node": ">=14"
3965
3859
  },
3966
3860
  "funding": {
3967
- "url": "https://github.com/sponsors/sindresorhus"
3861
+ "url": "https://github.com/sponsors/d-fischer"
3862
+ },
3863
+ "peerDependencies": {
3864
+ "typescript": ">=4.9.5"
3865
+ },
3866
+ "peerDependenciesMeta": {
3867
+ "typescript": {
3868
+ "optional": true
3869
+ }
3968
3870
  }
3969
3871
  },
3970
- "node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
3971
- "version": "5.0.0",
3972
- "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
3973
- "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
3974
- "dev": true,
3975
- "license": "MIT",
3872
+ "node_modules/@oclif/plugin-autocomplete/node_modules/minimatch": {
3873
+ "version": "9.0.4",
3874
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
3875
+ "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
3876
+ "license": "ISC",
3877
+ "dependencies": {
3878
+ "brace-expansion": "^2.0.1"
3879
+ },
3880
+ "engines": {
3881
+ "node": ">=16 || 14 >=14.17"
3882
+ },
3883
+ "funding": {
3884
+ "url": "https://github.com/sponsors/isaacs"
3885
+ }
3886
+ },
3887
+ "node_modules/@oclif/plugin-autocomplete/node_modules/strip-ansi": {
3888
+ "version": "6.0.1",
3889
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
3890
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
3891
+ "license": "MIT",
3892
+ "dependencies": {
3893
+ "ansi-regex": "^5.0.1"
3894
+ },
3895
+ "engines": {
3896
+ "node": ">=8"
3897
+ }
3898
+ },
3899
+ "node_modules/@oclif/plugin-autocomplete/node_modules/supports-color": {
3900
+ "version": "9.4.0",
3901
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
3902
+ "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
3903
+ "license": "MIT",
3904
+ "engines": {
3905
+ "node": ">=12"
3906
+ },
3907
+ "funding": {
3908
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
3909
+ }
3910
+ },
3911
+ "node_modules/@oclif/plugin-autocomplete/node_modules/wrap-ansi": {
3912
+ "version": "7.0.0",
3913
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
3914
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
3915
+ "license": "MIT",
3916
+ "dependencies": {
3917
+ "ansi-styles": "^4.0.0",
3918
+ "string-width": "^4.1.0",
3919
+ "strip-ansi": "^6.0.0"
3920
+ },
3921
+ "engines": {
3922
+ "node": ">=10"
3923
+ },
3924
+ "funding": {
3925
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3926
+ }
3927
+ },
3928
+ "node_modules/@oclif/plugin-command-snapshot": {
3929
+ "version": "5.1.9",
3930
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.9.tgz",
3931
+ "integrity": "sha512-PeSQP2IxzL34e3DYoEdAw8UCcsuawcJqnQe97HNUSBpBSC2PY/7uL887TfmMIo/rhzM7PtSUNxfNwOiKw5cNUw==",
3932
+ "dev": true,
3933
+ "license": "MIT",
3934
+ "dependencies": {
3935
+ "@oclif/core": "3.26.6",
3936
+ "@types/lodash.difference": "^4.5.9",
3937
+ "chalk": "^5.3.0",
3938
+ "globby": "^14.0.1",
3939
+ "just-diff": "^5.2.0",
3940
+ "lodash.difference": "^4.5.0",
3941
+ "lodash.get": "^4.4.2",
3942
+ "lodash.sortby": "^4.7.0",
3943
+ "semver": "^7.6.0",
3944
+ "ts-json-schema-generator": "^1.5.1"
3945
+ },
3946
+ "engines": {
3947
+ "node": ">=18.0.0"
3948
+ }
3949
+ },
3950
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
3951
+ "version": "14.0.1",
3952
+ "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
3953
+ "integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
3954
+ "dev": true,
3955
+ "license": "MIT",
3956
+ "dependencies": {
3957
+ "@sindresorhus/merge-streams": "^2.1.0",
3958
+ "fast-glob": "^3.3.2",
3959
+ "ignore": "^5.2.4",
3960
+ "path-type": "^5.0.0",
3961
+ "slash": "^5.1.0",
3962
+ "unicorn-magic": "^0.1.0"
3963
+ },
3964
+ "engines": {
3965
+ "node": ">=18"
3966
+ },
3967
+ "funding": {
3968
+ "url": "https://github.com/sponsors/sindresorhus"
3969
+ }
3970
+ },
3971
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
3972
+ "version": "5.0.0",
3973
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
3974
+ "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
3975
+ "dev": true,
3976
+ "license": "MIT",
3976
3977
  "engines": {
3977
3978
  "node": ">=12"
3978
3979
  },
@@ -4007,207 +4008,1049 @@
4007
4008
  }
4008
4009
  },
4009
4010
  "node_modules/@oclif/plugin-help": {
4010
- "version": "6.0.22",
4011
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.22.tgz",
4012
- "integrity": "sha512-IPgUvPSdZMCHzCwCRVDUMWtFkWZSoU6Z7igNclugLIpF3Ac3vKkZGguWZ+SLK3e7012etDzgAHjXFELYOqqbsw==",
4011
+ "version": "6.1.0",
4012
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.1.0.tgz",
4013
+ "integrity": "sha512-U+LNKKaZBroHqoSGIpYbQmkTl8aW0NJcO9tr091LJOZ74iqEDiupfBTCMuklW9uTZdWFYApqTmshDuB/I41jxQ==",
4013
4014
  "license": "MIT",
4014
4015
  "dependencies": {
4015
- "@oclif/core": "^3.26.6"
4016
+ "@oclif/core": "^4.0.0-beta.13"
4016
4017
  },
4017
4018
  "engines": {
4018
4019
  "node": ">=18.0.0"
4019
4020
  }
4020
4021
  },
4021
- "node_modules/@oclif/plugin-not-found": {
4022
- "version": "3.1.10",
4023
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.10.tgz",
4024
- "integrity": "sha512-epIWsksxCudFMQEVSvkjz2pWlpfgDkBu8ycRg1wHBrSMiGeHNj32POZgcrAbNrMlCdvWTakFPXgg6abZ8IbqYw==",
4022
+ "node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
4023
+ "version": "4.0.0-beta.13",
4024
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.13.tgz",
4025
+ "integrity": "sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw==",
4025
4026
  "license": "MIT",
4026
4027
  "dependencies": {
4027
- "@inquirer/confirm": "^3.1.8",
4028
- "@oclif/core": "^3.26.5",
4029
- "chalk": "^5.3.0",
4030
- "fast-levenshtein": "^3.0.0"
4028
+ "ansi-escapes": "^4.3.2",
4029
+ "ansis": "^3.0.1",
4030
+ "clean-stack": "^3.0.1",
4031
+ "cli-spinners": "^2.9.2",
4032
+ "cosmiconfig": "^9.0.0",
4033
+ "debug": "^4.3.4",
4034
+ "ejs": "^3.1.10",
4035
+ "get-package-type": "^0.1.0",
4036
+ "globby": "^11.1.0",
4037
+ "indent-string": "^4.0.0",
4038
+ "is-wsl": "^2.2.0",
4039
+ "minimatch": "^9.0.4",
4040
+ "string-width": "^4.2.3",
4041
+ "supports-color": "^9.4.0",
4042
+ "widest-line": "^3.1.0",
4043
+ "wordwrap": "^1.0.0",
4044
+ "wrap-ansi": "^7.0.0"
4031
4045
  },
4032
4046
  "engines": {
4033
4047
  "node": ">=18.0.0"
4034
4048
  }
4035
4049
  },
4036
- "node_modules/@oclif/plugin-plugins": {
4037
- "version": "5.1.3",
4038
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.1.3.tgz",
4039
- "integrity": "sha512-85ZG8c0PzxAUavboxHS5/jPa8iM2luc9EG4at4by8eOjO76yDswN+oqFZ6qitH4Jg+JC2gF6pyh66s4w9Cr0FQ==",
4050
+ "node_modules/@oclif/plugin-help/node_modules/cosmiconfig": {
4051
+ "version": "9.0.0",
4052
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
4053
+ "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
4040
4054
  "license": "MIT",
4041
4055
  "dependencies": {
4042
- "@oclif/core": "^3.26.6",
4043
- "chalk": "^5.3.0",
4044
- "debug": "^4.3.4",
4045
- "npm": "^10.8.0",
4046
- "npm-package-arg": "^11.0.2",
4047
- "npm-run-path": "^5.3.0",
4048
- "object-treeify": "^4.0.1",
4049
- "semver": "^7.6.2",
4050
- "validate-npm-package-name": "^5.0.1",
4051
- "which": "^4.0.0",
4052
- "yarn": "^1.22.22"
4056
+ "env-paths": "^2.2.1",
4057
+ "import-fresh": "^3.3.0",
4058
+ "js-yaml": "^4.1.0",
4059
+ "parse-json": "^5.2.0"
4053
4060
  },
4054
4061
  "engines": {
4055
- "node": ">=18.0.0"
4062
+ "node": ">=14"
4063
+ },
4064
+ "funding": {
4065
+ "url": "https://github.com/sponsors/d-fischer"
4066
+ },
4067
+ "peerDependencies": {
4068
+ "typescript": ">=4.9.5"
4069
+ },
4070
+ "peerDependenciesMeta": {
4071
+ "typescript": {
4072
+ "optional": true
4073
+ }
4056
4074
  }
4057
4075
  },
4058
- "node_modules/@oclif/plugin-plugins/node_modules/npm-run-path": {
4059
- "version": "5.3.0",
4060
- "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
4061
- "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
4062
- "license": "MIT",
4076
+ "node_modules/@oclif/plugin-help/node_modules/minimatch": {
4077
+ "version": "9.0.4",
4078
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
4079
+ "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
4080
+ "license": "ISC",
4063
4081
  "dependencies": {
4064
- "path-key": "^4.0.0"
4082
+ "brace-expansion": "^2.0.1"
4065
4083
  },
4066
4084
  "engines": {
4067
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
4085
+ "node": ">=16 || 14 >=14.17"
4068
4086
  },
4069
4087
  "funding": {
4070
- "url": "https://github.com/sponsors/sindresorhus"
4088
+ "url": "https://github.com/sponsors/isaacs"
4071
4089
  }
4072
4090
  },
4073
- "node_modules/@oclif/plugin-plugins/node_modules/object-treeify": {
4074
- "version": "4.0.1",
4075
- "resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-4.0.1.tgz",
4076
- "integrity": "sha512-Y6tg5rHfsefSkfKujv2SwHulInROy/rCL5F4w0QOWxut8AnxYxf0YmNhTh95Zfyxpsudo66uqkux0ACFnyMSgQ==",
4091
+ "node_modules/@oclif/plugin-help/node_modules/strip-ansi": {
4092
+ "version": "6.0.1",
4093
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
4094
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
4077
4095
  "license": "MIT",
4096
+ "dependencies": {
4097
+ "ansi-regex": "^5.0.1"
4098
+ },
4078
4099
  "engines": {
4079
- "node": ">= 16"
4100
+ "node": ">=8"
4080
4101
  }
4081
4102
  },
4082
- "node_modules/@oclif/plugin-plugins/node_modules/path-key": {
4083
- "version": "4.0.0",
4084
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
4085
- "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
4103
+ "node_modules/@oclif/plugin-help/node_modules/supports-color": {
4104
+ "version": "9.4.0",
4105
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
4106
+ "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
4086
4107
  "license": "MIT",
4087
4108
  "engines": {
4088
4109
  "node": ">=12"
4089
4110
  },
4090
4111
  "funding": {
4091
- "url": "https://github.com/sponsors/sindresorhus"
4112
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
4092
4113
  }
4093
4114
  },
4094
- "node_modules/@oclif/plugin-search": {
4095
- "version": "1.0.24",
4096
- "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.24.tgz",
4097
- "integrity": "sha512-0ktHfwjEoT/Xu+h2YuMuS/La/fQopR0P7m5kqhZjwQ6xH5Zce+nKnhfKpgpVpSBbsQZyqoMNMIYXF/neb4m24Q==",
4115
+ "node_modules/@oclif/plugin-help/node_modules/wrap-ansi": {
4116
+ "version": "7.0.0",
4117
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
4118
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
4098
4119
  "license": "MIT",
4099
4120
  "dependencies": {
4100
- "@oclif/core": "^3.26.6",
4101
- "inquirer-autocomplete-standalone": "^0.8.1"
4121
+ "ansi-styles": "^4.0.0",
4122
+ "string-width": "^4.1.0",
4123
+ "strip-ansi": "^6.0.0"
4102
4124
  },
4103
4125
  "engines": {
4104
- "node": ">=18.0.0"
4126
+ "node": ">=10"
4127
+ },
4128
+ "funding": {
4129
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4105
4130
  }
4106
4131
  },
4107
- "node_modules/@oclif/plugin-update": {
4108
- "version": "4.2.14",
4109
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.14.tgz",
4110
- "integrity": "sha512-UtXsMzSocUW2lcJeeljJq0/qMdXe6DIidxTrrn2FCdClbZ2ejhOIj0uWiOsjw1yoltPrdguNPZXstvwxW13e6A==",
4132
+ "node_modules/@oclif/plugin-not-found": {
4133
+ "version": "3.2.1",
4134
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.1.tgz",
4135
+ "integrity": "sha512-Y2FyWLEziTrgdQwd4LtZcYv3VOMeDhW0pW6hbE0u3fJdxs8f3JLfOHJPd8FPorVt2ldsaj4zcXUWA6vMQKeKbQ==",
4111
4136
  "license": "MIT",
4112
4137
  "dependencies": {
4113
- "@inquirer/select": "^2.3.4",
4114
- "@oclif/core": "^3.26.6",
4115
- "chalk": "^5",
4116
- "debug": "^4.3.1",
4117
- "filesize": "^6.1.0",
4118
- "got": "^13",
4119
- "semver": "^7.6.0",
4120
- "tar-fs": "^2.1.1"
4138
+ "@inquirer/confirm": "^3.1.9",
4139
+ "@oclif/core": "^4.0.0-beta.13",
4140
+ "ansis": "^3.2.0",
4141
+ "fast-levenshtein": "^3.0.0"
4121
4142
  },
4122
4143
  "engines": {
4123
4144
  "node": ">=18.0.0"
4124
4145
  }
4125
4146
  },
4126
- "node_modules/@oclif/plugin-update/node_modules/@inquirer/core": {
4127
- "version": "8.2.1",
4128
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.2.1.tgz",
4129
- "integrity": "sha512-TIcuQMn2qrtyYe0j136UpHeYpk7AcR/trKeT/7YY0vRgcS9YSfJuQ2+PudPhSofLLsHNnRYAHScQCcVZrJkMqA==",
4147
+ "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
4148
+ "version": "4.0.0-beta.13",
4149
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.13.tgz",
4150
+ "integrity": "sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw==",
4130
4151
  "license": "MIT",
4131
4152
  "dependencies": {
4132
- "@inquirer/figures": "^1.0.2",
4133
- "@inquirer/type": "^1.3.2",
4134
- "@types/mute-stream": "^0.0.4",
4135
- "@types/node": "^20.12.12",
4136
- "@types/wrap-ansi": "^3.0.0",
4137
4153
  "ansi-escapes": "^4.3.2",
4138
- "chalk": "^4.1.2",
4154
+ "ansis": "^3.0.1",
4155
+ "clean-stack": "^3.0.1",
4139
4156
  "cli-spinners": "^2.9.2",
4140
- "cli-width": "^4.1.0",
4141
- "mute-stream": "^1.0.0",
4142
- "signal-exit": "^4.1.0",
4143
- "strip-ansi": "^6.0.1",
4144
- "wrap-ansi": "^6.2.0"
4157
+ "cosmiconfig": "^9.0.0",
4158
+ "debug": "^4.3.4",
4159
+ "ejs": "^3.1.10",
4160
+ "get-package-type": "^0.1.0",
4161
+ "globby": "^11.1.0",
4162
+ "indent-string": "^4.0.0",
4163
+ "is-wsl": "^2.2.0",
4164
+ "minimatch": "^9.0.4",
4165
+ "string-width": "^4.2.3",
4166
+ "supports-color": "^9.4.0",
4167
+ "widest-line": "^3.1.0",
4168
+ "wordwrap": "^1.0.0",
4169
+ "wrap-ansi": "^7.0.0"
4145
4170
  },
4146
4171
  "engines": {
4147
- "node": ">=18"
4172
+ "node": ">=18.0.0"
4148
4173
  }
4149
4174
  },
4150
- "node_modules/@oclif/plugin-update/node_modules/@inquirer/core/node_modules/chalk": {
4151
- "version": "4.1.2",
4152
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
4153
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
4175
+ "node_modules/@oclif/plugin-not-found/node_modules/cosmiconfig": {
4176
+ "version": "9.0.0",
4177
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
4178
+ "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
4154
4179
  "license": "MIT",
4155
4180
  "dependencies": {
4156
- "ansi-styles": "^4.1.0",
4157
- "supports-color": "^7.1.0"
4181
+ "env-paths": "^2.2.1",
4182
+ "import-fresh": "^3.3.0",
4183
+ "js-yaml": "^4.1.0",
4184
+ "parse-json": "^5.2.0"
4158
4185
  },
4159
4186
  "engines": {
4160
- "node": ">=10"
4187
+ "node": ">=14"
4161
4188
  },
4162
4189
  "funding": {
4163
- "url": "https://github.com/chalk/chalk?sponsor=1"
4190
+ "url": "https://github.com/sponsors/d-fischer"
4191
+ },
4192
+ "peerDependencies": {
4193
+ "typescript": ">=4.9.5"
4194
+ },
4195
+ "peerDependenciesMeta": {
4196
+ "typescript": {
4197
+ "optional": true
4198
+ }
4164
4199
  }
4165
4200
  },
4166
- "node_modules/@oclif/plugin-update/node_modules/@inquirer/select": {
4167
- "version": "2.3.4",
4168
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.4.tgz",
4169
- "integrity": "sha512-y9HGzHfPPh60QciH7WiKtjtWjgU24jrIsfJnq4Zqmu8k4HVVQPBXxiKKzwzJyJWwdWZcWATm4VDDWGFEjVHvGA==",
4201
+ "node_modules/@oclif/plugin-not-found/node_modules/minimatch": {
4202
+ "version": "9.0.4",
4203
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
4204
+ "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
4205
+ "license": "ISC",
4206
+ "dependencies": {
4207
+ "brace-expansion": "^2.0.1"
4208
+ },
4209
+ "engines": {
4210
+ "node": ">=16 || 14 >=14.17"
4211
+ },
4212
+ "funding": {
4213
+ "url": "https://github.com/sponsors/isaacs"
4214
+ }
4215
+ },
4216
+ "node_modules/@oclif/plugin-not-found/node_modules/strip-ansi": {
4217
+ "version": "6.0.1",
4218
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
4219
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
4220
+ "license": "MIT",
4221
+ "dependencies": {
4222
+ "ansi-regex": "^5.0.1"
4223
+ },
4224
+ "engines": {
4225
+ "node": ">=8"
4226
+ }
4227
+ },
4228
+ "node_modules/@oclif/plugin-not-found/node_modules/supports-color": {
4229
+ "version": "9.4.0",
4230
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
4231
+ "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
4232
+ "license": "MIT",
4233
+ "engines": {
4234
+ "node": ">=12"
4235
+ },
4236
+ "funding": {
4237
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
4238
+ }
4239
+ },
4240
+ "node_modules/@oclif/plugin-not-found/node_modules/wrap-ansi": {
4241
+ "version": "7.0.0",
4242
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
4243
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
4244
+ "license": "MIT",
4245
+ "dependencies": {
4246
+ "ansi-styles": "^4.0.0",
4247
+ "string-width": "^4.1.0",
4248
+ "strip-ansi": "^6.0.0"
4249
+ },
4250
+ "engines": {
4251
+ "node": ">=10"
4252
+ },
4253
+ "funding": {
4254
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4255
+ }
4256
+ },
4257
+ "node_modules/@oclif/plugin-plugins": {
4258
+ "version": "5.2.1",
4259
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.2.1.tgz",
4260
+ "integrity": "sha512-Qk0+7KIYK6cQz116ZyY25XRwniKuAAGKTvY2J91CDfyri0RYUOSDNOzz0m18IG2M51Tgiv8UNY74A3PIhQaEcw==",
4261
+ "license": "MIT",
4262
+ "dependencies": {
4263
+ "@oclif/core": "4.0.0-beta.13",
4264
+ "ansis": "^3.2.0",
4265
+ "debug": "^4.3.4",
4266
+ "npm": "^10.8.0",
4267
+ "npm-package-arg": "^11.0.2",
4268
+ "npm-run-path": "^5.3.0",
4269
+ "object-treeify": "^4.0.1",
4270
+ "semver": "^7.6.2",
4271
+ "validate-npm-package-name": "^5.0.1",
4272
+ "which": "^4.0.0",
4273
+ "yarn": "^1.22.22"
4274
+ },
4275
+ "engines": {
4276
+ "node": ">=18.0.0"
4277
+ }
4278
+ },
4279
+ "node_modules/@oclif/plugin-plugins/node_modules/@oclif/core": {
4280
+ "version": "4.0.0-beta.13",
4281
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.13.tgz",
4282
+ "integrity": "sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw==",
4283
+ "license": "MIT",
4284
+ "dependencies": {
4285
+ "ansi-escapes": "^4.3.2",
4286
+ "ansis": "^3.0.1",
4287
+ "clean-stack": "^3.0.1",
4288
+ "cli-spinners": "^2.9.2",
4289
+ "cosmiconfig": "^9.0.0",
4290
+ "debug": "^4.3.4",
4291
+ "ejs": "^3.1.10",
4292
+ "get-package-type": "^0.1.0",
4293
+ "globby": "^11.1.0",
4294
+ "indent-string": "^4.0.0",
4295
+ "is-wsl": "^2.2.0",
4296
+ "minimatch": "^9.0.4",
4297
+ "string-width": "^4.2.3",
4298
+ "supports-color": "^9.4.0",
4299
+ "widest-line": "^3.1.0",
4300
+ "wordwrap": "^1.0.0",
4301
+ "wrap-ansi": "^7.0.0"
4302
+ },
4303
+ "engines": {
4304
+ "node": ">=18.0.0"
4305
+ }
4306
+ },
4307
+ "node_modules/@oclif/plugin-plugins/node_modules/cosmiconfig": {
4308
+ "version": "9.0.0",
4309
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
4310
+ "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
4311
+ "license": "MIT",
4312
+ "dependencies": {
4313
+ "env-paths": "^2.2.1",
4314
+ "import-fresh": "^3.3.0",
4315
+ "js-yaml": "^4.1.0",
4316
+ "parse-json": "^5.2.0"
4317
+ },
4318
+ "engines": {
4319
+ "node": ">=14"
4320
+ },
4321
+ "funding": {
4322
+ "url": "https://github.com/sponsors/d-fischer"
4323
+ },
4324
+ "peerDependencies": {
4325
+ "typescript": ">=4.9.5"
4326
+ },
4327
+ "peerDependenciesMeta": {
4328
+ "typescript": {
4329
+ "optional": true
4330
+ }
4331
+ }
4332
+ },
4333
+ "node_modules/@oclif/plugin-plugins/node_modules/minimatch": {
4334
+ "version": "9.0.4",
4335
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
4336
+ "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
4337
+ "license": "ISC",
4338
+ "dependencies": {
4339
+ "brace-expansion": "^2.0.1"
4340
+ },
4341
+ "engines": {
4342
+ "node": ">=16 || 14 >=14.17"
4343
+ },
4344
+ "funding": {
4345
+ "url": "https://github.com/sponsors/isaacs"
4346
+ }
4347
+ },
4348
+ "node_modules/@oclif/plugin-plugins/node_modules/npm-run-path": {
4349
+ "version": "5.3.0",
4350
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
4351
+ "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
4352
+ "license": "MIT",
4353
+ "dependencies": {
4354
+ "path-key": "^4.0.0"
4355
+ },
4356
+ "engines": {
4357
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
4358
+ },
4359
+ "funding": {
4360
+ "url": "https://github.com/sponsors/sindresorhus"
4361
+ }
4362
+ },
4363
+ "node_modules/@oclif/plugin-plugins/node_modules/object-treeify": {
4364
+ "version": "4.0.1",
4365
+ "resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-4.0.1.tgz",
4366
+ "integrity": "sha512-Y6tg5rHfsefSkfKujv2SwHulInROy/rCL5F4w0QOWxut8AnxYxf0YmNhTh95Zfyxpsudo66uqkux0ACFnyMSgQ==",
4367
+ "license": "MIT",
4368
+ "engines": {
4369
+ "node": ">= 16"
4370
+ }
4371
+ },
4372
+ "node_modules/@oclif/plugin-plugins/node_modules/path-key": {
4373
+ "version": "4.0.0",
4374
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
4375
+ "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
4376
+ "license": "MIT",
4377
+ "engines": {
4378
+ "node": ">=12"
4379
+ },
4380
+ "funding": {
4381
+ "url": "https://github.com/sponsors/sindresorhus"
4382
+ }
4383
+ },
4384
+ "node_modules/@oclif/plugin-plugins/node_modules/strip-ansi": {
4385
+ "version": "6.0.1",
4386
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
4387
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
4388
+ "license": "MIT",
4389
+ "dependencies": {
4390
+ "ansi-regex": "^5.0.1"
4391
+ },
4392
+ "engines": {
4393
+ "node": ">=8"
4394
+ }
4395
+ },
4396
+ "node_modules/@oclif/plugin-plugins/node_modules/supports-color": {
4397
+ "version": "9.4.0",
4398
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
4399
+ "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
4400
+ "license": "MIT",
4401
+ "engines": {
4402
+ "node": ">=12"
4403
+ },
4404
+ "funding": {
4405
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
4406
+ }
4407
+ },
4408
+ "node_modules/@oclif/plugin-plugins/node_modules/wrap-ansi": {
4409
+ "version": "7.0.0",
4410
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
4411
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
4412
+ "license": "MIT",
4413
+ "dependencies": {
4414
+ "ansi-styles": "^4.0.0",
4415
+ "string-width": "^4.1.0",
4416
+ "strip-ansi": "^6.0.0"
4417
+ },
4418
+ "engines": {
4419
+ "node": ">=10"
4420
+ },
4421
+ "funding": {
4422
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4423
+ }
4424
+ },
4425
+ "node_modules/@oclif/plugin-search": {
4426
+ "version": "1.1.0",
4427
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.1.0.tgz",
4428
+ "integrity": "sha512-hEcgqbzrzR/gzAAoosnnjM1NM1bUxMvjQYnR4l41nBPJq1UKYS/863905eLPHcJsYPu7W4L/NjSG8huRuJXTMQ==",
4429
+ "license": "MIT",
4430
+ "dependencies": {
4431
+ "@oclif/core": "^4.0.0-beta.13",
4432
+ "inquirer-autocomplete-standalone": "^0.8.1"
4433
+ },
4434
+ "engines": {
4435
+ "node": ">=18.0.0"
4436
+ }
4437
+ },
4438
+ "node_modules/@oclif/plugin-search/node_modules/@oclif/core": {
4439
+ "version": "4.0.0-beta.13",
4440
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.13.tgz",
4441
+ "integrity": "sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw==",
4442
+ "license": "MIT",
4443
+ "dependencies": {
4444
+ "ansi-escapes": "^4.3.2",
4445
+ "ansis": "^3.0.1",
4446
+ "clean-stack": "^3.0.1",
4447
+ "cli-spinners": "^2.9.2",
4448
+ "cosmiconfig": "^9.0.0",
4449
+ "debug": "^4.3.4",
4450
+ "ejs": "^3.1.10",
4451
+ "get-package-type": "^0.1.0",
4452
+ "globby": "^11.1.0",
4453
+ "indent-string": "^4.0.0",
4454
+ "is-wsl": "^2.2.0",
4455
+ "minimatch": "^9.0.4",
4456
+ "string-width": "^4.2.3",
4457
+ "supports-color": "^9.4.0",
4458
+ "widest-line": "^3.1.0",
4459
+ "wordwrap": "^1.0.0",
4460
+ "wrap-ansi": "^7.0.0"
4461
+ },
4462
+ "engines": {
4463
+ "node": ">=18.0.0"
4464
+ }
4465
+ },
4466
+ "node_modules/@oclif/plugin-search/node_modules/cosmiconfig": {
4467
+ "version": "9.0.0",
4468
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
4469
+ "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
4470
+ "license": "MIT",
4471
+ "dependencies": {
4472
+ "env-paths": "^2.2.1",
4473
+ "import-fresh": "^3.3.0",
4474
+ "js-yaml": "^4.1.0",
4475
+ "parse-json": "^5.2.0"
4476
+ },
4477
+ "engines": {
4478
+ "node": ">=14"
4479
+ },
4480
+ "funding": {
4481
+ "url": "https://github.com/sponsors/d-fischer"
4482
+ },
4483
+ "peerDependencies": {
4484
+ "typescript": ">=4.9.5"
4485
+ },
4486
+ "peerDependenciesMeta": {
4487
+ "typescript": {
4488
+ "optional": true
4489
+ }
4490
+ }
4491
+ },
4492
+ "node_modules/@oclif/plugin-search/node_modules/minimatch": {
4493
+ "version": "9.0.4",
4494
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
4495
+ "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
4496
+ "license": "ISC",
4497
+ "dependencies": {
4498
+ "brace-expansion": "^2.0.1"
4499
+ },
4500
+ "engines": {
4501
+ "node": ">=16 || 14 >=14.17"
4502
+ },
4503
+ "funding": {
4504
+ "url": "https://github.com/sponsors/isaacs"
4505
+ }
4506
+ },
4507
+ "node_modules/@oclif/plugin-search/node_modules/strip-ansi": {
4508
+ "version": "6.0.1",
4509
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
4510
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
4511
+ "license": "MIT",
4512
+ "dependencies": {
4513
+ "ansi-regex": "^5.0.1"
4514
+ },
4515
+ "engines": {
4516
+ "node": ">=8"
4517
+ }
4518
+ },
4519
+ "node_modules/@oclif/plugin-search/node_modules/supports-color": {
4520
+ "version": "9.4.0",
4521
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
4522
+ "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
4523
+ "license": "MIT",
4524
+ "engines": {
4525
+ "node": ">=12"
4526
+ },
4527
+ "funding": {
4528
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
4529
+ }
4530
+ },
4531
+ "node_modules/@oclif/plugin-search/node_modules/wrap-ansi": {
4532
+ "version": "7.0.0",
4533
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
4534
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
4535
+ "license": "MIT",
4536
+ "dependencies": {
4537
+ "ansi-styles": "^4.0.0",
4538
+ "string-width": "^4.1.0",
4539
+ "strip-ansi": "^6.0.0"
4540
+ },
4541
+ "engines": {
4542
+ "node": ">=10"
4543
+ },
4544
+ "funding": {
4545
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4546
+ }
4547
+ },
4548
+ "node_modules/@oclif/plugin-update": {
4549
+ "version": "4.3.2",
4550
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.3.2.tgz",
4551
+ "integrity": "sha512-BH1pefJLHymgHO+cDEspcpQTarL/y6ZLwAl2qXHkPmZYoxmriM+q7XikeYEBSBEr6noMR+7hUzVwncfM06QnPA==",
4552
+ "license": "MIT",
4553
+ "dependencies": {
4554
+ "@inquirer/select": "^2.3.5",
4555
+ "@oclif/core": "^4.0.0-beta.13",
4556
+ "chalk": "^5",
4557
+ "debug": "^4.3.5",
4558
+ "filesize": "^6.1.0",
4559
+ "got": "^13",
4560
+ "semver": "^7.6.0",
4561
+ "tar-fs": "^2.1.1",
4562
+ "tty-table": "^4.2.3"
4563
+ },
4564
+ "engines": {
4565
+ "node": ">=18.0.0"
4566
+ }
4567
+ },
4568
+ "node_modules/@oclif/plugin-update/node_modules/@inquirer/select": {
4569
+ "version": "2.3.5",
4570
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.5.tgz",
4571
+ "integrity": "sha512-IyBj8oEtmdF2Gx4FJTPtEya37MD6s0KATKsHqgmls0lK7EQbhYSq9GQlcFq6cBsYe/cgQ0Fg2cCqYYPi/d/fxQ==",
4572
+ "license": "MIT",
4573
+ "dependencies": {
4574
+ "@inquirer/core": "^8.2.2",
4575
+ "@inquirer/figures": "^1.0.3",
4576
+ "@inquirer/type": "^1.3.3",
4577
+ "ansi-escapes": "^4.3.2",
4578
+ "chalk": "^4.1.2"
4579
+ },
4580
+ "engines": {
4581
+ "node": ">=18"
4582
+ }
4583
+ },
4584
+ "node_modules/@oclif/plugin-update/node_modules/@inquirer/select/node_modules/chalk": {
4585
+ "version": "4.1.2",
4586
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
4587
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
4588
+ "license": "MIT",
4589
+ "dependencies": {
4590
+ "ansi-styles": "^4.1.0",
4591
+ "supports-color": "^7.1.0"
4592
+ },
4593
+ "engines": {
4594
+ "node": ">=10"
4595
+ },
4596
+ "funding": {
4597
+ "url": "https://github.com/chalk/chalk?sponsor=1"
4598
+ }
4599
+ },
4600
+ "node_modules/@oclif/plugin-update/node_modules/@inquirer/select/node_modules/supports-color": {
4601
+ "version": "7.2.0",
4602
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
4603
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
4604
+ "license": "MIT",
4605
+ "dependencies": {
4606
+ "has-flag": "^4.0.0"
4607
+ },
4608
+ "engines": {
4609
+ "node": ">=8"
4610
+ }
4611
+ },
4612
+ "node_modules/@oclif/plugin-update/node_modules/@oclif/core": {
4613
+ "version": "4.0.0-beta.13",
4614
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.13.tgz",
4615
+ "integrity": "sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw==",
4616
+ "license": "MIT",
4617
+ "dependencies": {
4618
+ "ansi-escapes": "^4.3.2",
4619
+ "ansis": "^3.0.1",
4620
+ "clean-stack": "^3.0.1",
4621
+ "cli-spinners": "^2.9.2",
4622
+ "cosmiconfig": "^9.0.0",
4623
+ "debug": "^4.3.4",
4624
+ "ejs": "^3.1.10",
4625
+ "get-package-type": "^0.1.0",
4626
+ "globby": "^11.1.0",
4627
+ "indent-string": "^4.0.0",
4628
+ "is-wsl": "^2.2.0",
4629
+ "minimatch": "^9.0.4",
4630
+ "string-width": "^4.2.3",
4631
+ "supports-color": "^9.4.0",
4632
+ "widest-line": "^3.1.0",
4633
+ "wordwrap": "^1.0.0",
4634
+ "wrap-ansi": "^7.0.0"
4635
+ },
4636
+ "engines": {
4637
+ "node": ">=18.0.0"
4638
+ }
4639
+ },
4640
+ "node_modules/@oclif/plugin-update/node_modules/cosmiconfig": {
4641
+ "version": "9.0.0",
4642
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
4643
+ "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
4644
+ "license": "MIT",
4645
+ "dependencies": {
4646
+ "env-paths": "^2.2.1",
4647
+ "import-fresh": "^3.3.0",
4648
+ "js-yaml": "^4.1.0",
4649
+ "parse-json": "^5.2.0"
4650
+ },
4651
+ "engines": {
4652
+ "node": ">=14"
4653
+ },
4654
+ "funding": {
4655
+ "url": "https://github.com/sponsors/d-fischer"
4656
+ },
4657
+ "peerDependencies": {
4658
+ "typescript": ">=4.9.5"
4659
+ },
4660
+ "peerDependenciesMeta": {
4661
+ "typescript": {
4662
+ "optional": true
4663
+ }
4664
+ }
4665
+ },
4666
+ "node_modules/@oclif/plugin-update/node_modules/minimatch": {
4667
+ "version": "9.0.4",
4668
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
4669
+ "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
4670
+ "license": "ISC",
4671
+ "dependencies": {
4672
+ "brace-expansion": "^2.0.1"
4673
+ },
4674
+ "engines": {
4675
+ "node": ">=16 || 14 >=14.17"
4676
+ },
4677
+ "funding": {
4678
+ "url": "https://github.com/sponsors/isaacs"
4679
+ }
4680
+ },
4681
+ "node_modules/@oclif/plugin-update/node_modules/strip-ansi": {
4682
+ "version": "6.0.1",
4683
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
4684
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
4685
+ "license": "MIT",
4686
+ "dependencies": {
4687
+ "ansi-regex": "^5.0.1"
4688
+ },
4689
+ "engines": {
4690
+ "node": ">=8"
4691
+ }
4692
+ },
4693
+ "node_modules/@oclif/plugin-update/node_modules/supports-color": {
4694
+ "version": "9.4.0",
4695
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
4696
+ "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
4697
+ "license": "MIT",
4698
+ "engines": {
4699
+ "node": ">=12"
4700
+ },
4701
+ "funding": {
4702
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
4703
+ }
4704
+ },
4705
+ "node_modules/@oclif/plugin-update/node_modules/wrap-ansi": {
4706
+ "version": "7.0.0",
4707
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
4708
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
4709
+ "license": "MIT",
4710
+ "dependencies": {
4711
+ "ansi-styles": "^4.0.0",
4712
+ "string-width": "^4.1.0",
4713
+ "strip-ansi": "^6.0.0"
4714
+ },
4715
+ "engines": {
4716
+ "node": ">=10"
4717
+ },
4718
+ "funding": {
4719
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4720
+ }
4721
+ },
4722
+ "node_modules/@oclif/plugin-version": {
4723
+ "version": "2.2.0",
4724
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.0.tgz",
4725
+ "integrity": "sha512-9Qh19Hnr47KNtcHOozpIl296yiPPgrKhcees4mT9Xq6hklG66O4ONasVbT3NXo2DQ0Ub7dSxBvis3hOeyRuuqQ==",
4726
+ "license": "MIT",
4727
+ "dependencies": {
4728
+ "@oclif/core": "^4.0.0-beta.11",
4729
+ "ansis": "^3.2.0"
4730
+ },
4731
+ "engines": {
4732
+ "node": ">=18.0.0"
4733
+ }
4734
+ },
4735
+ "node_modules/@oclif/plugin-version/node_modules/@oclif/core": {
4736
+ "version": "4.0.0-beta.13",
4737
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.13.tgz",
4738
+ "integrity": "sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw==",
4170
4739
  "license": "MIT",
4171
4740
  "dependencies": {
4172
- "@inquirer/core": "^8.2.1",
4173
- "@inquirer/figures": "^1.0.2",
4174
- "@inquirer/type": "^1.3.2",
4175
4741
  "ansi-escapes": "^4.3.2",
4176
- "chalk": "^4.1.2"
4742
+ "ansis": "^3.0.1",
4743
+ "clean-stack": "^3.0.1",
4744
+ "cli-spinners": "^2.9.2",
4745
+ "cosmiconfig": "^9.0.0",
4746
+ "debug": "^4.3.4",
4747
+ "ejs": "^3.1.10",
4748
+ "get-package-type": "^0.1.0",
4749
+ "globby": "^11.1.0",
4750
+ "indent-string": "^4.0.0",
4751
+ "is-wsl": "^2.2.0",
4752
+ "minimatch": "^9.0.4",
4753
+ "string-width": "^4.2.3",
4754
+ "supports-color": "^9.4.0",
4755
+ "widest-line": "^3.1.0",
4756
+ "wordwrap": "^1.0.0",
4757
+ "wrap-ansi": "^7.0.0"
4177
4758
  },
4178
4759
  "engines": {
4179
- "node": ">=18"
4760
+ "node": ">=18.0.0"
4180
4761
  }
4181
4762
  },
4182
- "node_modules/@oclif/plugin-update/node_modules/@inquirer/select/node_modules/chalk": {
4183
- "version": "4.1.2",
4184
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
4185
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
4763
+ "node_modules/@oclif/plugin-version/node_modules/cosmiconfig": {
4764
+ "version": "9.0.0",
4765
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
4766
+ "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
4186
4767
  "license": "MIT",
4187
4768
  "dependencies": {
4188
- "ansi-styles": "^4.1.0",
4189
- "supports-color": "^7.1.0"
4769
+ "env-paths": "^2.2.1",
4770
+ "import-fresh": "^3.3.0",
4771
+ "js-yaml": "^4.1.0",
4772
+ "parse-json": "^5.2.0"
4773
+ },
4774
+ "engines": {
4775
+ "node": ">=14"
4776
+ },
4777
+ "funding": {
4778
+ "url": "https://github.com/sponsors/d-fischer"
4779
+ },
4780
+ "peerDependencies": {
4781
+ "typescript": ">=4.9.5"
4782
+ },
4783
+ "peerDependenciesMeta": {
4784
+ "typescript": {
4785
+ "optional": true
4786
+ }
4787
+ }
4788
+ },
4789
+ "node_modules/@oclif/plugin-version/node_modules/minimatch": {
4790
+ "version": "9.0.4",
4791
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
4792
+ "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
4793
+ "license": "ISC",
4794
+ "dependencies": {
4795
+ "brace-expansion": "^2.0.1"
4796
+ },
4797
+ "engines": {
4798
+ "node": ">=16 || 14 >=14.17"
4799
+ },
4800
+ "funding": {
4801
+ "url": "https://github.com/sponsors/isaacs"
4802
+ }
4803
+ },
4804
+ "node_modules/@oclif/plugin-version/node_modules/strip-ansi": {
4805
+ "version": "6.0.1",
4806
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
4807
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
4808
+ "license": "MIT",
4809
+ "dependencies": {
4810
+ "ansi-regex": "^5.0.1"
4811
+ },
4812
+ "engines": {
4813
+ "node": ">=8"
4814
+ }
4815
+ },
4816
+ "node_modules/@oclif/plugin-version/node_modules/supports-color": {
4817
+ "version": "9.4.0",
4818
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
4819
+ "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
4820
+ "license": "MIT",
4821
+ "engines": {
4822
+ "node": ">=12"
4823
+ },
4824
+ "funding": {
4825
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
4826
+ }
4827
+ },
4828
+ "node_modules/@oclif/plugin-version/node_modules/wrap-ansi": {
4829
+ "version": "7.0.0",
4830
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
4831
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
4832
+ "license": "MIT",
4833
+ "dependencies": {
4834
+ "ansi-styles": "^4.0.0",
4835
+ "string-width": "^4.1.0",
4836
+ "strip-ansi": "^6.0.0"
4837
+ },
4838
+ "engines": {
4839
+ "node": ">=10"
4840
+ },
4841
+ "funding": {
4842
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4843
+ }
4844
+ },
4845
+ "node_modules/@oclif/plugin-warn-if-update-available": {
4846
+ "version": "3.1.1",
4847
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.1.tgz",
4848
+ "integrity": "sha512-qkXCZ0eB+oXwitee+5CUxcxguibUF5xswsgOwvQh6MspqmlEHndvTxqCZjxs4FpEmLHjx5HuXDvL8t7xHqHyow==",
4849
+ "license": "MIT",
4850
+ "dependencies": {
4851
+ "@oclif/core": "^4.0.0-beat.13",
4852
+ "ansis": "^3.2.0",
4853
+ "debug": "^4.3.5",
4854
+ "http-call": "^5.2.2",
4855
+ "lodash": "^4.17.21"
4856
+ },
4857
+ "engines": {
4858
+ "node": ">=18.0.0"
4859
+ }
4860
+ },
4861
+ "node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": {
4862
+ "version": "4.0.0-beta.13",
4863
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.13.tgz",
4864
+ "integrity": "sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw==",
4865
+ "license": "MIT",
4866
+ "dependencies": {
4867
+ "ansi-escapes": "^4.3.2",
4868
+ "ansis": "^3.0.1",
4869
+ "clean-stack": "^3.0.1",
4870
+ "cli-spinners": "^2.9.2",
4871
+ "cosmiconfig": "^9.0.0",
4872
+ "debug": "^4.3.4",
4873
+ "ejs": "^3.1.10",
4874
+ "get-package-type": "^0.1.0",
4875
+ "globby": "^11.1.0",
4876
+ "indent-string": "^4.0.0",
4877
+ "is-wsl": "^2.2.0",
4878
+ "minimatch": "^9.0.4",
4879
+ "string-width": "^4.2.3",
4880
+ "supports-color": "^9.4.0",
4881
+ "widest-line": "^3.1.0",
4882
+ "wordwrap": "^1.0.0",
4883
+ "wrap-ansi": "^7.0.0"
4884
+ },
4885
+ "engines": {
4886
+ "node": ">=18.0.0"
4887
+ }
4888
+ },
4889
+ "node_modules/@oclif/plugin-warn-if-update-available/node_modules/cosmiconfig": {
4890
+ "version": "9.0.0",
4891
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
4892
+ "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
4893
+ "license": "MIT",
4894
+ "dependencies": {
4895
+ "env-paths": "^2.2.1",
4896
+ "import-fresh": "^3.3.0",
4897
+ "js-yaml": "^4.1.0",
4898
+ "parse-json": "^5.2.0"
4899
+ },
4900
+ "engines": {
4901
+ "node": ">=14"
4902
+ },
4903
+ "funding": {
4904
+ "url": "https://github.com/sponsors/d-fischer"
4905
+ },
4906
+ "peerDependencies": {
4907
+ "typescript": ">=4.9.5"
4908
+ },
4909
+ "peerDependenciesMeta": {
4910
+ "typescript": {
4911
+ "optional": true
4912
+ }
4913
+ }
4914
+ },
4915
+ "node_modules/@oclif/plugin-warn-if-update-available/node_modules/minimatch": {
4916
+ "version": "9.0.4",
4917
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
4918
+ "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
4919
+ "license": "ISC",
4920
+ "dependencies": {
4921
+ "brace-expansion": "^2.0.1"
4922
+ },
4923
+ "engines": {
4924
+ "node": ">=16 || 14 >=14.17"
4925
+ },
4926
+ "funding": {
4927
+ "url": "https://github.com/sponsors/isaacs"
4928
+ }
4929
+ },
4930
+ "node_modules/@oclif/plugin-warn-if-update-available/node_modules/strip-ansi": {
4931
+ "version": "6.0.1",
4932
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
4933
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
4934
+ "license": "MIT",
4935
+ "dependencies": {
4936
+ "ansi-regex": "^5.0.1"
4937
+ },
4938
+ "engines": {
4939
+ "node": ">=8"
4940
+ }
4941
+ },
4942
+ "node_modules/@oclif/plugin-warn-if-update-available/node_modules/supports-color": {
4943
+ "version": "9.4.0",
4944
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
4945
+ "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
4946
+ "license": "MIT",
4947
+ "engines": {
4948
+ "node": ">=12"
4949
+ },
4950
+ "funding": {
4951
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
4952
+ }
4953
+ },
4954
+ "node_modules/@oclif/plugin-warn-if-update-available/node_modules/wrap-ansi": {
4955
+ "version": "7.0.0",
4956
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
4957
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
4958
+ "license": "MIT",
4959
+ "dependencies": {
4960
+ "ansi-styles": "^4.0.0",
4961
+ "string-width": "^4.1.0",
4962
+ "strip-ansi": "^6.0.0"
4190
4963
  },
4191
4964
  "engines": {
4192
4965
  "node": ">=10"
4193
4966
  },
4194
4967
  "funding": {
4195
- "url": "https://github.com/chalk/chalk?sponsor=1"
4968
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4969
+ }
4970
+ },
4971
+ "node_modules/@oclif/plugin-which": {
4972
+ "version": "3.2.0",
4973
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.0.tgz",
4974
+ "integrity": "sha512-es9wwHOw7gqKPWgK0dITV7nK4cuLFsPQl0E/QEkZHba7Yxgn1TGQOY+ihb9QJ3+Xkw4YzWpisqFb+u9EPRHoZg==",
4975
+ "license": "MIT",
4976
+ "dependencies": {
4977
+ "@oclif/core": "^4.0.0-beta.13",
4978
+ "ansis": "^3.2.0"
4979
+ },
4980
+ "engines": {
4981
+ "node": ">=18.0.0"
4982
+ }
4983
+ },
4984
+ "node_modules/@oclif/plugin-which/node_modules/@oclif/core": {
4985
+ "version": "4.0.0-beta.13",
4986
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.13.tgz",
4987
+ "integrity": "sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw==",
4988
+ "license": "MIT",
4989
+ "dependencies": {
4990
+ "ansi-escapes": "^4.3.2",
4991
+ "ansis": "^3.0.1",
4992
+ "clean-stack": "^3.0.1",
4993
+ "cli-spinners": "^2.9.2",
4994
+ "cosmiconfig": "^9.0.0",
4995
+ "debug": "^4.3.4",
4996
+ "ejs": "^3.1.10",
4997
+ "get-package-type": "^0.1.0",
4998
+ "globby": "^11.1.0",
4999
+ "indent-string": "^4.0.0",
5000
+ "is-wsl": "^2.2.0",
5001
+ "minimatch": "^9.0.4",
5002
+ "string-width": "^4.2.3",
5003
+ "supports-color": "^9.4.0",
5004
+ "widest-line": "^3.1.0",
5005
+ "wordwrap": "^1.0.0",
5006
+ "wrap-ansi": "^7.0.0"
5007
+ },
5008
+ "engines": {
5009
+ "node": ">=18.0.0"
5010
+ }
5011
+ },
5012
+ "node_modules/@oclif/plugin-which/node_modules/cosmiconfig": {
5013
+ "version": "9.0.0",
5014
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
5015
+ "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
5016
+ "license": "MIT",
5017
+ "dependencies": {
5018
+ "env-paths": "^2.2.1",
5019
+ "import-fresh": "^3.3.0",
5020
+ "js-yaml": "^4.1.0",
5021
+ "parse-json": "^5.2.0"
5022
+ },
5023
+ "engines": {
5024
+ "node": ">=14"
5025
+ },
5026
+ "funding": {
5027
+ "url": "https://github.com/sponsors/d-fischer"
5028
+ },
5029
+ "peerDependencies": {
5030
+ "typescript": ">=4.9.5"
5031
+ },
5032
+ "peerDependenciesMeta": {
5033
+ "typescript": {
5034
+ "optional": true
5035
+ }
4196
5036
  }
4197
5037
  },
4198
- "node_modules/@oclif/plugin-update/node_modules/signal-exit": {
4199
- "version": "4.1.0",
4200
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
4201
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
5038
+ "node_modules/@oclif/plugin-which/node_modules/minimatch": {
5039
+ "version": "9.0.4",
5040
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
5041
+ "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
4202
5042
  "license": "ISC",
5043
+ "dependencies": {
5044
+ "brace-expansion": "^2.0.1"
5045
+ },
4203
5046
  "engines": {
4204
- "node": ">=14"
5047
+ "node": ">=16 || 14 >=14.17"
4205
5048
  },
4206
5049
  "funding": {
4207
5050
  "url": "https://github.com/sponsors/isaacs"
4208
5051
  }
4209
5052
  },
4210
- "node_modules/@oclif/plugin-update/node_modules/strip-ansi": {
5053
+ "node_modules/@oclif/plugin-which/node_modules/strip-ansi": {
4211
5054
  "version": "6.0.1",
4212
5055
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
4213
5056
  "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
@@ -4219,45 +5062,33 @@
4219
5062
  "node": ">=8"
4220
5063
  }
4221
5064
  },
4222
- "node_modules/@oclif/plugin-version": {
4223
- "version": "2.1.2",
4224
- "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.1.2.tgz",
4225
- "integrity": "sha512-viBj+3M5O0sCumSC/yt3T5VnL/gWZklFYZpBTby3rOIkXGuIsgAscMfnabWpYzbMryGGylIBKagbOPsAzab8Fw==",
5065
+ "node_modules/@oclif/plugin-which/node_modules/supports-color": {
5066
+ "version": "9.4.0",
5067
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
5068
+ "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
4226
5069
  "license": "MIT",
4227
- "dependencies": {
4228
- "@oclif/core": "^3.26.6",
4229
- "ansis": "^3.2.0"
4230
- },
4231
5070
  "engines": {
4232
- "node": ">=18.0.0"
4233
- }
4234
- },
4235
- "node_modules/@oclif/plugin-warn-if-update-available": {
4236
- "version": "3.0.19",
4237
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.19.tgz",
4238
- "integrity": "sha512-CauYLxNuPtK9ig1ZlzFiCqxzGJJd73CKyJDiSzGkg3QRooyZkE9G+l1Lz18fHzj+TEeXUZ74t6RWWPC5p0TL4w==",
4239
- "license": "MIT",
4240
- "dependencies": {
4241
- "@oclif/core": "^3.26.6",
4242
- "chalk": "^5.3.0",
4243
- "debug": "^4.1.0",
4244
- "http-call": "^5.2.2",
4245
- "lodash": "^4.17.21"
5071
+ "node": ">=12"
4246
5072
  },
4247
- "engines": {
4248
- "node": ">=18.0.0"
5073
+ "funding": {
5074
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
4249
5075
  }
4250
5076
  },
4251
- "node_modules/@oclif/plugin-which": {
4252
- "version": "3.1.10",
4253
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.10.tgz",
4254
- "integrity": "sha512-ISJd6p6ABFApgifH3MTYjqHKG6UmGzmDHFVARRBh10UMBWQJVtp5Q75NlbqMto7vKYXdKZDt6m2g9ydTWltuag==",
5077
+ "node_modules/@oclif/plugin-which/node_modules/wrap-ansi": {
5078
+ "version": "7.0.0",
5079
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
5080
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
4255
5081
  "license": "MIT",
4256
5082
  "dependencies": {
4257
- "@oclif/core": "^3.26.6"
5083
+ "ansi-styles": "^4.0.0",
5084
+ "string-width": "^4.1.0",
5085
+ "strip-ansi": "^6.0.0"
4258
5086
  },
4259
5087
  "engines": {
4260
- "node": ">=18.0.0"
5088
+ "node": ">=10"
5089
+ },
5090
+ "funding": {
5091
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4261
5092
  }
4262
5093
  },
4263
5094
  "node_modules/@octokit/auth-token": {
@@ -4807,16 +5638,16 @@
4807
5638
  }
4808
5639
  },
4809
5640
  "node_modules/@salesforce/plugin-apex": {
4810
- "version": "3.1.13",
4811
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.13.tgz",
4812
- "integrity": "sha512-B8GRTPiDpNDp0cZFemKCNjvvMS0ilFEA3S9tuFW2SEJsZJ4QlFForIFira+9EiYvrzgWZ5riw+3/aELGBiEDLA==",
5641
+ "version": "3.1.14",
5642
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.14.tgz",
5643
+ "integrity": "sha512-1a1P3XozouH3+vp+dSYVHP2RM1zL6zg1Dox1FE1xd/lR/G3KetIT1REsoqY0IuNsbtBqPv+R469nGuh90TQiUQ==",
4813
5644
  "license": "BSD-3-Clause",
4814
5645
  "dependencies": {
4815
5646
  "@oclif/core": "^3.26.4",
4816
5647
  "@salesforce/apex-node": "^6.0.0",
4817
5648
  "@salesforce/core": "^7.3.1",
4818
5649
  "@salesforce/kit": "^3.1.0",
4819
- "@salesforce/sf-plugins-core": "^9.0.12",
5650
+ "@salesforce/sf-plugins-core": "^9.1.1",
4820
5651
  "chalk": "^5.3.0",
4821
5652
  "color-convert": "^2.0.1",
4822
5653
  "color-name": "^2.0.0"
@@ -4835,18 +5666,18 @@
4835
5666
  }
4836
5667
  },
4837
5668
  "node_modules/@salesforce/plugin-auth": {
4838
- "version": "3.6.16",
4839
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.16.tgz",
4840
- "integrity": "sha512-tsU6chieBMygvTsgGP/9TeKnj7KTnraiwrX7FWu8QdhZLaAfr8cwZMvgbkfyOy8LhA5NNqQgvw6DPKMw7XLdDA==",
5669
+ "version": "3.6.17",
5670
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.17.tgz",
5671
+ "integrity": "sha512-VNVI3UKcmjF4pILqFdXqy/Q8+N1MDmjsZljo6+5180rUkm/94OciMAUBxflgz9P5tVSr1qRrgaxBQca7R5dFBA==",
4841
5672
  "license": "BSD-3-Clause",
4842
5673
  "dependencies": {
4843
- "@inquirer/checkbox": "^1.5.2",
4844
- "@inquirer/select": "^1.3.3",
5674
+ "@inquirer/checkbox": "^2.3.5",
5675
+ "@inquirer/select": "^2.3.5",
4845
5676
  "@oclif/core": "^3.26.5",
4846
5677
  "@salesforce/core": "^7.3.9",
4847
5678
  "@salesforce/kit": "^3.1.1",
4848
5679
  "@salesforce/plugin-info": "^3.3.1",
4849
- "@salesforce/sf-plugins-core": "^9.0.10",
5680
+ "@salesforce/sf-plugins-core": "^9.1.1",
4850
5681
  "@salesforce/ts-types": "^2.0.9",
4851
5682
  "chalk": "^5.3.0",
4852
5683
  "open": "^10.1.0"
@@ -4855,6 +5686,38 @@
4855
5686
  "node": ">=18.0.0"
4856
5687
  }
4857
5688
  },
5689
+ "node_modules/@salesforce/plugin-auth/node_modules/@inquirer/select": {
5690
+ "version": "2.3.5",
5691
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.5.tgz",
5692
+ "integrity": "sha512-IyBj8oEtmdF2Gx4FJTPtEya37MD6s0KATKsHqgmls0lK7EQbhYSq9GQlcFq6cBsYe/cgQ0Fg2cCqYYPi/d/fxQ==",
5693
+ "license": "MIT",
5694
+ "dependencies": {
5695
+ "@inquirer/core": "^8.2.2",
5696
+ "@inquirer/figures": "^1.0.3",
5697
+ "@inquirer/type": "^1.3.3",
5698
+ "ansi-escapes": "^4.3.2",
5699
+ "chalk": "^4.1.2"
5700
+ },
5701
+ "engines": {
5702
+ "node": ">=18"
5703
+ }
5704
+ },
5705
+ "node_modules/@salesforce/plugin-auth/node_modules/@inquirer/select/node_modules/chalk": {
5706
+ "version": "4.1.2",
5707
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
5708
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
5709
+ "license": "MIT",
5710
+ "dependencies": {
5711
+ "ansi-styles": "^4.1.0",
5712
+ "supports-color": "^7.1.0"
5713
+ },
5714
+ "engines": {
5715
+ "node": ">=10"
5716
+ },
5717
+ "funding": {
5718
+ "url": "https://github.com/chalk/chalk?sponsor=1"
5719
+ }
5720
+ },
4858
5721
  "node_modules/@salesforce/plugin-command-reference": {
4859
5722
  "version": "3.0.89",
4860
5723
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.89.tgz",
@@ -4904,19 +5767,19 @@
4904
5767
  "license": "MIT"
4905
5768
  },
4906
5769
  "node_modules/@salesforce/plugin-deploy-retrieve": {
4907
- "version": "3.8.2",
4908
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.8.2.tgz",
4909
- "integrity": "sha512-7QLkKD1WnMSuP/fvPS+KE2t5rPkBnSNaIgtMkyRtFO1QzS/JsQfGPw8gfarJoK8NRa91H0cKTcS5n6pNrsS3bA==",
5770
+ "version": "3.8.4",
5771
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.8.4.tgz",
5772
+ "integrity": "sha512-n8VQE8V0IeFjz85NQSP9gId8OcHao7wLXLvqdJ68XQcik+/yFNq4GfjZn6kohhtT179DPLvY2pNA5c4eWyYzMQ==",
4910
5773
  "license": "BSD-3-Clause",
4911
5774
  "dependencies": {
4912
5775
  "@oclif/core": "^3.26.6",
4913
5776
  "@salesforce/apex-node": "^6.0.0",
4914
5777
  "@salesforce/core": "^7.3.9",
4915
5778
  "@salesforce/kit": "^3.1.2",
4916
- "@salesforce/plugin-info": "^3.3.0",
5779
+ "@salesforce/plugin-info": "^3.3.4",
4917
5780
  "@salesforce/sf-plugins-core": "^9.1.0",
4918
5781
  "@salesforce/source-deploy-retrieve": "^11.6.3",
4919
- "@salesforce/source-tracking": "^6.3.0",
5782
+ "@salesforce/source-tracking": "^6.3.2",
4920
5783
  "@salesforce/ts-types": "^2.0.9",
4921
5784
  "chalk": "^5.3.0"
4922
5785
  },
@@ -4925,9 +5788,9 @@
4925
5788
  }
4926
5789
  },
4927
5790
  "node_modules/@salesforce/plugin-info": {
4928
- "version": "3.3.3",
4929
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.3.tgz",
4930
- "integrity": "sha512-+hwBED7TJY/gwMehZstv7Shk5Q885vTv1mOMHmhzvCLoV87ihI0P3x932qZafOuDaM31/p7D9SIB3Bn1MTLCRg==",
5791
+ "version": "3.3.4",
5792
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.4.tgz",
5793
+ "integrity": "sha512-qZPexFxE3YE0TVWgDJLTMLrpMtSw8SJm70x8Z/Y99CQQtxCBGnVOYx+H8KMw7zc30ki/CaUDJnSbnJNSrDDgOQ==",
4931
5794
  "license": "BSD-3-Clause",
4932
5795
  "dependencies": {
4933
5796
  "@inquirer/input": "^2.1.8",
@@ -4948,30 +5811,30 @@
4948
5811
  }
4949
5812
  },
4950
5813
  "node_modules/@salesforce/plugin-limits": {
4951
- "version": "3.3.9",
4952
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.9.tgz",
4953
- "integrity": "sha512-MsaE2TremiQ1flIgrSpGoTSSLKrsiFZDg8oB4a1oAQJJHyPIBoZBknelJ0dSdWrbRnzelNsnrdun8TbWhSZ8lA==",
5814
+ "version": "3.3.10",
5815
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.10.tgz",
5816
+ "integrity": "sha512-wVcZCW3qWX474TqTJCbfN8PCiJtds/t4XVtRYtVpZkOMVEqR3dtsRs53ssCakmJlzP+7hvcNC9TNXLSvtQMGqg==",
4954
5817
  "license": "BSD-3-Clause",
4955
5818
  "dependencies": {
4956
5819
  "@oclif/core": "^3.26.6",
4957
5820
  "@salesforce/core": "^7.3.6",
4958
5821
  "@salesforce/kit": "^3.1.2",
4959
- "@salesforce/sf-plugins-core": "^9.0.13"
5822
+ "@salesforce/sf-plugins-core": "^9.1.1"
4960
5823
  },
4961
5824
  "engines": {
4962
5825
  "node": ">=18.0.0"
4963
5826
  }
4964
5827
  },
4965
5828
  "node_modules/@salesforce/plugin-marketplace": {
4966
- "version": "1.2.8",
4967
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.8.tgz",
4968
- "integrity": "sha512-aoGZ8U3WRGPsvuIkHsmtTDgjzUysy5RYZ5QLqXCS3I22stgk8B2gZ7b/fIH4ARbYoPjSrE9X479N25Tf/kFp/A==",
5829
+ "version": "1.2.9",
5830
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.9.tgz",
5831
+ "integrity": "sha512-2GNi2oFo8izdWwtG9Q4nJqPCy4oCW8G7/oJewhauubwK0WFkZGA4qUUUivHyRGYq/ogk6SGUgpH2SSEMaq34Ag==",
4969
5832
  "license": "BSD-3-Clause",
4970
5833
  "dependencies": {
4971
5834
  "@oclif/core": "^3.26.4",
4972
5835
  "@salesforce/core": "^7.3.9",
4973
5836
  "@salesforce/kit": "^3.1.0",
4974
- "@salesforce/sf-plugins-core": "^9.0.12",
5837
+ "@salesforce/sf-plugins-core": "^9.1.1",
4975
5838
  "got": "^13.0.0",
4976
5839
  "proxy-agent": "^6.4.0"
4977
5840
  },
@@ -4980,16 +5843,16 @@
4980
5843
  }
4981
5844
  },
4982
5845
  "node_modules/@salesforce/plugin-org": {
4983
- "version": "4.1.16",
4984
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.16.tgz",
4985
- "integrity": "sha512-qu0RA9kOP/O1VbDtpRCh5SrXk6D+zrWmUTwWgdbL0MbVQ3VqwVEzHcEfiZFdHLZZCgOL60JylE3GYlSFhPHzeg==",
5846
+ "version": "4.1.18",
5847
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.18.tgz",
5848
+ "integrity": "sha512-IBizj7TGOwuha/QFk2WS+WlZHLQoaHWpN67ILah7RL7cQ7kRa3AV6tpj5e3qAQEHrMjrU9TPPj3ErWUHZZPhlw==",
4986
5849
  "license": "BSD-3-Clause",
4987
5850
  "dependencies": {
4988
5851
  "@oclif/core": "^3.26.4",
4989
5852
  "@salesforce/core": "^7.3.9",
4990
5853
  "@salesforce/kit": "^3.1.1",
4991
5854
  "@salesforce/sf-plugins-core": "^9.0.12",
4992
- "@salesforce/source-deploy-retrieve": "^11.4.4",
5855
+ "@salesforce/source-deploy-retrieve": "^11.6.4",
4993
5856
  "chalk": "^5.3.0",
4994
5857
  "change-case": "^5.4.4",
4995
5858
  "is-wsl": "^3.1.0",
@@ -5005,6 +5868,21 @@
5005
5868
  "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
5006
5869
  "license": "MIT"
5007
5870
  },
5871
+ "node_modules/@salesforce/plugin-org/node_modules/is-wsl": {
5872
+ "version": "3.1.0",
5873
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
5874
+ "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
5875
+ "license": "MIT",
5876
+ "dependencies": {
5877
+ "is-inside-container": "^1.0.0"
5878
+ },
5879
+ "engines": {
5880
+ "node": ">=16"
5881
+ },
5882
+ "funding": {
5883
+ "url": "https://github.com/sponsors/sindresorhus"
5884
+ }
5885
+ },
5008
5886
  "node_modules/@salesforce/plugin-packaging": {
5009
5887
  "version": "2.4.5",
5010
5888
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.4.5.tgz",
@@ -5216,14 +6094,14 @@
5216
6094
  }
5217
6095
  },
5218
6096
  "node_modules/@salesforce/plugin-schema": {
5219
- "version": "3.3.9",
5220
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.9.tgz",
5221
- "integrity": "sha512-14YdrbxtLO9enh8Fc6ZfXZEzg9FnIa2Xsyl6OqqFWrHSVpJhdkO9f0XZaTzKpq/WFx+4FBVvT8Wa2tWUUNw5Rg==",
6097
+ "version": "3.3.10",
6098
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.10.tgz",
6099
+ "integrity": "sha512-s9nP9a2IlKtpctXWowDdXAxInVJf+s/25QB+hZdLAM2lcJHie/yEirZG8ehvluxyKNdyOPKbsYdw4uT2MbxX1Q==",
5222
6100
  "license": "BSD-3-Clause",
5223
6101
  "dependencies": {
5224
6102
  "@oclif/core": "^3.26.3",
5225
6103
  "@salesforce/core": "^7.3.8",
5226
- "@salesforce/sf-plugins-core": "^9.0.13"
6104
+ "@salesforce/sf-plugins-core": "^9.1.1"
5227
6105
  },
5228
6106
  "engines": {
5229
6107
  "node": ">=18.0.0"
@@ -5245,13 +6123,13 @@
5245
6123
  }
5246
6124
  },
5247
6125
  "node_modules/@salesforce/plugin-sobject": {
5248
- "version": "1.4.6",
5249
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.6.tgz",
5250
- "integrity": "sha512-zLXMNxxUkgR0T4EFTVg5QQhMb3fHEPiw90930P90u+fHUw5MQXXQirujAlU5ydAgk6uv32juglj54uW/NM1JTQ==",
6126
+ "version": "1.4.7",
6127
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.7.tgz",
6128
+ "integrity": "sha512-efghIpmquKT9p00IRckufjd0s210jqbPhZKCwrl0UQUsWdL7i3UPyKGgGvPuV4UGCSj7beFTEq9PT1nXg7rwRw==",
5251
6129
  "license": "BSD-3-Clause",
5252
6130
  "dependencies": {
5253
6131
  "@inquirer/confirm": "^3.1.8",
5254
- "@inquirer/input": "^2.1.8",
6132
+ "@inquirer/input": "^2.1.9",
5255
6133
  "@inquirer/select": "^2.3.2",
5256
6134
  "@oclif/core": "^3.26.5",
5257
6135
  "@salesforce/core": "^7.3.6",
@@ -5265,39 +6143,15 @@
5265
6143
  "node": ">=18.0.0"
5266
6144
  }
5267
6145
  },
5268
- "node_modules/@salesforce/plugin-sobject/node_modules/@inquirer/core": {
5269
- "version": "8.2.1",
5270
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.2.1.tgz",
5271
- "integrity": "sha512-TIcuQMn2qrtyYe0j136UpHeYpk7AcR/trKeT/7YY0vRgcS9YSfJuQ2+PudPhSofLLsHNnRYAHScQCcVZrJkMqA==",
5272
- "license": "MIT",
5273
- "dependencies": {
5274
- "@inquirer/figures": "^1.0.2",
5275
- "@inquirer/type": "^1.3.2",
5276
- "@types/mute-stream": "^0.0.4",
5277
- "@types/node": "^20.12.12",
5278
- "@types/wrap-ansi": "^3.0.0",
5279
- "ansi-escapes": "^4.3.2",
5280
- "chalk": "^4.1.2",
5281
- "cli-spinners": "^2.9.2",
5282
- "cli-width": "^4.1.0",
5283
- "mute-stream": "^1.0.0",
5284
- "signal-exit": "^4.1.0",
5285
- "strip-ansi": "^6.0.1",
5286
- "wrap-ansi": "^6.2.0"
5287
- },
5288
- "engines": {
5289
- "node": ">=18"
5290
- }
5291
- },
5292
6146
  "node_modules/@salesforce/plugin-sobject/node_modules/@inquirer/select": {
5293
- "version": "2.3.4",
5294
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.4.tgz",
5295
- "integrity": "sha512-y9HGzHfPPh60QciH7WiKtjtWjgU24jrIsfJnq4Zqmu8k4HVVQPBXxiKKzwzJyJWwdWZcWATm4VDDWGFEjVHvGA==",
6147
+ "version": "2.3.5",
6148
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.5.tgz",
6149
+ "integrity": "sha512-IyBj8oEtmdF2Gx4FJTPtEya37MD6s0KATKsHqgmls0lK7EQbhYSq9GQlcFq6cBsYe/cgQ0Fg2cCqYYPi/d/fxQ==",
5296
6150
  "license": "MIT",
5297
6151
  "dependencies": {
5298
- "@inquirer/core": "^8.2.1",
5299
- "@inquirer/figures": "^1.0.2",
5300
- "@inquirer/type": "^1.3.2",
6152
+ "@inquirer/core": "^8.2.2",
6153
+ "@inquirer/figures": "^1.0.3",
6154
+ "@inquirer/type": "^1.3.3",
5301
6155
  "ansi-escapes": "^4.3.2",
5302
6156
  "chalk": "^4.1.2"
5303
6157
  },
@@ -5321,43 +6175,19 @@
5321
6175
  "url": "https://github.com/chalk/chalk?sponsor=1"
5322
6176
  }
5323
6177
  },
5324
- "node_modules/@salesforce/plugin-sobject/node_modules/signal-exit": {
5325
- "version": "4.1.0",
5326
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
5327
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
5328
- "license": "ISC",
5329
- "engines": {
5330
- "node": ">=14"
5331
- },
5332
- "funding": {
5333
- "url": "https://github.com/sponsors/isaacs"
5334
- }
5335
- },
5336
- "node_modules/@salesforce/plugin-sobject/node_modules/strip-ansi": {
5337
- "version": "6.0.1",
5338
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
5339
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
5340
- "license": "MIT",
5341
- "dependencies": {
5342
- "ansi-regex": "^5.0.1"
5343
- },
5344
- "engines": {
5345
- "node": ">=8"
5346
- }
5347
- },
5348
6178
  "node_modules/@salesforce/plugin-source": {
5349
- "version": "3.3.18",
5350
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.3.18.tgz",
5351
- "integrity": "sha512-HeTWXfi2kNH+58Ppm9tMARVTbpgMjC+robjPODf5d/te2aw0IpHcB7TqjPZH02bbMKK76CZ3NLhThvoPLJTTIg==",
6179
+ "version": "3.3.21",
6180
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.3.21.tgz",
6181
+ "integrity": "sha512-aM0zMB8+49lW7+kcTCYw+viuHZik7wUWIGNViTePqR8gQof738SX04BB37YiokN5jA1H8pqOPVipbnjoKbaqBA==",
5352
6182
  "license": "BSD-3-Clause",
5353
6183
  "dependencies": {
5354
6184
  "@oclif/core": "^3.26.6",
5355
6185
  "@salesforce/apex-node": "^6.0.0",
5356
6186
  "@salesforce/core": "^7.3.9",
5357
- "@salesforce/kit": "^3.1.0",
5358
- "@salesforce/sf-plugins-core": "^9.0.12",
6187
+ "@salesforce/kit": "^3.1.2",
6188
+ "@salesforce/sf-plugins-core": "^9.1.1",
5359
6189
  "@salesforce/source-deploy-retrieve": "^11.6.2",
5360
- "@salesforce/source-tracking": "^6.2.1",
6190
+ "@salesforce/source-tracking": "^6.3.3",
5361
6191
  "@salesforce/ts-types": "^2.0.9",
5362
6192
  "chalk": "^5.3.0",
5363
6193
  "got": "^13.0.0",
@@ -5368,16 +6198,16 @@
5368
6198
  }
5369
6199
  },
5370
6200
  "node_modules/@salesforce/plugin-telemetry": {
5371
- "version": "3.3.11",
5372
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.3.11.tgz",
5373
- "integrity": "sha512-wAo8u79i7uM8nWZIGrryxHbtjoisLLeFCxGF6JeBVV2Z2LNYjg8ErNMnU9PVI2Wb3i8DkXCmynO0JVUGO7teYQ==",
6201
+ "version": "3.3.12",
6202
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.3.12.tgz",
6203
+ "integrity": "sha512-Wn1b6pNkwfUHaaidvr7/fvUMo2oBv9HLgzZpdMg4maarN28aGuzkUDZznaryl0y1082j0JFD55QJCQUDrfATlA==",
5374
6204
  "license": "BSD-3-Clause",
5375
6205
  "dependencies": {
5376
6206
  "@oclif/core": "^3.26.2",
5377
6207
  "@salesforce/core": "^7.3.5",
5378
6208
  "@salesforce/kit": "^3.1.2",
5379
6209
  "@salesforce/sf-plugins-core": "^9.0.10",
5380
- "@salesforce/telemetry": "^6.0.7",
6210
+ "@salesforce/telemetry": "^6.0.9",
5381
6211
  "@salesforce/ts-types": "^2.0.9",
5382
6212
  "debug": "^4.3.4"
5383
6213
  },
@@ -5403,9 +6233,9 @@
5403
6233
  }
5404
6234
  },
5405
6235
  "node_modules/@salesforce/plugin-trust": {
5406
- "version": "3.7.3",
5407
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.3.tgz",
5408
- "integrity": "sha512-82Wt2NYUKiRdJsrxsHgzvinlVFDqKFmVSLiZ/BwsRyqq+Lm787k5DHpGhaD5t2CHkJjQlnup6pYlvJaZo0Iiqg==",
6236
+ "version": "3.7.4",
6237
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.4.tgz",
6238
+ "integrity": "sha512-KJCINujZPeTPO8/IIXjw+PCxqkV1Ok6n2LMvxEYUIBvr/ibNl6G9bxFWAzypJpUSwJh+2R1rOesqZPCGeMJHxQ==",
5409
6239
  "license": "BSD-3-Clause",
5410
6240
  "dependencies": {
5411
6241
  "@oclif/core": "^3.26.6",
@@ -5414,7 +6244,7 @@
5414
6244
  "@salesforce/plugin-info": "^3.2.7",
5415
6245
  "@salesforce/sf-plugins-core": "^9.0.12",
5416
6246
  "got": "^13.0.0",
5417
- "npm": "^10.8.0",
6247
+ "npm": "^10.8.1",
5418
6248
  "npm-run-path": "^4.0.1",
5419
6249
  "proxy-agent": "^6.4.0",
5420
6250
  "semver": "^7.6.2",
@@ -5457,13 +6287,13 @@
5457
6287
  "license": "ISC"
5458
6288
  },
5459
6289
  "node_modules/@salesforce/sf-plugins-core": {
5460
- "version": "9.1.0",
5461
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.0.tgz",
5462
- "integrity": "sha512-tBfbsJ0jUv/UtvbzY8wClNVagBA10mzs61BRI5nMpNlrYppRD3domGIOaOXchldO7XsYkrUnzkJVOuungPgu8A==",
6290
+ "version": "9.1.1",
6291
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz",
6292
+ "integrity": "sha512-5d4vGLqb1NZoHvDpuTu96TsFg/lexdnQNWC0h7GhOqxikJBpxk6P1DEbk9HrZWL18Gs1YXO9OCj2g8nKqbIC/Q==",
5463
6293
  "license": "BSD-3-Clause",
5464
6294
  "dependencies": {
5465
- "@inquirer/confirm": "^2.0.17",
5466
- "@inquirer/password": "^1.1.16",
6295
+ "@inquirer/confirm": "^3.1.9",
6296
+ "@inquirer/password": "^2.1.9",
5467
6297
  "@oclif/core": "^3.26.6",
5468
6298
  "@salesforce/core": "^7.3.9",
5469
6299
  "@salesforce/kit": "^3.1.2",
@@ -5474,40 +6304,10 @@
5474
6304
  "node": ">=18.0.0"
5475
6305
  }
5476
6306
  },
5477
- "node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/confirm": {
5478
- "version": "2.0.17",
5479
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-2.0.17.tgz",
5480
- "integrity": "sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==",
5481
- "license": "MIT",
5482
- "dependencies": {
5483
- "@inquirer/core": "^6.0.0",
5484
- "@inquirer/type": "^1.1.6",
5485
- "chalk": "^4.1.2"
5486
- },
5487
- "engines": {
5488
- "node": ">=14.18.0"
5489
- }
5490
- },
5491
- "node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/confirm/node_modules/chalk": {
5492
- "version": "4.1.2",
5493
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
5494
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
5495
- "license": "MIT",
5496
- "dependencies": {
5497
- "ansi-styles": "^4.1.0",
5498
- "supports-color": "^7.1.0"
5499
- },
5500
- "engines": {
5501
- "node": ">=10"
5502
- },
5503
- "funding": {
5504
- "url": "https://github.com/chalk/chalk?sponsor=1"
5505
- }
5506
- },
5507
6307
  "node_modules/@salesforce/source-deploy-retrieve": {
5508
- "version": "11.6.3",
5509
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.6.3.tgz",
5510
- "integrity": "sha512-6h/KJV8cRfzLZ3aE6PP76oP1bz28zRxL9wtCx6yD+jz4GRdIxHNjNQhiKJJI9m2Z+npWl/sjth8aHB7rrSgSrg==",
6308
+ "version": "11.6.4",
6309
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.6.4.tgz",
6310
+ "integrity": "sha512-HwR33sizKJD+33Xgo7IiwnHYLXuKTwShzlr4Rv3oRBoHZyaz4wBpJOtVldwVq5l5U9++Nk5iBI4IXyWaX7SlOg==",
5511
6311
  "license": "BSD-3-Clause",
5512
6312
  "dependencies": {
5513
6313
  "@salesforce/core": "^7.3.9",
@@ -5653,20 +6453,20 @@
5653
6453
  }
5654
6454
  },
5655
6455
  "node_modules/@salesforce/source-tracking": {
5656
- "version": "6.3.0",
5657
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-6.3.0.tgz",
5658
- "integrity": "sha512-4o/HUDrEF7/WLZQxs9WWDBmwp0QhrvjewFp1OPFtY4HtcjUTu2yXuOUpgByHrKGQevmq2yfua9VccV3TV3SNjg==",
6456
+ "version": "6.3.3",
6457
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-6.3.3.tgz",
6458
+ "integrity": "sha512-QBPMVB0vS2nClBpaAIh+NGYIultITaWwxFLQp/9PuHtRMCIgBrUZjPm9xrEsLlC0KgGfxO/+zXhWCOIS6Uw3cA==",
5659
6459
  "license": "BSD-3-Clause",
5660
6460
  "dependencies": {
5661
6461
  "@oclif/core": "^3.26.6",
5662
6462
  "@salesforce/core": "^7.3.9",
5663
6463
  "@salesforce/kit": "^3.1.2",
5664
- "@salesforce/source-deploy-retrieve": "^11.6.3",
6464
+ "@salesforce/source-deploy-retrieve": "^11.6.4",
5665
6465
  "@salesforce/ts-types": "^2.0.9",
5666
6466
  "fast-xml-parser": "^4.3.6",
5667
6467
  "graceful-fs": "^4.2.11",
5668
- "isomorphic-git": "1.23.0",
5669
- "ts-retry-promise": "^0.8.0"
6468
+ "isomorphic-git": "^1.25.10",
6469
+ "ts-retry-promise": "^0.8.1"
5670
6470
  },
5671
6471
  "engines": {
5672
6472
  "node": ">=18.0.0"
@@ -7188,9 +7988,9 @@
7188
7988
  }
7189
7989
  },
7190
7990
  "node_modules/@types/node": {
7191
- "version": "20.12.12",
7192
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz",
7193
- "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==",
7991
+ "version": "20.14.0",
7992
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.0.tgz",
7993
+ "integrity": "sha512-5cHBxFGJx6L4s56Bubp4fglrEpmyJypsqI6RgzMfBHWUJQGWAAi8cWcgetEbZXHYXo9C2Fa4EEds/uSyS4cxmA==",
7194
7994
  "license": "MIT",
7195
7995
  "dependencies": {
7196
7996
  "undici-types": "~5.26.4"
@@ -7827,14 +8627,12 @@
7827
8627
  "version": "2.0.1",
7828
8628
  "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
7829
8629
  "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
7830
- "dev": true,
7831
8630
  "license": "Python-2.0"
7832
8631
  },
7833
8632
  "node_modules/array-buffer-byte-length": {
7834
8633
  "version": "1.0.1",
7835
8634
  "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz",
7836
8635
  "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==",
7837
- "dev": true,
7838
8636
  "license": "MIT",
7839
8637
  "dependencies": {
7840
8638
  "call-bind": "^1.0.5",
@@ -7925,7 +8723,6 @@
7925
8723
  "version": "1.3.2",
7926
8724
  "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz",
7927
8725
  "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==",
7928
- "dev": true,
7929
8726
  "license": "MIT",
7930
8727
  "dependencies": {
7931
8728
  "call-bind": "^1.0.2",
@@ -7963,7 +8760,6 @@
7963
8760
  "version": "1.0.3",
7964
8761
  "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz",
7965
8762
  "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==",
7966
- "dev": true,
7967
8763
  "license": "MIT",
7968
8764
  "dependencies": {
7969
8765
  "array-buffer-byte-length": "^1.0.1",
@@ -8113,7 +8909,6 @@
8113
8909
  "version": "1.0.7",
8114
8910
  "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
8115
8911
  "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
8116
- "dev": true,
8117
8912
  "license": "MIT",
8118
8913
  "dependencies": {
8119
8914
  "possible-typed-array-names": "^1.0.0"
@@ -8336,6 +9131,15 @@
8336
9131
  "node": ">=8"
8337
9132
  }
8338
9133
  },
9134
+ "node_modules/breakword": {
9135
+ "version": "1.0.6",
9136
+ "resolved": "https://registry.npmjs.org/breakword/-/breakword-1.0.6.tgz",
9137
+ "integrity": "sha512-yjxDAYyK/pBvws9H4xKYpLDpYKEH6CzrBPAuXq3x18I+c/2MkVtT3qAr7Oloi6Dss9qNhPVueAAVU1CSeNDIXw==",
9138
+ "license": "MIT",
9139
+ "dependencies": {
9140
+ "wcwidth": "^1.0.1"
9141
+ }
9142
+ },
8339
9143
  "node_modules/browser-stdout": {
8340
9144
  "version": "1.3.1",
8341
9145
  "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz",
@@ -8470,9 +9274,9 @@
8470
9274
  }
8471
9275
  },
8472
9276
  "node_modules/cacache/node_modules/minipass": {
8473
- "version": "7.1.1",
8474
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.1.tgz",
8475
- "integrity": "sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==",
9277
+ "version": "7.1.2",
9278
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
9279
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
8476
9280
  "extraneous": true,
8477
9281
  "license": "ISC",
8478
9282
  "engines": {
@@ -8591,7 +9395,6 @@
8591
9395
  "version": "1.0.7",
8592
9396
  "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
8593
9397
  "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
8594
- "dev": true,
8595
9398
  "license": "MIT",
8596
9399
  "dependencies": {
8597
9400
  "es-define-property": "^1.0.0",
@@ -8611,7 +9414,6 @@
8611
9414
  "version": "3.1.0",
8612
9415
  "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
8613
9416
  "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
8614
- "dev": true,
8615
9417
  "license": "MIT",
8616
9418
  "engines": {
8617
9419
  "node": ">=6"
@@ -8631,7 +9433,6 @@
8631
9433
  "version": "5.3.1",
8632
9434
  "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
8633
9435
  "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
8634
- "dev": true,
8635
9436
  "license": "MIT",
8636
9437
  "engines": {
8637
9438
  "node": ">=6"
@@ -8847,9 +9648,9 @@
8847
9648
  }
8848
9649
  },
8849
9650
  "node_modules/cidr-regex": {
8850
- "version": "4.0.5",
8851
- "resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.0.5.tgz",
8852
- "integrity": "sha512-gljhROSwEnEvC+2lKqfkv1dU2v46h8Cwob19LlfGeGRMDLuwFD5+3D6+/vaa9/QrVLDASiSQ2OYQwzzjQ5I57A==",
9651
+ "version": "4.1.1",
9652
+ "resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.1.1.tgz",
9653
+ "integrity": "sha512-ekKcVp+iRB9zlKFXyx7io7nINgb0oRjgRdXNEodp1OuxRui8FXr/CA40Tz1voWUp9DPPrMyQKy01vJhDo4N1lw==",
8853
9654
  "extraneous": true,
8854
9655
  "license": "BSD-2-Clause",
8855
9656
  "dependencies": {
@@ -9051,9 +9852,9 @@
9051
9852
  }
9052
9853
  },
9053
9854
  "node_modules/clone": {
9054
- "version": "2.1.2",
9055
- "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
9056
- "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
9855
+ "version": "1.0.4",
9856
+ "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
9857
+ "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
9057
9858
  "license": "MIT",
9058
9859
  "engines": {
9059
9860
  "node": ">=0.8"
@@ -9808,32 +10609,6 @@
9808
10609
  }
9809
10610
  }
9810
10611
  },
9811
- "node_modules/cosmiconfig/node_modules/json-parse-even-better-errors": {
9812
- "version": "2.3.1",
9813
- "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
9814
- "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
9815
- "dev": true,
9816
- "license": "MIT"
9817
- },
9818
- "node_modules/cosmiconfig/node_modules/parse-json": {
9819
- "version": "5.2.0",
9820
- "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
9821
- "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
9822
- "dev": true,
9823
- "license": "MIT",
9824
- "dependencies": {
9825
- "@babel/code-frame": "^7.0.0",
9826
- "error-ex": "^1.3.1",
9827
- "json-parse-even-better-errors": "^2.3.0",
9828
- "lines-and-columns": "^1.1.6"
9829
- },
9830
- "engines": {
9831
- "node": ">=8"
9832
- },
9833
- "funding": {
9834
- "url": "https://github.com/sponsors/sindresorhus"
9835
- }
9836
- },
9837
10612
  "node_modules/crc-32": {
9838
10613
  "version": "1.2.2",
9839
10614
  "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
@@ -9907,6 +10682,27 @@
9907
10682
  "node": ">=4"
9908
10683
  }
9909
10684
  },
10685
+ "node_modules/csv": {
10686
+ "version": "5.5.3",
10687
+ "resolved": "https://registry.npmjs.org/csv/-/csv-5.5.3.tgz",
10688
+ "integrity": "sha512-QTaY0XjjhTQOdguARF0lGKm5/mEq9PD9/VhZZegHDIBq2tQwgNpHc3dneD4mGo2iJs+fTKv5Bp0fZ+BRuY3Z0g==",
10689
+ "license": "MIT",
10690
+ "dependencies": {
10691
+ "csv-generate": "^3.4.3",
10692
+ "csv-parse": "^4.16.3",
10693
+ "csv-stringify": "^5.6.5",
10694
+ "stream-transform": "^2.1.3"
10695
+ },
10696
+ "engines": {
10697
+ "node": ">= 0.1.90"
10698
+ }
10699
+ },
10700
+ "node_modules/csv-generate": {
10701
+ "version": "3.4.3",
10702
+ "resolved": "https://registry.npmjs.org/csv-generate/-/csv-generate-3.4.3.tgz",
10703
+ "integrity": "sha512-w/T+rqR0vwvHqWs/1ZyMDWtHHSJaN06klRqJXBEpDJaM/+dZkso0OKh1VcuuYvK3XM53KysVNq8Ko/epCK8wOw==",
10704
+ "license": "MIT"
10705
+ },
9910
10706
  "node_modules/csv-parse": {
9911
10707
  "version": "5.5.6",
9912
10708
  "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.5.6.tgz",
@@ -9919,6 +10715,18 @@
9919
10715
  "integrity": "sha512-edlXFVKcUx7r8Vx5zQucsuMg4wb/xT6qyz+Sr1vnLrdXqlLD1+UKyWNyZ9zn6mUW1ewmGxrpVwAcChGF0HQ/2Q==",
9920
10716
  "license": "MIT"
9921
10717
  },
10718
+ "node_modules/csv/node_modules/csv-parse": {
10719
+ "version": "4.16.3",
10720
+ "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-4.16.3.tgz",
10721
+ "integrity": "sha512-cO1I/zmz4w2dcKHVvpCr7JVRu8/FymG5OEpmvsZYlccYolPBLoVGKUHgNoc4ZGkFeFlWGEDmMyBM+TTqRdW/wg==",
10722
+ "license": "MIT"
10723
+ },
10724
+ "node_modules/csv/node_modules/csv-stringify": {
10725
+ "version": "5.6.5",
10726
+ "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-5.6.5.tgz",
10727
+ "integrity": "sha512-PjiQ659aQ+fUTQqSrd1XEDnOr52jh30RBurfzkscaE2tPaFsDH5wOAHJiw8XAHphRknCwMUE9KRayc4K/NbO8A==",
10728
+ "license": "MIT"
10729
+ },
9922
10730
  "node_modules/dargs": {
9923
10731
  "version": "7.0.0",
9924
10732
  "resolved": "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz",
@@ -9941,7 +10749,6 @@
9941
10749
  "version": "1.0.1",
9942
10750
  "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz",
9943
10751
  "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==",
9944
- "dev": true,
9945
10752
  "license": "MIT",
9946
10753
  "dependencies": {
9947
10754
  "call-bind": "^1.0.6",
@@ -9959,7 +10766,6 @@
9959
10766
  "version": "1.0.1",
9960
10767
  "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz",
9961
10768
  "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==",
9962
- "dev": true,
9963
10769
  "license": "MIT",
9964
10770
  "dependencies": {
9965
10771
  "call-bind": "^1.0.7",
@@ -9977,7 +10783,6 @@
9977
10783
  "version": "1.0.0",
9978
10784
  "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz",
9979
10785
  "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==",
9980
- "dev": true,
9981
10786
  "license": "MIT",
9982
10787
  "dependencies": {
9983
10788
  "call-bind": "^1.0.6",
@@ -10002,9 +10807,9 @@
10002
10807
  }
10003
10808
  },
10004
10809
  "node_modules/debug": {
10005
- "version": "4.3.4",
10006
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
10007
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
10810
+ "version": "4.3.5",
10811
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz",
10812
+ "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==",
10008
10813
  "license": "MIT",
10009
10814
  "dependencies": {
10010
10815
  "ms": "2.1.2"
@@ -10037,7 +10842,6 @@
10037
10842
  "version": "1.2.0",
10038
10843
  "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
10039
10844
  "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
10040
- "dev": true,
10041
10845
  "license": "MIT",
10042
10846
  "engines": {
10043
10847
  "node": ">=0.10.0"
@@ -10166,17 +10970,8 @@
10166
10970
  "dependencies": {
10167
10971
  "clone": "^1.0.2"
10168
10972
  },
10169
- "funding": {
10170
- "url": "https://github.com/sponsors/sindresorhus"
10171
- }
10172
- },
10173
- "node_modules/defaults/node_modules/clone": {
10174
- "version": "1.0.4",
10175
- "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
10176
- "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
10177
- "license": "MIT",
10178
- "engines": {
10179
- "node": ">=0.8"
10973
+ "funding": {
10974
+ "url": "https://github.com/sponsors/sindresorhus"
10180
10975
  }
10181
10976
  },
10182
10977
  "node_modules/defer-to-connect": {
@@ -10192,7 +10987,6 @@
10192
10987
  "version": "1.1.4",
10193
10988
  "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
10194
10989
  "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
10195
- "dev": true,
10196
10990
  "license": "MIT",
10197
10991
  "dependencies": {
10198
10992
  "es-define-property": "^1.0.0",
@@ -10222,7 +11016,6 @@
10222
11016
  "version": "1.2.1",
10223
11017
  "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
10224
11018
  "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
10225
- "dev": true,
10226
11019
  "license": "MIT",
10227
11020
  "dependencies": {
10228
11021
  "define-data-property": "^1.0.1",
@@ -10622,7 +11415,6 @@
10622
11415
  "version": "1.23.3",
10623
11416
  "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz",
10624
11417
  "integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==",
10625
- "dev": true,
10626
11418
  "license": "MIT",
10627
11419
  "dependencies": {
10628
11420
  "array-buffer-byte-length": "^1.0.1",
@@ -10683,7 +11475,6 @@
10683
11475
  "version": "1.0.0",
10684
11476
  "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
10685
11477
  "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
10686
- "dev": true,
10687
11478
  "license": "MIT",
10688
11479
  "dependencies": {
10689
11480
  "get-intrinsic": "^1.2.4"
@@ -10696,7 +11487,6 @@
10696
11487
  "version": "1.3.0",
10697
11488
  "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
10698
11489
  "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
10699
- "dev": true,
10700
11490
  "license": "MIT",
10701
11491
  "engines": {
10702
11492
  "node": ">= 0.4"
@@ -10706,7 +11496,6 @@
10706
11496
  "version": "1.0.0",
10707
11497
  "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz",
10708
11498
  "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==",
10709
- "dev": true,
10710
11499
  "license": "MIT",
10711
11500
  "dependencies": {
10712
11501
  "es-errors": "^1.3.0"
@@ -10719,7 +11508,6 @@
10719
11508
  "version": "2.0.3",
10720
11509
  "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz",
10721
11510
  "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==",
10722
- "dev": true,
10723
11511
  "license": "MIT",
10724
11512
  "dependencies": {
10725
11513
  "get-intrinsic": "^1.2.4",
@@ -10734,7 +11522,6 @@
10734
11522
  "version": "1.0.2",
10735
11523
  "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz",
10736
11524
  "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==",
10737
- "dev": true,
10738
11525
  "license": "MIT",
10739
11526
  "dependencies": {
10740
11527
  "hasown": "^2.0.0"
@@ -10744,7 +11531,6 @@
10744
11531
  "version": "1.2.1",
10745
11532
  "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
10746
11533
  "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
10747
- "dev": true,
10748
11534
  "license": "MIT",
10749
11535
  "dependencies": {
10750
11536
  "is-callable": "^1.1.4",
@@ -10769,7 +11555,6 @@
10769
11555
  "version": "3.1.2",
10770
11556
  "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
10771
11557
  "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
10772
- "dev": true,
10773
11558
  "license": "MIT",
10774
11559
  "engines": {
10775
11560
  "node": ">=6"
@@ -11746,7 +12531,6 @@
11746
12531
  "version": "0.3.3",
11747
12532
  "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
11748
12533
  "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
11749
- "dev": true,
11750
12534
  "license": "MIT",
11751
12535
  "dependencies": {
11752
12536
  "is-callable": "^1.1.3"
@@ -11843,9 +12627,9 @@
11843
12627
  }
11844
12628
  },
11845
12629
  "node_modules/fs-minipass/node_modules/minipass": {
11846
- "version": "7.1.1",
11847
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.1.tgz",
11848
- "integrity": "sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==",
12630
+ "version": "7.1.2",
12631
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
12632
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
11849
12633
  "license": "ISC",
11850
12634
  "engines": {
11851
12635
  "node": ">=16 || 14 >=14.17"
@@ -11870,7 +12654,6 @@
11870
12654
  "version": "1.1.6",
11871
12655
  "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz",
11872
12656
  "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==",
11873
- "dev": true,
11874
12657
  "license": "MIT",
11875
12658
  "dependencies": {
11876
12659
  "call-bind": "^1.0.2",
@@ -11889,7 +12672,6 @@
11889
12672
  "version": "1.2.3",
11890
12673
  "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
11891
12674
  "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
11892
- "dev": true,
11893
12675
  "license": "MIT",
11894
12676
  "funding": {
11895
12677
  "url": "https://github.com/sponsors/ljharb"
@@ -11985,7 +12767,6 @@
11985
12767
  "version": "2.0.5",
11986
12768
  "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
11987
12769
  "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
11988
- "dev": true,
11989
12770
  "license": "ISC",
11990
12771
  "engines": {
11991
12772
  "node": "6.* || 8.* || >= 10.*"
@@ -12005,7 +12786,6 @@
12005
12786
  "version": "1.2.4",
12006
12787
  "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
12007
12788
  "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
12008
- "dev": true,
12009
12789
  "license": "MIT",
12010
12790
  "dependencies": {
12011
12791
  "es-errors": "^1.3.0",
@@ -12148,7 +12928,6 @@
12148
12928
  "version": "1.0.2",
12149
12929
  "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz",
12150
12930
  "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==",
12151
- "dev": true,
12152
12931
  "license": "MIT",
12153
12932
  "dependencies": {
12154
12933
  "call-bind": "^1.0.5",
@@ -12281,16 +13060,16 @@
12281
13060
  }
12282
13061
  },
12283
13062
  "node_modules/glob": {
12284
- "version": "10.3.15",
12285
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.15.tgz",
12286
- "integrity": "sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw==",
13063
+ "version": "10.4.1",
13064
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz",
13065
+ "integrity": "sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==",
12287
13066
  "license": "ISC",
12288
13067
  "dependencies": {
12289
13068
  "foreground-child": "^3.1.0",
12290
- "jackspeak": "^2.3.6",
12291
- "minimatch": "^9.0.1",
12292
- "minipass": "^7.0.4",
12293
- "path-scurry": "^1.11.0"
13069
+ "jackspeak": "^3.1.2",
13070
+ "minimatch": "^9.0.4",
13071
+ "minipass": "^7.1.2",
13072
+ "path-scurry": "^1.11.1"
12294
13073
  },
12295
13074
  "bin": {
12296
13075
  "glob": "dist/esm/bin.mjs"
@@ -12346,9 +13125,9 @@
12346
13125
  }
12347
13126
  },
12348
13127
  "node_modules/glob/node_modules/minipass": {
12349
- "version": "7.1.1",
12350
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.1.tgz",
12351
- "integrity": "sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==",
13128
+ "version": "7.1.2",
13129
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
13130
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
12352
13131
  "license": "ISC",
12353
13132
  "engines": {
12354
13133
  "node": ">=16 || 14 >=14.17"
@@ -12412,7 +13191,6 @@
12412
13191
  "version": "1.0.3",
12413
13192
  "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz",
12414
13193
  "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==",
12415
- "dev": true,
12416
13194
  "license": "MIT",
12417
13195
  "dependencies": {
12418
13196
  "define-properties": "^1.1.3"
@@ -12448,7 +13226,6 @@
12448
13226
  "version": "1.0.1",
12449
13227
  "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
12450
13228
  "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
12451
- "dev": true,
12452
13229
  "license": "MIT",
12453
13230
  "dependencies": {
12454
13231
  "get-intrinsic": "^1.1.3"
@@ -12527,6 +13304,12 @@
12527
13304
  "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
12528
13305
  "license": "ISC"
12529
13306
  },
13307
+ "node_modules/grapheme-splitter": {
13308
+ "version": "1.0.4",
13309
+ "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz",
13310
+ "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==",
13311
+ "license": "MIT"
13312
+ },
12530
13313
  "node_modules/graphemer": {
12531
13314
  "version": "1.4.0",
12532
13315
  "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
@@ -12633,7 +13416,6 @@
12633
13416
  "version": "1.0.2",
12634
13417
  "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
12635
13418
  "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
12636
- "dev": true,
12637
13419
  "license": "MIT",
12638
13420
  "funding": {
12639
13421
  "url": "https://github.com/sponsors/ljharb"
@@ -12652,7 +13434,6 @@
12652
13434
  "version": "1.0.2",
12653
13435
  "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
12654
13436
  "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
12655
- "dev": true,
12656
13437
  "license": "MIT",
12657
13438
  "dependencies": {
12658
13439
  "es-define-property": "^1.0.0"
@@ -12665,7 +13446,6 @@
12665
13446
  "version": "1.0.3",
12666
13447
  "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
12667
13448
  "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
12668
- "dev": true,
12669
13449
  "license": "MIT",
12670
13450
  "engines": {
12671
13451
  "node": ">= 0.4"
@@ -12678,7 +13458,6 @@
12678
13458
  "version": "1.0.3",
12679
13459
  "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
12680
13460
  "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
12681
- "dev": true,
12682
13461
  "license": "MIT",
12683
13462
  "engines": {
12684
13463
  "node": ">= 0.4"
@@ -12691,7 +13470,6 @@
12691
13470
  "version": "1.0.2",
12692
13471
  "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
12693
13472
  "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
12694
- "dev": true,
12695
13473
  "license": "MIT",
12696
13474
  "dependencies": {
12697
13475
  "has-symbols": "^1.0.3"
@@ -12843,6 +13621,19 @@
12843
13621
  "node": ">=8.0.0"
12844
13622
  }
12845
13623
  },
13624
+ "node_modules/http-call/node_modules/parse-json": {
13625
+ "version": "4.0.0",
13626
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
13627
+ "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
13628
+ "license": "MIT",
13629
+ "dependencies": {
13630
+ "error-ex": "^1.3.1",
13631
+ "json-parse-better-errors": "^1.0.1"
13632
+ },
13633
+ "engines": {
13634
+ "node": ">=4"
13635
+ }
13636
+ },
12846
13637
  "node_modules/http-parser-js": {
12847
13638
  "version": "0.5.8",
12848
13639
  "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz",
@@ -13035,7 +13826,6 @@
13035
13826
  "version": "3.3.0",
13036
13827
  "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
13037
13828
  "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
13038
- "dev": true,
13039
13829
  "license": "MIT",
13040
13830
  "dependencies": {
13041
13831
  "parent-module": "^1.0.0",
@@ -13052,7 +13842,6 @@
13052
13842
  "version": "4.0.0",
13053
13843
  "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
13054
13844
  "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
13055
- "dev": true,
13056
13845
  "license": "MIT",
13057
13846
  "engines": {
13058
13847
  "node": ">=4"
@@ -13358,7 +14147,6 @@
13358
14147
  "version": "1.0.7",
13359
14148
  "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
13360
14149
  "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==",
13361
- "dev": true,
13362
14150
  "license": "MIT",
13363
14151
  "dependencies": {
13364
14152
  "es-errors": "^1.3.0",
@@ -13425,7 +14213,6 @@
13425
14213
  "version": "3.0.4",
13426
14214
  "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz",
13427
14215
  "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==",
13428
- "dev": true,
13429
14216
  "license": "MIT",
13430
14217
  "dependencies": {
13431
14218
  "call-bind": "^1.0.2",
@@ -13448,7 +14235,6 @@
13448
14235
  "version": "1.0.4",
13449
14236
  "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
13450
14237
  "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
13451
- "dev": true,
13452
14238
  "license": "MIT",
13453
14239
  "dependencies": {
13454
14240
  "has-bigints": "^1.0.1"
@@ -13474,7 +14260,6 @@
13474
14260
  "version": "1.1.2",
13475
14261
  "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
13476
14262
  "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
13477
- "dev": true,
13478
14263
  "license": "MIT",
13479
14264
  "dependencies": {
13480
14265
  "call-bind": "^1.0.2",
@@ -13507,7 +14292,6 @@
13507
14292
  "version": "1.2.7",
13508
14293
  "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
13509
14294
  "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
13510
- "dev": true,
13511
14295
  "license": "MIT",
13512
14296
  "engines": {
13513
14297
  "node": ">= 0.4"
@@ -13517,13 +14301,13 @@
13517
14301
  }
13518
14302
  },
13519
14303
  "node_modules/is-cidr": {
13520
- "version": "5.0.5",
13521
- "resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.0.5.tgz",
13522
- "integrity": "sha512-zDlCvz2v8dBpumuGD4/fc7wzFKY6UYOvFW29JWSstdJoByGN3TKwS0tFA9VWc7DM01VOVOn/DaR84D8Mihp9Rg==",
14304
+ "version": "5.1.0",
14305
+ "resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.1.0.tgz",
14306
+ "integrity": "sha512-OkVS+Ht2ssF27d48gZdB+ho1yND1VbkJRKKS6Pc1/Cw7uqkd9IOJg8/bTwBDQL6tfBhSdguPRnlGiE8pU/X5NQ==",
13523
14307
  "extraneous": true,
13524
14308
  "license": "BSD-2-Clause",
13525
14309
  "dependencies": {
13526
- "cidr-regex": "^4.0.4"
14310
+ "cidr-regex": "^4.1.1"
13527
14311
  },
13528
14312
  "engines": {
13529
14313
  "node": ">=14"
@@ -13545,7 +14329,6 @@
13545
14329
  "version": "1.0.1",
13546
14330
  "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz",
13547
14331
  "integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==",
13548
- "dev": true,
13549
14332
  "license": "MIT",
13550
14333
  "dependencies": {
13551
14334
  "is-typed-array": "^1.1.13"
@@ -13561,7 +14344,6 @@
13561
14344
  "version": "1.0.5",
13562
14345
  "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
13563
14346
  "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
13564
- "dev": true,
13565
14347
  "license": "MIT",
13566
14348
  "dependencies": {
13567
14349
  "has-tostringtag": "^1.0.0"
@@ -13686,7 +14468,6 @@
13686
14468
  "version": "2.0.3",
13687
14469
  "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
13688
14470
  "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
13689
- "dev": true,
13690
14471
  "license": "MIT",
13691
14472
  "engines": {
13692
14473
  "node": ">= 0.4"
@@ -13708,7 +14489,6 @@
13708
14489
  "version": "1.0.7",
13709
14490
  "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
13710
14491
  "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
13711
- "dev": true,
13712
14492
  "license": "MIT",
13713
14493
  "dependencies": {
13714
14494
  "has-tostringtag": "^1.0.0"
@@ -13762,7 +14542,6 @@
13762
14542
  "version": "1.1.4",
13763
14543
  "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
13764
14544
  "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
13765
- "dev": true,
13766
14545
  "license": "MIT",
13767
14546
  "dependencies": {
13768
14547
  "call-bind": "^1.0.2",
@@ -13800,7 +14579,6 @@
13800
14579
  "version": "1.0.3",
13801
14580
  "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz",
13802
14581
  "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==",
13803
- "dev": true,
13804
14582
  "license": "MIT",
13805
14583
  "dependencies": {
13806
14584
  "call-bind": "^1.0.7"
@@ -13828,7 +14606,6 @@
13828
14606
  "version": "1.0.7",
13829
14607
  "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
13830
14608
  "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
13831
- "dev": true,
13832
14609
  "license": "MIT",
13833
14610
  "dependencies": {
13834
14611
  "has-tostringtag": "^1.0.0"
@@ -13844,7 +14621,6 @@
13844
14621
  "version": "1.0.4",
13845
14622
  "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
13846
14623
  "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
13847
- "dev": true,
13848
14624
  "license": "MIT",
13849
14625
  "dependencies": {
13850
14626
  "has-symbols": "^1.0.2"
@@ -13873,7 +14649,6 @@
13873
14649
  "version": "1.1.13",
13874
14650
  "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz",
13875
14651
  "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==",
13876
- "dev": true,
13877
14652
  "license": "MIT",
13878
14653
  "dependencies": {
13879
14654
  "which-typed-array": "^1.1.14"
@@ -13914,7 +14689,6 @@
13914
14689
  "version": "1.0.2",
13915
14690
  "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
13916
14691
  "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
13917
- "dev": true,
13918
14692
  "license": "MIT",
13919
14693
  "dependencies": {
13920
14694
  "call-bind": "^1.0.2"
@@ -13934,18 +14708,15 @@
13934
14708
  }
13935
14709
  },
13936
14710
  "node_modules/is-wsl": {
13937
- "version": "3.1.0",
13938
- "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
13939
- "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
14711
+ "version": "2.2.0",
14712
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
14713
+ "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
13940
14714
  "license": "MIT",
13941
14715
  "dependencies": {
13942
- "is-inside-container": "^1.0.0"
14716
+ "is-docker": "^2.0.0"
13943
14717
  },
13944
14718
  "engines": {
13945
- "node": ">=16"
13946
- },
13947
- "funding": {
13948
- "url": "https://github.com/sponsors/sindresorhus"
14719
+ "node": ">=8"
13949
14720
  }
13950
14721
  },
13951
14722
  "node_modules/isarray": {
@@ -13973,12 +14744,12 @@
13973
14744
  "license": "ISC"
13974
14745
  },
13975
14746
  "node_modules/isomorphic-git": {
13976
- "version": "1.23.0",
13977
- "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.23.0.tgz",
13978
- "integrity": "sha512-7mQlnZivFwrU6B3CswvmoNtVN8jqF9BcLf80uk7yh4fNA8PhFjAfQigi2Hu/Io0cmIvpOc7vn0/Rq3KtL5Ph8g==",
14747
+ "version": "1.25.10",
14748
+ "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.25.10.tgz",
14749
+ "integrity": "sha512-IxGiaKBwAdcgBXwIcxJU6rHLk+NrzYaaPKXXQffcA0GW3IUrQXdUPDXDo+hkGVcYruuz/7JlGBiuaeTCgIgivQ==",
13979
14750
  "license": "MIT",
13980
14751
  "dependencies": {
13981
- "async-lock": "^1.1.0",
14752
+ "async-lock": "^1.4.1",
13982
14753
  "clean-git-ref": "^2.0.1",
13983
14754
  "crc-32": "^1.2.0",
13984
14755
  "diff3": "0.0.3",
@@ -14143,9 +14914,9 @@
14143
14914
  }
14144
14915
  },
14145
14916
  "node_modules/jackspeak": {
14146
- "version": "2.3.6",
14147
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
14148
- "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
14917
+ "version": "3.1.2",
14918
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.1.2.tgz",
14919
+ "integrity": "sha512-kWmLKn2tRtfYMF/BakihVVRzBKOxz4gJMiL2Rj91WnAB5TPZumSH99R/Yf1qE1u4uRimvCSJfm6hnxohXeEXjQ==",
14149
14920
  "license": "BlueOak-1.0.0",
14150
14921
  "dependencies": {
14151
14922
  "@isaacs/cliui": "^8.0.2"
@@ -14223,7 +14994,6 @@
14223
14994
  "version": "4.1.0",
14224
14995
  "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
14225
14996
  "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
14226
- "dev": true,
14227
14997
  "license": "MIT",
14228
14998
  "dependencies": {
14229
14999
  "argparse": "^2.0.1"
@@ -14502,6 +15272,15 @@
14502
15272
  "node": ">=0.10.0"
14503
15273
  }
14504
15274
  },
15275
+ "node_modules/kleur": {
15276
+ "version": "4.1.5",
15277
+ "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
15278
+ "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
15279
+ "license": "MIT",
15280
+ "engines": {
15281
+ "node": ">=6"
15282
+ }
15283
+ },
14505
15284
  "node_modules/levn": {
14506
15285
  "version": "0.4.1",
14507
15286
  "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
@@ -14531,13 +15310,13 @@
14531
15310
  }
14532
15311
  },
14533
15312
  "node_modules/libnpmdiff": {
14534
- "version": "6.1.2",
14535
- "resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.1.2.tgz",
14536
- "integrity": "sha512-cyGmfI9RsAugdbWWSE9eH7tj5/igcRJHFNksIevwXn6mobu+Kna2uX8uWgmlpu90Bg23nPW2rtSJIbGi7IPhyg==",
15313
+ "version": "6.1.3",
15314
+ "resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.1.3.tgz",
15315
+ "integrity": "sha512-ZBZxRabREY9XsLxgP1nIBkLVw9XbG6phD7CqhXAEu4pdiX0LdJm+IViicfbdEuYTcXLIHotexMpukBWX6ALkzA==",
14537
15316
  "extraneous": true,
14538
15317
  "license": "ISC",
14539
15318
  "dependencies": {
14540
- "@npmcli/arborist": "^7.5.2",
15319
+ "@npmcli/arborist": "^7.5.3",
14541
15320
  "@npmcli/installed-package-contents": "^2.1.0",
14542
15321
  "binary-extensions": "^2.3.0",
14543
15322
  "diff": "^5.1.0",
@@ -14567,13 +15346,13 @@
14567
15346
  }
14568
15347
  },
14569
15348
  "node_modules/libnpmexec": {
14570
- "version": "8.1.1",
14571
- "resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-8.1.1.tgz",
14572
- "integrity": "sha512-KGXr+4WvaMNqU27z0qICbFz2EKzYWrcxWoHKWmSX3A1UyEeuLFc86Pie6cbCs5JeKN8TMVyLBJ9z25PHh458eg==",
15349
+ "version": "8.1.2",
15350
+ "resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-8.1.2.tgz",
15351
+ "integrity": "sha512-TKWDOjndJ/wQU93ToRN5wtLM4UpMyG2iB3v5LmjxE3rADIsOBqIdBxJsEyZGDHYAJNuytz8NTTFR1IBSTUA0rA==",
14573
15352
  "extraneous": true,
14574
15353
  "license": "ISC",
14575
15354
  "dependencies": {
14576
- "@npmcli/arborist": "^7.5.2",
15355
+ "@npmcli/arborist": "^7.5.3",
14577
15356
  "@npmcli/run-script": "^8.1.0",
14578
15357
  "ci-info": "^4.0.0",
14579
15358
  "npm-package-arg": "^11.0.2",
@@ -14589,13 +15368,13 @@
14589
15368
  }
14590
15369
  },
14591
15370
  "node_modules/libnpmfund": {
14592
- "version": "5.0.10",
14593
- "resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.10.tgz",
14594
- "integrity": "sha512-WkjxfGC7sdGD7lXYsVNKi3NogROJMTeIFRgFicd0UxEk2eI0CKSC8Tcn5zuazmZse1/Jg0AWHoSgJWpy+0ZXvg==",
15371
+ "version": "5.0.11",
15372
+ "resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.11.tgz",
15373
+ "integrity": "sha512-lk+2awKGcj6gUF99IbD2JThUSSrrXcCpPhDdG+nj34xV+Yq0f5K0SSaXe+gqLYF9N3hmqGKolj/AoHc9zF90Rg==",
14595
15374
  "extraneous": true,
14596
15375
  "license": "ISC",
14597
15376
  "dependencies": {
14598
- "@npmcli/arborist": "^7.5.2"
15377
+ "@npmcli/arborist": "^7.5.3"
14599
15378
  },
14600
15379
  "engines": {
14601
15380
  "node": "^16.14.0 || >=18.0.0"
@@ -14630,13 +15409,13 @@
14630
15409
  }
14631
15410
  },
14632
15411
  "node_modules/libnpmpack": {
14633
- "version": "7.0.2",
14634
- "resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-7.0.2.tgz",
14635
- "integrity": "sha512-hVtWu8P7JIl6SHGoVvECRp2Y+5qHeaUhTLzHpMAPi4iG9dFnY9YgitrAAMfUA/qZhLEvuD+KoYJ04mM7chXt+Q==",
15412
+ "version": "7.0.3",
15413
+ "resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-7.0.3.tgz",
15414
+ "integrity": "sha512-6Fi3XI+Kj8S9grEFg6fPsjKiG8DCDFTQT6Wp0LZS75zHbyaJyD9i30sQmWhvY0q0I75Nzt4QuSnQ9s96szDPdA==",
14636
15415
  "extraneous": true,
14637
15416
  "license": "ISC",
14638
15417
  "dependencies": {
14639
- "@npmcli/arborist": "^7.5.2",
15418
+ "@npmcli/arborist": "^7.5.3",
14640
15419
  "@npmcli/run-script": "^8.1.0",
14641
15420
  "npm-package-arg": "^11.0.2",
14642
15421
  "pacote": "^18.0.6"
@@ -14646,9 +15425,9 @@
14646
15425
  }
14647
15426
  },
14648
15427
  "node_modules/libnpmpublish": {
14649
- "version": "9.0.8",
14650
- "resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.8.tgz",
14651
- "integrity": "sha512-sIsWBSAT7ugDPrV72/Js1vYpZBZuOqlMOOZmpXh2Mn5Tjh4Ycv3qYQGHX19g5wdOuQw4wgluSzF/z7EFSO084g==",
15428
+ "version": "9.0.9",
15429
+ "resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.9.tgz",
15430
+ "integrity": "sha512-26zzwoBNAvX9AWOPiqqF6FG4HrSCPsHFkQm7nT+xU1ggAujL/eae81RnCv4CJ2In9q9fh10B88sYSzKCUh/Ghg==",
14652
15431
  "extraneous": true,
14653
15432
  "license": "ISC",
14654
15433
  "dependencies": {
@@ -14666,9 +15445,9 @@
14666
15445
  }
14667
15446
  },
14668
15447
  "node_modules/libnpmsearch": {
14669
- "version": "7.0.5",
14670
- "resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.5.tgz",
14671
- "integrity": "sha512-GSwFPsPfHsOgWM1bTArG+zSmax5ghqCKh81296/rWLw9nBgBWwHj1MJSZ68SfkjAXgMcr34dHzlKJZjRDIjSNQ==",
15448
+ "version": "7.0.6",
15449
+ "resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.6.tgz",
15450
+ "integrity": "sha512-PmiER4bgiIqN9OjBtgPn2/PxwU+OdJWtLBFM+vewOrn4VmaNAHSUKDt/wxOOkZSDLyMICVUBp61Ji1+XxhSrKw==",
14672
15451
  "extraneous": true,
14673
15452
  "license": "ISC",
14674
15453
  "dependencies": {
@@ -14693,9 +15472,9 @@
14693
15472
  }
14694
15473
  },
14695
15474
  "node_modules/libnpmversion": {
14696
- "version": "6.0.2",
14697
- "resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-6.0.2.tgz",
14698
- "integrity": "sha512-rbc4saGNaXeLMvby8Ta5sOgOXQTrYIXxg+MaA7Uy2wMhESb5ugIfkXJPfgMwLOxQ3o+xDFzNhul6KLjsCyV4tA==",
15475
+ "version": "6.0.3",
15476
+ "resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-6.0.3.tgz",
15477
+ "integrity": "sha512-Kjk1anQ9sPn7E/qF1jXumItvr2OA1914tYWkSTXH9G2rYoY+Ol1+KNrWfGeje2aBvFfKlt4VeKdCfM3yxMXNBw==",
14699
15478
  "extraneous": true,
14700
15479
  "license": "ISC",
14701
15480
  "dependencies": {
@@ -14807,6 +15586,20 @@
14807
15586
  "node": ">=4"
14808
15587
  }
14809
15588
  },
15589
+ "node_modules/load-json-file/node_modules/parse-json": {
15590
+ "version": "4.0.0",
15591
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
15592
+ "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
15593
+ "dev": true,
15594
+ "license": "MIT",
15595
+ "dependencies": {
15596
+ "error-ex": "^1.3.1",
15597
+ "json-parse-better-errors": "^1.0.1"
15598
+ },
15599
+ "engines": {
15600
+ "node": ">=4"
15601
+ }
15602
+ },
14810
15603
  "node_modules/load-json-file/node_modules/pify": {
14811
15604
  "version": "3.0.0",
14812
15605
  "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
@@ -15168,9 +15961,9 @@
15168
15961
  }
15169
15962
  },
15170
15963
  "node_modules/make-fetch-happen/node_modules/minipass": {
15171
- "version": "7.1.1",
15172
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.1.tgz",
15173
- "integrity": "sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==",
15964
+ "version": "7.1.2",
15965
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
15966
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
15174
15967
  "extraneous": true,
15175
15968
  "license": "ISC",
15176
15969
  "engines": {
@@ -15599,9 +16392,9 @@
15599
16392
  }
15600
16393
  },
15601
16394
  "node_modules/minipass-fetch/node_modules/minipass": {
15602
- "version": "7.1.1",
15603
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.1.tgz",
15604
- "integrity": "sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==",
16395
+ "version": "7.1.2",
16396
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
16397
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
15605
16398
  "license": "ISC",
15606
16399
  "engines": {
15607
16400
  "node": ">=16 || 14 >=14.17"
@@ -15666,6 +16459,15 @@
15666
16459
  "node": ">= 8"
15667
16460
  }
15668
16461
  },
16462
+ "node_modules/mixme": {
16463
+ "version": "0.5.10",
16464
+ "resolved": "https://registry.npmjs.org/mixme/-/mixme-0.5.10.tgz",
16465
+ "integrity": "sha512-5H76ANWinB1H3twpJ6JY8uvAtpmFvHNArpilJAjXRKXSDDLPIMoZArw5SH0q9z+lLs8IrMw7Q2VWpWimFKFT1Q==",
16466
+ "license": "MIT",
16467
+ "engines": {
16468
+ "node": ">= 8.0.0"
16469
+ }
16470
+ },
15669
16471
  "node_modules/mkdirp": {
15670
16472
  "version": "1.0.4",
15671
16473
  "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
@@ -15743,6 +16545,31 @@
15743
16545
  "node": ">= 14.0.0"
15744
16546
  }
15745
16547
  },
16548
+ "node_modules/mocha/node_modules/debug": {
16549
+ "version": "4.3.4",
16550
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
16551
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
16552
+ "dev": true,
16553
+ "license": "MIT",
16554
+ "dependencies": {
16555
+ "ms": "2.1.2"
16556
+ },
16557
+ "engines": {
16558
+ "node": ">=6.0"
16559
+ },
16560
+ "peerDependenciesMeta": {
16561
+ "supports-color": {
16562
+ "optional": true
16563
+ }
16564
+ }
16565
+ },
16566
+ "node_modules/mocha/node_modules/debug/node_modules/ms": {
16567
+ "version": "2.1.2",
16568
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
16569
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
16570
+ "dev": true,
16571
+ "license": "MIT"
16572
+ },
15746
16573
  "node_modules/mocha/node_modules/diff": {
15747
16574
  "version": "5.0.0",
15748
16575
  "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
@@ -16212,9 +17039,9 @@
16212
17039
  }
16213
17040
  },
16214
17041
  "node_modules/npm": {
16215
- "version": "10.8.0",
16216
- "resolved": "https://registry.npmjs.org/npm/-/npm-10.8.0.tgz",
16217
- "integrity": "sha512-wh93uRczgp7HDnPMiLXcCkv2hagdJS0zJ9KT/31d0FoXP02+qgN2AOwpaW85fxRWkinl2rELfPw+CjBXW48/jQ==",
17042
+ "version": "10.8.1",
17043
+ "resolved": "https://registry.npmjs.org/npm/-/npm-10.8.1.tgz",
17044
+ "integrity": "sha512-Dp1C6SvSMYQI7YHq/y2l94uvI+59Eqbu1EpuKQHQ8p16txXRuRit5gH3Lnaagk2aXDIjg/Iru9pd05bnneKgdw==",
16218
17045
  "bundleDependencies": [
16219
17046
  "@isaacs/string-locale-compare",
16220
17047
  "@npmcli/arborist",
@@ -16295,15 +17122,15 @@
16295
17122
  ],
16296
17123
  "dependencies": {
16297
17124
  "@isaacs/string-locale-compare": "^1.1.0",
16298
- "@npmcli/arborist": "^7.5.2",
16299
- "@npmcli/config": "^8.3.2",
17125
+ "@npmcli/arborist": "^7.5.3",
17126
+ "@npmcli/config": "^8.3.3",
16300
17127
  "@npmcli/fs": "^3.1.1",
16301
17128
  "@npmcli/map-workspaces": "^3.0.6",
16302
- "@npmcli/package-json": "^5.1.0",
17129
+ "@npmcli/package-json": "^5.1.1",
16303
17130
  "@npmcli/promise-spawn": "^7.0.2",
16304
17131
  "@npmcli/redact": "^2.0.0",
16305
17132
  "@npmcli/run-script": "^8.1.0",
16306
- "@sigstore/tuf": "^2.3.3",
17133
+ "@sigstore/tuf": "^2.3.4",
16307
17134
  "abbrev": "^2.0.0",
16308
17135
  "archy": "~1.0.0",
16309
17136
  "cacache": "^18.0.3",
@@ -16312,24 +17139,24 @@
16312
17139
  "cli-columns": "^4.0.0",
16313
17140
  "fastest-levenshtein": "^1.0.16",
16314
17141
  "fs-minipass": "^3.0.3",
16315
- "glob": "^10.3.15",
17142
+ "glob": "^10.4.1",
16316
17143
  "graceful-fs": "^4.2.11",
16317
17144
  "hosted-git-info": "^7.0.2",
16318
- "ini": "^4.1.2",
17145
+ "ini": "^4.1.3",
16319
17146
  "init-package-json": "^6.0.3",
16320
- "is-cidr": "^5.0.5",
17147
+ "is-cidr": "^5.1.0",
16321
17148
  "json-parse-even-better-errors": "^3.0.2",
16322
17149
  "libnpmaccess": "^8.0.6",
16323
- "libnpmdiff": "^6.1.2",
16324
- "libnpmexec": "^8.1.1",
16325
- "libnpmfund": "^5.0.10",
17150
+ "libnpmdiff": "^6.1.3",
17151
+ "libnpmexec": "^8.1.2",
17152
+ "libnpmfund": "^5.0.11",
16326
17153
  "libnpmhook": "^10.0.5",
16327
17154
  "libnpmorg": "^6.0.6",
16328
- "libnpmpack": "^7.0.2",
16329
- "libnpmpublish": "^9.0.8",
16330
- "libnpmsearch": "^7.0.5",
17155
+ "libnpmpack": "^7.0.3",
17156
+ "libnpmpublish": "^9.0.9",
17157
+ "libnpmsearch": "^7.0.6",
16331
17158
  "libnpmteam": "^6.0.5",
16332
- "libnpmversion": "^6.0.2",
17159
+ "libnpmversion": "^6.0.3",
16333
17160
  "make-fetch-happen": "^13.0.1",
16334
17161
  "minimatch": "^9.0.4",
16335
17162
  "minipass": "^7.1.1",
@@ -16496,9 +17323,9 @@
16496
17323
  }
16497
17324
  },
16498
17325
  "node_modules/npm-registry-fetch/node_modules/minipass": {
16499
- "version": "7.1.1",
16500
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.1.tgz",
16501
- "integrity": "sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==",
17326
+ "version": "7.1.2",
17327
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
17328
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
16502
17329
  "extraneous": true,
16503
17330
  "license": "ISC",
16504
17331
  "engines": {
@@ -16624,9 +17451,9 @@
16624
17451
  }
16625
17452
  },
16626
17453
  "node_modules/npm/node_modules/@npmcli/arborist": {
16627
- "version": "7.5.2",
16628
- "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.5.2.tgz",
16629
- "integrity": "sha512-V0zqhdnK9Av3qSIbhYs2O+7HAJPSGhqBkNP6624iSVke2J2JKY306V5Czwul+tc2Xnq6SDEKe8v+frLeKJ4aeA==",
17454
+ "version": "7.5.3",
17455
+ "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.5.3.tgz",
17456
+ "integrity": "sha512-7gbMdDNSYUzi0j2mpb6FoXRg3BxXWplMQZH1MZlvNjSdWFObaUz2Ssvo0Nlh2xmWks1OPo+gpsE6qxpT/5M7lQ==",
16630
17457
  "inBundle": true,
16631
17458
  "license": "ISC",
16632
17459
  "dependencies": {
@@ -16674,9 +17501,9 @@
16674
17501
  }
16675
17502
  },
16676
17503
  "node_modules/npm/node_modules/@npmcli/config": {
16677
- "version": "8.3.2",
16678
- "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.3.2.tgz",
16679
- "integrity": "sha512-IMzf+fhRXibqh9mBwXK/QFIr97SAlZjfwsWPEz/2pST1cE9k9LcwznO7aDNXJoMrDjxPHZmb2bAAKASsa6EedA==",
17504
+ "version": "8.3.3",
17505
+ "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.3.3.tgz",
17506
+ "integrity": "sha512-sIMKHiiYr91ALiHjhPq64F5P/SCaiSyDfpNmgYHtlIJtLY445+3+r3VoREzpdDrOwIqwQ6iEHinbTfaocL0UgA==",
16680
17507
  "inBundle": true,
16681
17508
  "license": "ISC",
16682
17509
  "dependencies": {
@@ -16797,9 +17624,9 @@
16797
17624
  }
16798
17625
  },
16799
17626
  "node_modules/npm/node_modules/@npmcli/package-json": {
16800
- "version": "5.1.0",
16801
- "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.1.0.tgz",
16802
- "integrity": "sha512-1aL4TuVrLS9sf8quCLerU3H9J4vtCtgu8VauYozrmEyU57i/EdKleCnsQ7vpnABIH6c9mnTxcH5sFkO3BlV8wQ==",
17627
+ "version": "5.1.1",
17628
+ "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.1.1.tgz",
17629
+ "integrity": "sha512-uTq5j/UqUzbOaOxVy+osfOhpqOiLfUZ0Ut33UbcyyAPJbZcJsf4Mrsyb8r58FoIFlofw0iOFsuCA/oDK14VDJQ==",
16803
17630
  "inBundle": true,
16804
17631
  "license": "ISC",
16805
17632
  "dependencies": {
@@ -16881,13 +17708,11 @@
16881
17708
  }
16882
17709
  },
16883
17710
  "node_modules/npm/node_modules/@sigstore/bundle": {
16884
- "version": "2.3.1",
16885
- "resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.3.1.tgz",
16886
- "integrity": "sha512-eqV17lO3EIFqCWK3969Rz+J8MYrRZKw9IBHpSo6DEcEX2c+uzDFOgHE9f2MnyDpfs48LFO4hXmk9KhQ74JzU1g==",
17711
+ "version": "2.3.2",
16887
17712
  "inBundle": true,
16888
17713
  "license": "Apache-2.0",
16889
17714
  "dependencies": {
16890
- "@sigstore/protobuf-specs": "^0.3.1"
17715
+ "@sigstore/protobuf-specs": "^0.3.2"
16891
17716
  },
16892
17717
  "engines": {
16893
17718
  "node": "^16.14.0 || >=18.0.0"
@@ -16914,13 +17739,13 @@
16914
17739
  }
16915
17740
  },
16916
17741
  "node_modules/npm/node_modules/@sigstore/sign": {
16917
- "version": "2.3.1",
17742
+ "version": "2.3.2",
16918
17743
  "inBundle": true,
16919
17744
  "license": "Apache-2.0",
16920
17745
  "dependencies": {
16921
- "@sigstore/bundle": "^2.3.0",
17746
+ "@sigstore/bundle": "^2.3.2",
16922
17747
  "@sigstore/core": "^1.0.0",
16923
- "@sigstore/protobuf-specs": "^0.3.1",
17748
+ "@sigstore/protobuf-specs": "^0.3.2",
16924
17749
  "make-fetch-happen": "^13.0.1",
16925
17750
  "proc-log": "^4.2.0",
16926
17751
  "promise-retry": "^2.0.1"
@@ -16930,11 +17755,13 @@
16930
17755
  }
16931
17756
  },
16932
17757
  "node_modules/npm/node_modules/@sigstore/tuf": {
16933
- "version": "2.3.3",
17758
+ "version": "2.3.4",
17759
+ "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.4.tgz",
17760
+ "integrity": "sha512-44vtsveTPUpqhm9NCrbU8CWLe3Vck2HO1PNLw7RIajbB7xhtn5RBPm1VNSCMwqGYHhDsBJG8gDF0q4lgydsJvw==",
16934
17761
  "inBundle": true,
16935
17762
  "license": "Apache-2.0",
16936
17763
  "dependencies": {
16937
- "@sigstore/protobuf-specs": "^0.3.0",
17764
+ "@sigstore/protobuf-specs": "^0.3.2",
16938
17765
  "tuf-js": "^2.2.1"
16939
17766
  },
16940
17767
  "engines": {
@@ -16942,15 +17769,13 @@
16942
17769
  }
16943
17770
  },
16944
17771
  "node_modules/npm/node_modules/@sigstore/verify": {
16945
- "version": "1.2.0",
16946
- "resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-1.2.0.tgz",
16947
- "integrity": "sha512-hQF60nc9yab+Csi4AyoAmilGNfpXT+EXdBgFkP9OgPwIBPwyqVf7JAWPtmqrrrneTmAT6ojv7OlH1f6Ix5BG4Q==",
17772
+ "version": "1.2.1",
16948
17773
  "inBundle": true,
16949
17774
  "license": "Apache-2.0",
16950
17775
  "dependencies": {
16951
- "@sigstore/bundle": "^2.3.1",
17776
+ "@sigstore/bundle": "^2.3.2",
16952
17777
  "@sigstore/core": "^1.1.0",
16953
- "@sigstore/protobuf-specs": "^0.3.1"
17778
+ "@sigstore/protobuf-specs": "^0.3.2"
16954
17779
  },
16955
17780
  "engines": {
16956
17781
  "node": "^16.14.0 || >=18.0.0"
@@ -17164,9 +17989,9 @@
17164
17989
  }
17165
17990
  },
17166
17991
  "node_modules/npm/node_modules/cidr-regex": {
17167
- "version": "4.0.5",
17168
- "resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.0.5.tgz",
17169
- "integrity": "sha512-gljhROSwEnEvC+2lKqfkv1dU2v46h8Cwob19LlfGeGRMDLuwFD5+3D6+/vaa9/QrVLDASiSQ2OYQwzzjQ5I57A==",
17992
+ "version": "4.1.1",
17993
+ "resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.1.1.tgz",
17994
+ "integrity": "sha512-ekKcVp+iRB9zlKFXyx7io7nINgb0oRjgRdXNEodp1OuxRui8FXr/CA40Tz1voWUp9DPPrMyQKy01vJhDo4N1lw==",
17170
17995
  "inBundle": true,
17171
17996
  "license": "BSD-2-Clause",
17172
17997
  "dependencies": {
@@ -17281,8 +18106,6 @@
17281
18106
  },
17282
18107
  "node_modules/npm/node_modules/debug": {
17283
18108
  "version": "4.3.4",
17284
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
17285
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
17286
18109
  "inBundle": true,
17287
18110
  "license": "MIT",
17288
18111
  "dependencies": {
@@ -17414,17 +18237,17 @@
17414
18237
  }
17415
18238
  },
17416
18239
  "node_modules/npm/node_modules/glob": {
17417
- "version": "10.3.15",
17418
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.15.tgz",
17419
- "integrity": "sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw==",
18240
+ "version": "10.4.1",
18241
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz",
18242
+ "integrity": "sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==",
17420
18243
  "inBundle": true,
17421
18244
  "license": "ISC",
17422
18245
  "dependencies": {
17423
18246
  "foreground-child": "^3.1.0",
17424
- "jackspeak": "^2.3.6",
17425
- "minimatch": "^9.0.1",
17426
- "minipass": "^7.0.4",
17427
- "path-scurry": "^1.11.0"
18247
+ "jackspeak": "^3.1.2",
18248
+ "minimatch": "^9.0.4",
18249
+ "minipass": "^7.1.2",
18250
+ "path-scurry": "^1.11.1"
17428
18251
  },
17429
18252
  "bin": {
17430
18253
  "glob": "dist/esm/bin.mjs"
@@ -17550,9 +18373,9 @@
17550
18373
  }
17551
18374
  },
17552
18375
  "node_modules/npm/node_modules/ini": {
17553
- "version": "4.1.2",
17554
- "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.2.tgz",
17555
- "integrity": "sha512-AMB1mvwR1pyBFY/nSevUX6y8nJWS63/SzUKD3JyQn97s4xgIdgQPT75IRouIiBAN4yLQBUShNYVW0+UG25daCw==",
18376
+ "version": "4.1.3",
18377
+ "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz",
18378
+ "integrity": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==",
17556
18379
  "inBundle": true,
17557
18380
  "license": "ISC",
17558
18381
  "engines": {
@@ -17606,13 +18429,13 @@
17606
18429
  }
17607
18430
  },
17608
18431
  "node_modules/npm/node_modules/is-cidr": {
17609
- "version": "5.0.5",
17610
- "resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.0.5.tgz",
17611
- "integrity": "sha512-zDlCvz2v8dBpumuGD4/fc7wzFKY6UYOvFW29JWSstdJoByGN3TKwS0tFA9VWc7DM01VOVOn/DaR84D8Mihp9Rg==",
18432
+ "version": "5.1.0",
18433
+ "resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.1.0.tgz",
18434
+ "integrity": "sha512-OkVS+Ht2ssF27d48gZdB+ho1yND1VbkJRKKS6Pc1/Cw7uqkd9IOJg8/bTwBDQL6tfBhSdguPRnlGiE8pU/X5NQ==",
17612
18435
  "inBundle": true,
17613
18436
  "license": "BSD-2-Clause",
17614
18437
  "dependencies": {
17615
- "cidr-regex": "^4.0.4"
18438
+ "cidr-regex": "^4.1.1"
17616
18439
  },
17617
18440
  "engines": {
17618
18441
  "node": ">=14"
@@ -17656,9 +18479,9 @@
17656
18479
  "license": "ISC"
17657
18480
  },
17658
18481
  "node_modules/npm/node_modules/jackspeak": {
17659
- "version": "2.3.6",
17660
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
17661
- "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
18482
+ "version": "3.1.2",
18483
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.1.2.tgz",
18484
+ "integrity": "sha512-kWmLKn2tRtfYMF/BakihVVRzBKOxz4gJMiL2Rj91WnAB5TPZumSH99R/Yf1qE1u4uRimvCSJfm6hnxohXeEXjQ==",
17662
18485
  "inBundle": true,
17663
18486
  "license": "BlueOak-1.0.0",
17664
18487
  "dependencies": {
@@ -17740,13 +18563,13 @@
17740
18563
  }
17741
18564
  },
17742
18565
  "node_modules/npm/node_modules/libnpmdiff": {
17743
- "version": "6.1.2",
17744
- "resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.1.2.tgz",
17745
- "integrity": "sha512-cyGmfI9RsAugdbWWSE9eH7tj5/igcRJHFNksIevwXn6mobu+Kna2uX8uWgmlpu90Bg23nPW2rtSJIbGi7IPhyg==",
18566
+ "version": "6.1.3",
18567
+ "resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.1.3.tgz",
18568
+ "integrity": "sha512-ZBZxRabREY9XsLxgP1nIBkLVw9XbG6phD7CqhXAEu4pdiX0LdJm+IViicfbdEuYTcXLIHotexMpukBWX6ALkzA==",
17746
18569
  "inBundle": true,
17747
18570
  "license": "ISC",
17748
18571
  "dependencies": {
17749
- "@npmcli/arborist": "^7.5.2",
18572
+ "@npmcli/arborist": "^7.5.3",
17750
18573
  "@npmcli/installed-package-contents": "^2.1.0",
17751
18574
  "binary-extensions": "^2.3.0",
17752
18575
  "diff": "^5.1.0",
@@ -17760,13 +18583,13 @@
17760
18583
  }
17761
18584
  },
17762
18585
  "node_modules/npm/node_modules/libnpmexec": {
17763
- "version": "8.1.1",
17764
- "resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-8.1.1.tgz",
17765
- "integrity": "sha512-KGXr+4WvaMNqU27z0qICbFz2EKzYWrcxWoHKWmSX3A1UyEeuLFc86Pie6cbCs5JeKN8TMVyLBJ9z25PHh458eg==",
18586
+ "version": "8.1.2",
18587
+ "resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-8.1.2.tgz",
18588
+ "integrity": "sha512-TKWDOjndJ/wQU93ToRN5wtLM4UpMyG2iB3v5LmjxE3rADIsOBqIdBxJsEyZGDHYAJNuytz8NTTFR1IBSTUA0rA==",
17766
18589
  "inBundle": true,
17767
18590
  "license": "ISC",
17768
18591
  "dependencies": {
17769
- "@npmcli/arborist": "^7.5.2",
18592
+ "@npmcli/arborist": "^7.5.3",
17770
18593
  "@npmcli/run-script": "^8.1.0",
17771
18594
  "ci-info": "^4.0.0",
17772
18595
  "npm-package-arg": "^11.0.2",
@@ -17782,13 +18605,13 @@
17782
18605
  }
17783
18606
  },
17784
18607
  "node_modules/npm/node_modules/libnpmfund": {
17785
- "version": "5.0.10",
17786
- "resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.10.tgz",
17787
- "integrity": "sha512-WkjxfGC7sdGD7lXYsVNKi3NogROJMTeIFRgFicd0UxEk2eI0CKSC8Tcn5zuazmZse1/Jg0AWHoSgJWpy+0ZXvg==",
18608
+ "version": "5.0.11",
18609
+ "resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.11.tgz",
18610
+ "integrity": "sha512-lk+2awKGcj6gUF99IbD2JThUSSrrXcCpPhDdG+nj34xV+Yq0f5K0SSaXe+gqLYF9N3hmqGKolj/AoHc9zF90Rg==",
17788
18611
  "inBundle": true,
17789
18612
  "license": "ISC",
17790
18613
  "dependencies": {
17791
- "@npmcli/arborist": "^7.5.2"
18614
+ "@npmcli/arborist": "^7.5.3"
17792
18615
  },
17793
18616
  "engines": {
17794
18617
  "node": "^16.14.0 || >=18.0.0"
@@ -17823,13 +18646,13 @@
17823
18646
  }
17824
18647
  },
17825
18648
  "node_modules/npm/node_modules/libnpmpack": {
17826
- "version": "7.0.2",
17827
- "resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-7.0.2.tgz",
17828
- "integrity": "sha512-hVtWu8P7JIl6SHGoVvECRp2Y+5qHeaUhTLzHpMAPi4iG9dFnY9YgitrAAMfUA/qZhLEvuD+KoYJ04mM7chXt+Q==",
18649
+ "version": "7.0.3",
18650
+ "resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-7.0.3.tgz",
18651
+ "integrity": "sha512-6Fi3XI+Kj8S9grEFg6fPsjKiG8DCDFTQT6Wp0LZS75zHbyaJyD9i30sQmWhvY0q0I75Nzt4QuSnQ9s96szDPdA==",
17829
18652
  "inBundle": true,
17830
18653
  "license": "ISC",
17831
18654
  "dependencies": {
17832
- "@npmcli/arborist": "^7.5.2",
18655
+ "@npmcli/arborist": "^7.5.3",
17833
18656
  "@npmcli/run-script": "^8.1.0",
17834
18657
  "npm-package-arg": "^11.0.2",
17835
18658
  "pacote": "^18.0.6"
@@ -17839,9 +18662,9 @@
17839
18662
  }
17840
18663
  },
17841
18664
  "node_modules/npm/node_modules/libnpmpublish": {
17842
- "version": "9.0.8",
17843
- "resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.8.tgz",
17844
- "integrity": "sha512-sIsWBSAT7ugDPrV72/Js1vYpZBZuOqlMOOZmpXh2Mn5Tjh4Ycv3qYQGHX19g5wdOuQw4wgluSzF/z7EFSO084g==",
18665
+ "version": "9.0.9",
18666
+ "resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.9.tgz",
18667
+ "integrity": "sha512-26zzwoBNAvX9AWOPiqqF6FG4HrSCPsHFkQm7nT+xU1ggAujL/eae81RnCv4CJ2In9q9fh10B88sYSzKCUh/Ghg==",
17845
18668
  "inBundle": true,
17846
18669
  "license": "ISC",
17847
18670
  "dependencies": {
@@ -17859,9 +18682,9 @@
17859
18682
  }
17860
18683
  },
17861
18684
  "node_modules/npm/node_modules/libnpmsearch": {
17862
- "version": "7.0.5",
17863
- "resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.5.tgz",
17864
- "integrity": "sha512-GSwFPsPfHsOgWM1bTArG+zSmax5ghqCKh81296/rWLw9nBgBWwHj1MJSZ68SfkjAXgMcr34dHzlKJZjRDIjSNQ==",
18685
+ "version": "7.0.6",
18686
+ "resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.6.tgz",
18687
+ "integrity": "sha512-PmiER4bgiIqN9OjBtgPn2/PxwU+OdJWtLBFM+vewOrn4VmaNAHSUKDt/wxOOkZSDLyMICVUBp61Ji1+XxhSrKw==",
17865
18688
  "inBundle": true,
17866
18689
  "license": "ISC",
17867
18690
  "dependencies": {
@@ -17886,9 +18709,9 @@
17886
18709
  }
17887
18710
  },
17888
18711
  "node_modules/npm/node_modules/libnpmversion": {
17889
- "version": "6.0.2",
17890
- "resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-6.0.2.tgz",
17891
- "integrity": "sha512-rbc4saGNaXeLMvby8Ta5sOgOXQTrYIXxg+MaA7Uy2wMhESb5ugIfkXJPfgMwLOxQ3o+xDFzNhul6KLjsCyV4tA==",
18712
+ "version": "6.0.3",
18713
+ "resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-6.0.3.tgz",
18714
+ "integrity": "sha512-Kjk1anQ9sPn7E/qF1jXumItvr2OA1914tYWkSTXH9G2rYoY+Ol1+KNrWfGeje2aBvFfKlt4VeKdCfM3yxMXNBw==",
17892
18715
  "inBundle": true,
17893
18716
  "license": "ISC",
17894
18717
  "dependencies": {
@@ -17953,9 +18776,9 @@
17953
18776
  }
17954
18777
  },
17955
18778
  "node_modules/npm/node_modules/minipass": {
17956
- "version": "7.1.1",
17957
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.1.tgz",
17958
- "integrity": "sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==",
18779
+ "version": "7.1.2",
18780
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
18781
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
17959
18782
  "inBundle": true,
17960
18783
  "license": "ISC",
17961
18784
  "engines": {
@@ -18451,9 +19274,7 @@
18451
19274
  }
18452
19275
  },
18453
19276
  "node_modules/npm/node_modules/postcss-selector-parser": {
18454
- "version": "6.0.16",
18455
- "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz",
18456
- "integrity": "sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==",
19277
+ "version": "6.1.0",
18457
19278
  "inBundle": true,
18458
19279
  "license": "MIT",
18459
19280
  "dependencies": {
@@ -18650,18 +19471,16 @@
18650
19471
  }
18651
19472
  },
18652
19473
  "node_modules/npm/node_modules/sigstore": {
18653
- "version": "2.3.0",
18654
- "resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.3.0.tgz",
18655
- "integrity": "sha512-q+o8L2ebiWD1AxD17eglf1pFrl9jtW7FHa0ygqY6EKvibK8JHyq9Z26v9MZXeDiw+RbfOJ9j2v70M10Hd6E06A==",
19474
+ "version": "2.3.1",
18656
19475
  "inBundle": true,
18657
19476
  "license": "Apache-2.0",
18658
19477
  "dependencies": {
18659
- "@sigstore/bundle": "^2.3.1",
19478
+ "@sigstore/bundle": "^2.3.2",
18660
19479
  "@sigstore/core": "^1.0.0",
18661
- "@sigstore/protobuf-specs": "^0.3.1",
18662
- "@sigstore/sign": "^2.3.0",
18663
- "@sigstore/tuf": "^2.3.1",
18664
- "@sigstore/verify": "^1.2.0"
19480
+ "@sigstore/protobuf-specs": "^0.3.2",
19481
+ "@sigstore/sign": "^2.3.2",
19482
+ "@sigstore/tuf": "^2.3.4",
19483
+ "@sigstore/verify": "^1.2.1"
18665
19484
  },
18666
19485
  "engines": {
18667
19486
  "node": "^16.14.0 || >=18.0.0"
@@ -18749,9 +19568,7 @@
18749
19568
  }
18750
19569
  },
18751
19570
  "node_modules/npm/node_modules/spdx-license-ids": {
18752
- "version": "3.0.17",
18753
- "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz",
18754
- "integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==",
19571
+ "version": "3.0.18",
18755
19572
  "inBundle": true,
18756
19573
  "license": "CC0-1.0"
18757
19574
  },
@@ -19351,7 +20168,6 @@
19351
20168
  "version": "1.13.1",
19352
20169
  "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz",
19353
20170
  "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==",
19354
- "dev": true,
19355
20171
  "license": "MIT",
19356
20172
  "funding": {
19357
20173
  "url": "https://github.com/sponsors/ljharb"
@@ -19361,7 +20177,6 @@
19361
20177
  "version": "1.1.1",
19362
20178
  "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
19363
20179
  "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
19364
- "dev": true,
19365
20180
  "license": "MIT",
19366
20181
  "engines": {
19367
20182
  "node": ">= 0.4"
@@ -19380,7 +20195,6 @@
19380
20195
  "version": "4.1.5",
19381
20196
  "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz",
19382
20197
  "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==",
19383
- "dev": true,
19384
20198
  "license": "MIT",
19385
20199
  "dependencies": {
19386
20200
  "call-bind": "^1.0.5",
@@ -19492,41 +20306,16 @@
19492
20306
  "node": ">=18.0.0"
19493
20307
  }
19494
20308
  },
19495
- "node_modules/oclif/node_modules/@inquirer/core": {
19496
- "version": "8.2.1",
19497
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.2.1.tgz",
19498
- "integrity": "sha512-TIcuQMn2qrtyYe0j136UpHeYpk7AcR/trKeT/7YY0vRgcS9YSfJuQ2+PudPhSofLLsHNnRYAHScQCcVZrJkMqA==",
19499
- "dev": true,
19500
- "license": "MIT",
19501
- "dependencies": {
19502
- "@inquirer/figures": "^1.0.2",
19503
- "@inquirer/type": "^1.3.2",
19504
- "@types/mute-stream": "^0.0.4",
19505
- "@types/node": "^20.12.12",
19506
- "@types/wrap-ansi": "^3.0.0",
19507
- "ansi-escapes": "^4.3.2",
19508
- "chalk": "^4.1.2",
19509
- "cli-spinners": "^2.9.2",
19510
- "cli-width": "^4.1.0",
19511
- "mute-stream": "^1.0.0",
19512
- "signal-exit": "^4.1.0",
19513
- "strip-ansi": "^6.0.1",
19514
- "wrap-ansi": "^6.2.0"
19515
- },
19516
- "engines": {
19517
- "node": ">=18"
19518
- }
19519
- },
19520
20309
  "node_modules/oclif/node_modules/@inquirer/select": {
19521
- "version": "2.3.4",
19522
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.4.tgz",
19523
- "integrity": "sha512-y9HGzHfPPh60QciH7WiKtjtWjgU24jrIsfJnq4Zqmu8k4HVVQPBXxiKKzwzJyJWwdWZcWATm4VDDWGFEjVHvGA==",
20310
+ "version": "2.3.5",
20311
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.5.tgz",
20312
+ "integrity": "sha512-IyBj8oEtmdF2Gx4FJTPtEya37MD6s0KATKsHqgmls0lK7EQbhYSq9GQlcFq6cBsYe/cgQ0Fg2cCqYYPi/d/fxQ==",
19524
20313
  "dev": true,
19525
20314
  "license": "MIT",
19526
20315
  "dependencies": {
19527
- "@inquirer/core": "^8.2.1",
19528
- "@inquirer/figures": "^1.0.2",
19529
- "@inquirer/type": "^1.3.2",
20316
+ "@inquirer/core": "^8.2.2",
20317
+ "@inquirer/figures": "^1.0.3",
20318
+ "@inquirer/type": "^1.3.3",
19530
20319
  "ansi-escapes": "^4.3.2",
19531
20320
  "chalk": "^4.1.2"
19532
20321
  },
@@ -19576,32 +20365,6 @@
19576
20365
  "graceful-fs": "^4.1.6"
19577
20366
  }
19578
20367
  },
19579
- "node_modules/oclif/node_modules/signal-exit": {
19580
- "version": "4.1.0",
19581
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
19582
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
19583
- "dev": true,
19584
- "license": "ISC",
19585
- "engines": {
19586
- "node": ">=14"
19587
- },
19588
- "funding": {
19589
- "url": "https://github.com/sponsors/isaacs"
19590
- }
19591
- },
19592
- "node_modules/oclif/node_modules/strip-ansi": {
19593
- "version": "6.0.1",
19594
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
19595
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
19596
- "dev": true,
19597
- "license": "MIT",
19598
- "dependencies": {
19599
- "ansi-regex": "^5.0.1"
19600
- },
19601
- "engines": {
19602
- "node": ">=8"
19603
- }
19604
- },
19605
20368
  "node_modules/oclif/node_modules/universalify": {
19606
20369
  "version": "0.1.2",
19607
20370
  "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
@@ -19651,13 +20414,28 @@
19651
20414
  "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==",
19652
20415
  "license": "MIT",
19653
20416
  "dependencies": {
19654
- "default-browser": "^5.2.1",
19655
- "define-lazy-prop": "^3.0.0",
19656
- "is-inside-container": "^1.0.0",
19657
- "is-wsl": "^3.1.0"
20417
+ "default-browser": "^5.2.1",
20418
+ "define-lazy-prop": "^3.0.0",
20419
+ "is-inside-container": "^1.0.0",
20420
+ "is-wsl": "^3.1.0"
20421
+ },
20422
+ "engines": {
20423
+ "node": ">=18"
20424
+ },
20425
+ "funding": {
20426
+ "url": "https://github.com/sponsors/sindresorhus"
20427
+ }
20428
+ },
20429
+ "node_modules/open/node_modules/is-wsl": {
20430
+ "version": "3.1.0",
20431
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
20432
+ "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
20433
+ "license": "MIT",
20434
+ "dependencies": {
20435
+ "is-inside-container": "^1.0.0"
19658
20436
  },
19659
20437
  "engines": {
19660
- "node": ">=18"
20438
+ "node": ">=16"
19661
20439
  },
19662
20440
  "funding": {
19663
20441
  "url": "https://github.com/sponsors/sindresorhus"
@@ -19965,9 +20743,9 @@
19965
20743
  }
19966
20744
  },
19967
20745
  "node_modules/pacote/node_modules/minipass": {
19968
- "version": "7.1.1",
19969
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.1.tgz",
19970
- "integrity": "sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==",
20746
+ "version": "7.1.2",
20747
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
20748
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
19971
20749
  "extraneous": true,
19972
20750
  "license": "ISC",
19973
20751
  "engines": {
@@ -19994,7 +20772,6 @@
19994
20772
  "version": "1.0.1",
19995
20773
  "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
19996
20774
  "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
19997
- "dev": true,
19998
20775
  "license": "MIT",
19999
20776
  "dependencies": {
20000
20777
  "callsites": "^3.0.0"
@@ -20026,18 +20803,29 @@
20026
20803
  "license": "MIT"
20027
20804
  },
20028
20805
  "node_modules/parse-json": {
20029
- "version": "4.0.0",
20030
- "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
20031
- "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
20806
+ "version": "5.2.0",
20807
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
20808
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
20032
20809
  "license": "MIT",
20033
20810
  "dependencies": {
20811
+ "@babel/code-frame": "^7.0.0",
20034
20812
  "error-ex": "^1.3.1",
20035
- "json-parse-better-errors": "^1.0.1"
20813
+ "json-parse-even-better-errors": "^2.3.0",
20814
+ "lines-and-columns": "^1.1.6"
20036
20815
  },
20037
20816
  "engines": {
20038
- "node": ">=4"
20817
+ "node": ">=8"
20818
+ },
20819
+ "funding": {
20820
+ "url": "https://github.com/sponsors/sindresorhus"
20039
20821
  }
20040
20822
  },
20823
+ "node_modules/parse-json/node_modules/json-parse-even-better-errors": {
20824
+ "version": "2.3.1",
20825
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
20826
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
20827
+ "license": "MIT"
20828
+ },
20041
20829
  "node_modules/pascal-case": {
20042
20830
  "version": "3.1.2",
20043
20831
  "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
@@ -20127,9 +20915,9 @@
20127
20915
  }
20128
20916
  },
20129
20917
  "node_modules/path-scurry/node_modules/minipass": {
20130
- "version": "7.1.1",
20131
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.1.tgz",
20132
- "integrity": "sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==",
20918
+ "version": "7.1.2",
20919
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
20920
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
20133
20921
  "license": "ISC",
20134
20922
  "engines": {
20135
20923
  "node": ">=16 || 14 >=14.17"
@@ -20385,7 +21173,6 @@
20385
21173
  "version": "1.0.0",
20386
21174
  "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz",
20387
21175
  "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==",
20388
- "dev": true,
20389
21176
  "license": "MIT",
20390
21177
  "engines": {
20391
21178
  "node": ">= 0.4"
@@ -20997,12 +21784,6 @@
20997
21784
  "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
20998
21785
  "license": "ISC"
20999
21786
  },
21000
- "node_modules/read-pkg-up/node_modules/json-parse-even-better-errors": {
21001
- "version": "2.3.1",
21002
- "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
21003
- "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
21004
- "license": "MIT"
21005
- },
21006
21787
  "node_modules/read-pkg-up/node_modules/normalize-package-data": {
21007
21788
  "version": "2.5.0",
21008
21789
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
@@ -21015,24 +21796,6 @@
21015
21796
  "validate-npm-package-license": "^3.0.1"
21016
21797
  }
21017
21798
  },
21018
- "node_modules/read-pkg-up/node_modules/parse-json": {
21019
- "version": "5.2.0",
21020
- "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
21021
- "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
21022
- "license": "MIT",
21023
- "dependencies": {
21024
- "@babel/code-frame": "^7.0.0",
21025
- "error-ex": "^1.3.1",
21026
- "json-parse-even-better-errors": "^2.3.0",
21027
- "lines-and-columns": "^1.1.6"
21028
- },
21029
- "engines": {
21030
- "node": ">=8"
21031
- },
21032
- "funding": {
21033
- "url": "https://github.com/sponsors/sindresorhus"
21034
- }
21035
- },
21036
21799
  "node_modules/read-pkg-up/node_modules/read-pkg": {
21037
21800
  "version": "5.2.0",
21038
21801
  "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
@@ -21215,7 +21978,6 @@
21215
21978
  "version": "1.5.2",
21216
21979
  "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz",
21217
21980
  "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==",
21218
- "dev": true,
21219
21981
  "license": "MIT",
21220
21982
  "dependencies": {
21221
21983
  "call-bind": "^1.0.6",
@@ -21284,7 +22046,6 @@
21284
22046
  "version": "2.1.1",
21285
22047
  "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
21286
22048
  "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
21287
- "dev": true,
21288
22049
  "license": "MIT",
21289
22050
  "engines": {
21290
22051
  "node": ">=0.10.0"
@@ -21317,7 +22078,6 @@
21317
22078
  "version": "2.0.0",
21318
22079
  "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
21319
22080
  "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
21320
- "dev": true,
21321
22081
  "license": "ISC"
21322
22082
  },
21323
22083
  "node_modules/requires-port": {
@@ -21508,7 +22268,6 @@
21508
22268
  "version": "1.1.2",
21509
22269
  "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz",
21510
22270
  "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==",
21511
- "dev": true,
21512
22271
  "license": "MIT",
21513
22272
  "dependencies": {
21514
22273
  "call-bind": "^1.0.7",
@@ -21527,7 +22286,6 @@
21527
22286
  "version": "2.0.5",
21528
22287
  "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
21529
22288
  "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
21530
- "dev": true,
21531
22289
  "license": "MIT"
21532
22290
  },
21533
22291
  "node_modules/safe-buffer": {
@@ -21554,7 +22312,6 @@
21554
22312
  "version": "1.0.3",
21555
22313
  "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz",
21556
22314
  "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==",
21557
- "dev": true,
21558
22315
  "license": "MIT",
21559
22316
  "dependencies": {
21560
22317
  "call-bind": "^1.0.6",
@@ -21671,7 +22428,6 @@
21671
22428
  "version": "1.2.2",
21672
22429
  "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
21673
22430
  "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
21674
- "dev": true,
21675
22431
  "license": "MIT",
21676
22432
  "dependencies": {
21677
22433
  "define-data-property": "^1.1.4",
@@ -21689,7 +22445,6 @@
21689
22445
  "version": "2.0.2",
21690
22446
  "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
21691
22447
  "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
21692
- "dev": true,
21693
22448
  "license": "MIT",
21694
22449
  "dependencies": {
21695
22450
  "define-data-property": "^1.1.4",
@@ -21801,7 +22556,6 @@
21801
22556
  "version": "1.0.6",
21802
22557
  "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
21803
22558
  "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
21804
- "dev": true,
21805
22559
  "license": "MIT",
21806
22560
  "dependencies": {
21807
22561
  "call-bind": "^1.0.7",
@@ -21989,6 +22743,90 @@
21989
22743
  "npm": ">= 3.0.0"
21990
22744
  }
21991
22745
  },
22746
+ "node_modules/smartwrap": {
22747
+ "version": "2.0.2",
22748
+ "resolved": "https://registry.npmjs.org/smartwrap/-/smartwrap-2.0.2.tgz",
22749
+ "integrity": "sha512-vCsKNQxb7PnCNd2wY1WClWifAc2lwqsG8OaswpJkVJsvMGcnEntdTCDajZCkk93Ay1U3t/9puJmb525Rg5MZBA==",
22750
+ "license": "MIT",
22751
+ "dependencies": {
22752
+ "array.prototype.flat": "^1.2.3",
22753
+ "breakword": "^1.0.5",
22754
+ "grapheme-splitter": "^1.0.4",
22755
+ "strip-ansi": "^6.0.0",
22756
+ "wcwidth": "^1.0.1",
22757
+ "yargs": "^15.1.0"
22758
+ },
22759
+ "bin": {
22760
+ "smartwrap": "src/terminal-adapter.js"
22761
+ },
22762
+ "engines": {
22763
+ "node": ">=6"
22764
+ }
22765
+ },
22766
+ "node_modules/smartwrap/node_modules/cliui": {
22767
+ "version": "6.0.0",
22768
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
22769
+ "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
22770
+ "license": "ISC",
22771
+ "dependencies": {
22772
+ "string-width": "^4.2.0",
22773
+ "strip-ansi": "^6.0.0",
22774
+ "wrap-ansi": "^6.2.0"
22775
+ }
22776
+ },
22777
+ "node_modules/smartwrap/node_modules/strip-ansi": {
22778
+ "version": "6.0.1",
22779
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
22780
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
22781
+ "license": "MIT",
22782
+ "dependencies": {
22783
+ "ansi-regex": "^5.0.1"
22784
+ },
22785
+ "engines": {
22786
+ "node": ">=8"
22787
+ }
22788
+ },
22789
+ "node_modules/smartwrap/node_modules/y18n": {
22790
+ "version": "4.0.3",
22791
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
22792
+ "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
22793
+ "license": "ISC"
22794
+ },
22795
+ "node_modules/smartwrap/node_modules/yargs": {
22796
+ "version": "15.4.1",
22797
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
22798
+ "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
22799
+ "license": "MIT",
22800
+ "dependencies": {
22801
+ "cliui": "^6.0.0",
22802
+ "decamelize": "^1.2.0",
22803
+ "find-up": "^4.1.0",
22804
+ "get-caller-file": "^2.0.1",
22805
+ "require-directory": "^2.1.1",
22806
+ "require-main-filename": "^2.0.0",
22807
+ "set-blocking": "^2.0.0",
22808
+ "string-width": "^4.2.0",
22809
+ "which-module": "^2.0.0",
22810
+ "y18n": "^4.0.0",
22811
+ "yargs-parser": "^18.1.2"
22812
+ },
22813
+ "engines": {
22814
+ "node": ">=8"
22815
+ }
22816
+ },
22817
+ "node_modules/smartwrap/node_modules/yargs-parser": {
22818
+ "version": "18.1.3",
22819
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
22820
+ "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
22821
+ "license": "ISC",
22822
+ "dependencies": {
22823
+ "camelcase": "^5.0.0",
22824
+ "decamelize": "^1.2.0"
22825
+ },
22826
+ "engines": {
22827
+ "node": ">=6"
22828
+ }
22829
+ },
21992
22830
  "node_modules/snake-case": {
21993
22831
  "version": "3.0.4",
21994
22832
  "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz",
@@ -22289,9 +23127,9 @@
22289
23127
  }
22290
23128
  },
22291
23129
  "node_modules/ssri/node_modules/minipass": {
22292
- "version": "7.1.1",
22293
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.1.tgz",
22294
- "integrity": "sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==",
23130
+ "version": "7.1.2",
23131
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
23132
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
22295
23133
  "license": "ISC",
22296
23134
  "engines": {
22297
23135
  "node": ">=16 || 14 >=14.17"
@@ -22475,6 +23313,15 @@
22475
23313
  "node": ">=4"
22476
23314
  }
22477
23315
  },
23316
+ "node_modules/stream-transform": {
23317
+ "version": "2.1.3",
23318
+ "resolved": "https://registry.npmjs.org/stream-transform/-/stream-transform-2.1.3.tgz",
23319
+ "integrity": "sha512-9GHUiM5hMiCi6Y03jD2ARC1ettBXkQBoQAe7nJsPknnI0ow10aXjTnew8QtYQmLjzn974BnmWEAJgCY6ZP1DeQ==",
23320
+ "license": "MIT",
23321
+ "dependencies": {
23322
+ "mixme": "^0.5.1"
23323
+ }
23324
+ },
22478
23325
  "node_modules/string_decoder": {
22479
23326
  "version": "1.3.0",
22480
23327
  "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
@@ -22541,7 +23388,6 @@
22541
23388
  "version": "1.2.9",
22542
23389
  "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz",
22543
23390
  "integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==",
22544
- "dev": true,
22545
23391
  "license": "MIT",
22546
23392
  "dependencies": {
22547
23393
  "call-bind": "^1.0.7",
@@ -22560,7 +23406,6 @@
22560
23406
  "version": "1.0.8",
22561
23407
  "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz",
22562
23408
  "integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==",
22563
- "dev": true,
22564
23409
  "license": "MIT",
22565
23410
  "dependencies": {
22566
23411
  "call-bind": "^1.0.7",
@@ -22575,7 +23420,6 @@
22575
23420
  "version": "1.0.8",
22576
23421
  "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
22577
23422
  "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
22578
- "dev": true,
22579
23423
  "license": "MIT",
22580
23424
  "dependencies": {
22581
23425
  "call-bind": "^1.0.7",
@@ -23202,6 +24046,113 @@
23202
24046
  "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
23203
24047
  "license": "0BSD"
23204
24048
  },
24049
+ "node_modules/tty-table": {
24050
+ "version": "4.2.3",
24051
+ "resolved": "https://registry.npmjs.org/tty-table/-/tty-table-4.2.3.tgz",
24052
+ "integrity": "sha512-Fs15mu0vGzCrj8fmJNP7Ynxt5J7praPXqFN0leZeZBXJwkMxv9cb2D454k1ltrtUSJbZ4yH4e0CynsHLxmUfFA==",
24053
+ "license": "MIT",
24054
+ "dependencies": {
24055
+ "chalk": "^4.1.2",
24056
+ "csv": "^5.5.3",
24057
+ "kleur": "^4.1.5",
24058
+ "smartwrap": "^2.0.2",
24059
+ "strip-ansi": "^6.0.1",
24060
+ "wcwidth": "^1.0.1",
24061
+ "yargs": "^17.7.1"
24062
+ },
24063
+ "bin": {
24064
+ "tty-table": "adapters/terminal-adapter.js"
24065
+ },
24066
+ "engines": {
24067
+ "node": ">=8.0.0"
24068
+ }
24069
+ },
24070
+ "node_modules/tty-table/node_modules/chalk": {
24071
+ "version": "4.1.2",
24072
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
24073
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
24074
+ "license": "MIT",
24075
+ "dependencies": {
24076
+ "ansi-styles": "^4.1.0",
24077
+ "supports-color": "^7.1.0"
24078
+ },
24079
+ "engines": {
24080
+ "node": ">=10"
24081
+ },
24082
+ "funding": {
24083
+ "url": "https://github.com/chalk/chalk?sponsor=1"
24084
+ }
24085
+ },
24086
+ "node_modules/tty-table/node_modules/cliui": {
24087
+ "version": "8.0.1",
24088
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
24089
+ "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
24090
+ "license": "ISC",
24091
+ "dependencies": {
24092
+ "string-width": "^4.2.0",
24093
+ "strip-ansi": "^6.0.1",
24094
+ "wrap-ansi": "^7.0.0"
24095
+ },
24096
+ "engines": {
24097
+ "node": ">=12"
24098
+ }
24099
+ },
24100
+ "node_modules/tty-table/node_modules/strip-ansi": {
24101
+ "version": "6.0.1",
24102
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
24103
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
24104
+ "license": "MIT",
24105
+ "dependencies": {
24106
+ "ansi-regex": "^5.0.1"
24107
+ },
24108
+ "engines": {
24109
+ "node": ">=8"
24110
+ }
24111
+ },
24112
+ "node_modules/tty-table/node_modules/wrap-ansi": {
24113
+ "version": "7.0.0",
24114
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
24115
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
24116
+ "license": "MIT",
24117
+ "dependencies": {
24118
+ "ansi-styles": "^4.0.0",
24119
+ "string-width": "^4.1.0",
24120
+ "strip-ansi": "^6.0.0"
24121
+ },
24122
+ "engines": {
24123
+ "node": ">=10"
24124
+ },
24125
+ "funding": {
24126
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
24127
+ }
24128
+ },
24129
+ "node_modules/tty-table/node_modules/yargs": {
24130
+ "version": "17.7.2",
24131
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
24132
+ "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
24133
+ "license": "MIT",
24134
+ "dependencies": {
24135
+ "cliui": "^8.0.1",
24136
+ "escalade": "^3.1.1",
24137
+ "get-caller-file": "^2.0.5",
24138
+ "require-directory": "^2.1.1",
24139
+ "string-width": "^4.2.3",
24140
+ "y18n": "^5.0.5",
24141
+ "yargs-parser": "^21.1.1"
24142
+ },
24143
+ "engines": {
24144
+ "node": ">=12"
24145
+ }
24146
+ },
24147
+ "node_modules/tty-table/node_modules/yargs-parser": {
24148
+ "version": "21.1.1",
24149
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
24150
+ "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
24151
+ "license": "ISC",
24152
+ "engines": {
24153
+ "node": ">=12"
24154
+ }
24155
+ },
23205
24156
  "node_modules/tuf-js": {
23206
24157
  "version": "2.2.1",
23207
24158
  "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.1.tgz",
@@ -23265,7 +24216,6 @@
23265
24216
  "version": "1.0.2",
23266
24217
  "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz",
23267
24218
  "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==",
23268
- "dev": true,
23269
24219
  "license": "MIT",
23270
24220
  "dependencies": {
23271
24221
  "call-bind": "^1.0.7",
@@ -23280,7 +24230,6 @@
23280
24230
  "version": "1.0.1",
23281
24231
  "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz",
23282
24232
  "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==",
23283
- "dev": true,
23284
24233
  "license": "MIT",
23285
24234
  "dependencies": {
23286
24235
  "call-bind": "^1.0.7",
@@ -23300,7 +24249,6 @@
23300
24249
  "version": "1.0.2",
23301
24250
  "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz",
23302
24251
  "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==",
23303
- "dev": true,
23304
24252
  "license": "MIT",
23305
24253
  "dependencies": {
23306
24254
  "available-typed-arrays": "^1.0.7",
@@ -23321,7 +24269,6 @@
23321
24269
  "version": "1.0.6",
23322
24270
  "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz",
23323
24271
  "integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==",
23324
- "dev": true,
23325
24272
  "license": "MIT",
23326
24273
  "dependencies": {
23327
24274
  "call-bind": "^1.0.7",
@@ -23407,7 +24354,7 @@
23407
24354
  "version": "5.4.5",
23408
24355
  "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
23409
24356
  "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
23410
- "dev": true,
24357
+ "devOptional": true,
23411
24358
  "license": "Apache-2.0",
23412
24359
  "bin": {
23413
24360
  "tsc": "bin/tsc",
@@ -23435,7 +24382,6 @@
23435
24382
  "version": "1.0.2",
23436
24383
  "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
23437
24384
  "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
23438
- "dev": true,
23439
24385
  "license": "MIT",
23440
24386
  "dependencies": {
23441
24387
  "call-bind": "^1.0.2",
@@ -23688,6 +24634,15 @@
23688
24634
  "node": ">=4"
23689
24635
  }
23690
24636
  },
24637
+ "node_modules/vinyl/node_modules/clone": {
24638
+ "version": "2.1.2",
24639
+ "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
24640
+ "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
24641
+ "license": "MIT",
24642
+ "engines": {
24643
+ "node": ">=0.8"
24644
+ }
24645
+ },
23691
24646
  "node_modules/vscode-oniguruma": {
23692
24647
  "version": "1.7.0",
23693
24648
  "resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz",
@@ -23776,7 +24731,6 @@
23776
24731
  "version": "1.0.2",
23777
24732
  "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
23778
24733
  "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
23779
- "dev": true,
23780
24734
  "license": "MIT",
23781
24735
  "dependencies": {
23782
24736
  "is-bigint": "^1.0.1",
@@ -23793,7 +24747,6 @@
23793
24747
  "version": "2.0.1",
23794
24748
  "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz",
23795
24749
  "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==",
23796
- "dev": true,
23797
24750
  "license": "ISC"
23798
24751
  },
23799
24752
  "node_modules/which-pm": {
@@ -23813,7 +24766,6 @@
23813
24766
  "version": "1.1.15",
23814
24767
  "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz",
23815
24768
  "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==",
23816
- "dev": true,
23817
24769
  "license": "MIT",
23818
24770
  "dependencies": {
23819
24771
  "available-typed-arrays": "^1.0.7",
@@ -24058,7 +25010,6 @@
24058
25010
  "version": "5.0.8",
24059
25011
  "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
24060
25012
  "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
24061
- "dev": true,
24062
25013
  "license": "ISC",
24063
25014
  "engines": {
24064
25015
  "node": ">=10"
@@ -25574,9 +26525,9 @@
25574
26525
  }
25575
26526
  },
25576
26527
  "node_modules/yeoman-generator/node_modules/cacache/node_modules/minipass": {
25577
- "version": "7.1.1",
25578
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.1.tgz",
25579
- "integrity": "sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==",
26528
+ "version": "7.1.2",
26529
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
26530
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
25580
26531
  "license": "ISC",
25581
26532
  "engines": {
25582
26533
  "node": ">=16 || 14 >=14.17"