@salesforce/cli 2.81.5 → 2.81.7

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,45 +1,45 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.81.5",
3
+ "version": "2.81.7",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.81.5",
9
+ "version": "2.81.7",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
14
  "@oclif/core": "4.2.10",
15
- "@oclif/plugin-autocomplete": "3.2.25",
16
- "@oclif/plugin-commands": "4.1.21",
17
- "@oclif/plugin-help": "6.2.26",
18
- "@oclif/plugin-not-found": "3.2.45",
19
- "@oclif/plugin-plugins": "5.4.34",
20
- "@oclif/plugin-search": "1.2.22",
15
+ "@oclif/plugin-autocomplete": "3.2.26",
16
+ "@oclif/plugin-commands": "4.1.22",
17
+ "@oclif/plugin-help": "6.2.27",
18
+ "@oclif/plugin-not-found": "3.2.47",
19
+ "@oclif/plugin-plugins": "5.4.36",
20
+ "@oclif/plugin-search": "1.2.23",
21
21
  "@oclif/plugin-update": "4.6.35",
22
- "@oclif/plugin-version": "2.2.25",
23
- "@oclif/plugin-warn-if-update-available": "3.1.37",
24
- "@oclif/plugin-which": "3.2.33",
22
+ "@oclif/plugin-version": "2.2.26",
23
+ "@oclif/plugin-warn-if-update-available": "3.1.38",
24
+ "@oclif/plugin-which": "3.2.34",
25
25
  "@salesforce/core": "^8.2.3",
26
26
  "@salesforce/kit": "^3.1.6",
27
27
  "@salesforce/plugin-apex": "3.6.9",
28
28
  "@salesforce/plugin-api": "1.3.3",
29
- "@salesforce/plugin-auth": "3.6.104",
30
- "@salesforce/plugin-data": "4.0.18",
31
- "@salesforce/plugin-deploy-retrieve": "3.20.9",
32
- "@salesforce/plugin-info": "3.4.47",
29
+ "@salesforce/plugin-auth": "3.6.106",
30
+ "@salesforce/plugin-data": "4.0.20",
31
+ "@salesforce/plugin-deploy-retrieve": "3.20.10",
32
+ "@salesforce/plugin-info": "3.4.48",
33
33
  "@salesforce/plugin-limits": "3.3.49",
34
34
  "@salesforce/plugin-marketplace": "1.3.7",
35
- "@salesforce/plugin-org": "5.4.0",
35
+ "@salesforce/plugin-org": "5.4.1",
36
36
  "@salesforce/plugin-packaging": "2.10.3",
37
- "@salesforce/plugin-schema": "3.3.55",
37
+ "@salesforce/plugin-schema": "3.3.56",
38
38
  "@salesforce/plugin-settings": "2.4.20",
39
- "@salesforce/plugin-sobject": "1.4.51",
40
- "@salesforce/plugin-telemetry": "3.6.35",
39
+ "@salesforce/plugin-sobject": "1.4.53",
40
+ "@salesforce/plugin-telemetry": "3.6.36",
41
41
  "@salesforce/plugin-templates": "56.3.41",
42
- "@salesforce/plugin-trust": "3.7.70",
42
+ "@salesforce/plugin-trust": "3.7.73",
43
43
  "@salesforce/plugin-user": "3.6.13",
44
44
  "@salesforce/sf-plugins-core": "12.2.0",
45
45
  "ansis": "^3.12.0"
@@ -2506,13 +2506,13 @@
2506
2506
  }
2507
2507
  },
2508
2508
  "node_modules/@inquirer/core": {
2509
- "version": "10.1.7",
2510
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.7.tgz",
2511
- "integrity": "sha512-AA9CQhlrt6ZgiSy6qoAigiA1izOa751ugX6ioSjqgJ+/Gd+tEN/TORk5sUYNjXuHWfW0r1n/a6ak4u/NqHHrtA==",
2509
+ "version": "10.1.9",
2510
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.9.tgz",
2511
+ "integrity": "sha512-sXhVB8n20NYkUBfDYgizGHlpRVaCRjtuzNZA6xpALIUbkgfd2Hjz+DfEN6+h1BRnuxw0/P4jCIMjMsEOAMwAJw==",
2512
2512
  "license": "MIT",
2513
2513
  "dependencies": {
2514
- "@inquirer/figures": "^1.0.10",
2515
- "@inquirer/type": "^3.0.4",
2514
+ "@inquirer/figures": "^1.0.11",
2515
+ "@inquirer/type": "^3.0.5",
2516
2516
  "ansi-escapes": "^4.3.2",
2517
2517
  "cli-width": "^4.1.0",
2518
2518
  "mute-stream": "^2.0.0",
@@ -2554,13 +2554,13 @@
2554
2554
  }
2555
2555
  },
2556
2556
  "node_modules/@inquirer/editor": {
2557
- "version": "4.2.7",
2558
- "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.7.tgz",
2559
- "integrity": "sha512-gktCSQtnSZHaBytkJKMKEuswSk2cDBuXX5rxGFv306mwHfBPjg5UAldw9zWGoEyvA9KpRDkeM4jfrx0rXn0GyA==",
2557
+ "version": "4.2.9",
2558
+ "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.9.tgz",
2559
+ "integrity": "sha512-8HjOppAxO7O4wV1ETUlJFg6NDjp/W2NP5FB9ZPAcinAlNT4ZIWOLe2pUVwmmPRSV0NMdI5r/+lflN55AwZOKSw==",
2560
2560
  "license": "MIT",
2561
2561
  "dependencies": {
2562
- "@inquirer/core": "^10.1.7",
2563
- "@inquirer/type": "^3.0.4",
2562
+ "@inquirer/core": "^10.1.9",
2563
+ "@inquirer/type": "^3.0.5",
2564
2564
  "external-editor": "^3.1.0"
2565
2565
  },
2566
2566
  "engines": {
@@ -2576,13 +2576,13 @@
2576
2576
  }
2577
2577
  },
2578
2578
  "node_modules/@inquirer/expand": {
2579
- "version": "4.0.9",
2580
- "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.9.tgz",
2581
- "integrity": "sha512-Xxt6nhomWTAmuSX61kVgglLjMEFGa+7+F6UUtdEUeg7fg4r9vaFttUUKrtkViYYrQBA5Ia1tkOJj2koP9BuLig==",
2579
+ "version": "4.0.11",
2580
+ "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.11.tgz",
2581
+ "integrity": "sha512-OZSUW4hFMW2TYvX/Sv+NnOZgO8CHT2TU1roUCUIF2T+wfw60XFRRp9MRUPCT06cRnKL+aemt2YmTWwt7rOrNEA==",
2582
2582
  "license": "MIT",
2583
2583
  "dependencies": {
2584
- "@inquirer/core": "^10.1.7",
2585
- "@inquirer/type": "^3.0.4",
2584
+ "@inquirer/core": "^10.1.9",
2585
+ "@inquirer/type": "^3.0.5",
2586
2586
  "yoctocolors-cjs": "^2.1.2"
2587
2587
  },
2588
2588
  "engines": {
@@ -2598,9 +2598,9 @@
2598
2598
  }
2599
2599
  },
2600
2600
  "node_modules/@inquirer/figures": {
2601
- "version": "1.0.10",
2602
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.10.tgz",
2603
- "integrity": "sha512-Ey6176gZmeqZuY/W/nZiUyvmb1/qInjcpiZjXWi6nON+nxJpD1bxtSoBxNliGISae32n6OwbY+TSXPZ1CfS4bw==",
2601
+ "version": "1.0.11",
2602
+ "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.11.tgz",
2603
+ "integrity": "sha512-eOg92lvrn/aRUqbxRyvpEWnrvRuTYRifixHkYVpJiygTgVSBIHDqLh0SrMQXkafvULg3ck11V7xvR+zcgvpHFw==",
2604
2604
  "license": "MIT",
2605
2605
  "engines": {
2606
2606
  "node": ">=18"
@@ -2668,13 +2668,13 @@
2668
2668
  }
2669
2669
  },
2670
2670
  "node_modules/@inquirer/number": {
2671
- "version": "3.0.9",
2672
- "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.9.tgz",
2673
- "integrity": "sha512-iN2xZvH3tyIYXLXBvlVh0npk1q/aVuKXZo5hj+K3W3D4ngAEq/DkLpofRzx6oebTUhBvOgryZ+rMV0yImKnG3w==",
2671
+ "version": "3.0.11",
2672
+ "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.11.tgz",
2673
+ "integrity": "sha512-pQK68CsKOgwvU2eA53AG/4npRTH2pvs/pZ2bFvzpBhrznh8Mcwt19c+nMO7LHRr3Vreu1KPhNBF3vQAKrjIulw==",
2674
2674
  "license": "MIT",
2675
2675
  "dependencies": {
2676
- "@inquirer/core": "^10.1.7",
2677
- "@inquirer/type": "^3.0.4"
2676
+ "@inquirer/core": "^10.1.9",
2677
+ "@inquirer/type": "^3.0.5"
2678
2678
  },
2679
2679
  "engines": {
2680
2680
  "node": ">=18"
@@ -2751,21 +2751,21 @@
2751
2751
  }
2752
2752
  },
2753
2753
  "node_modules/@inquirer/prompts": {
2754
- "version": "7.3.2",
2755
- "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.3.2.tgz",
2756
- "integrity": "sha512-G1ytyOoHh5BphmEBxSwALin3n1KGNYB6yImbICcRQdzXfOGbuJ9Jske/Of5Sebk339NSGGNfUshnzK8YWkTPsQ==",
2754
+ "version": "7.4.0",
2755
+ "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.4.0.tgz",
2756
+ "integrity": "sha512-EZiJidQOT4O5PYtqnu1JbF0clv36oW2CviR66c7ma4LsupmmQlUwmdReGKRp456OWPWMz3PdrPiYg3aCk3op2w==",
2757
2757
  "license": "MIT",
2758
2758
  "dependencies": {
2759
- "@inquirer/checkbox": "^4.1.2",
2760
- "@inquirer/confirm": "^5.1.6",
2761
- "@inquirer/editor": "^4.2.7",
2762
- "@inquirer/expand": "^4.0.9",
2763
- "@inquirer/input": "^4.1.6",
2764
- "@inquirer/number": "^3.0.9",
2765
- "@inquirer/password": "^4.0.9",
2766
- "@inquirer/rawlist": "^4.0.9",
2767
- "@inquirer/search": "^3.0.9",
2768
- "@inquirer/select": "^4.0.9"
2759
+ "@inquirer/checkbox": "^4.1.4",
2760
+ "@inquirer/confirm": "^5.1.8",
2761
+ "@inquirer/editor": "^4.2.9",
2762
+ "@inquirer/expand": "^4.0.11",
2763
+ "@inquirer/input": "^4.1.8",
2764
+ "@inquirer/number": "^3.0.11",
2765
+ "@inquirer/password": "^4.0.11",
2766
+ "@inquirer/rawlist": "^4.0.11",
2767
+ "@inquirer/search": "^3.0.11",
2768
+ "@inquirer/select": "^4.1.0"
2769
2769
  },
2770
2770
  "engines": {
2771
2771
  "node": ">=18"
@@ -2780,14 +2780,14 @@
2780
2780
  }
2781
2781
  },
2782
2782
  "node_modules/@inquirer/prompts/node_modules/@inquirer/checkbox": {
2783
- "version": "4.1.2",
2784
- "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.1.2.tgz",
2785
- "integrity": "sha512-PL9ixC5YsPXzXhAZFUPmkXGxfgjkdfZdPEPPmt4kFwQ4LBMDG9n/nHXYRGGZSKZJs+d1sGKWgS2GiPzVRKUdtQ==",
2783
+ "version": "4.1.4",
2784
+ "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.1.4.tgz",
2785
+ "integrity": "sha512-d30576EZdApjAMceijXA5jDzRQHT/MygbC+J8I7EqA6f/FRpYxlRtRJbHF8gHeWYeSdOuTEJqonn7QLB1ELezA==",
2786
2786
  "license": "MIT",
2787
2787
  "dependencies": {
2788
- "@inquirer/core": "^10.1.7",
2789
- "@inquirer/figures": "^1.0.10",
2790
- "@inquirer/type": "^3.0.4",
2788
+ "@inquirer/core": "^10.1.9",
2789
+ "@inquirer/figures": "^1.0.11",
2790
+ "@inquirer/type": "^3.0.5",
2791
2791
  "ansi-escapes": "^4.3.2",
2792
2792
  "yoctocolors-cjs": "^2.1.2"
2793
2793
  },
@@ -2804,13 +2804,13 @@
2804
2804
  }
2805
2805
  },
2806
2806
  "node_modules/@inquirer/prompts/node_modules/@inquirer/confirm": {
2807
- "version": "5.1.6",
2808
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.6.tgz",
2809
- "integrity": "sha512-6ZXYK3M1XmaVBZX6FCfChgtponnL0R6I7k8Nu+kaoNkT828FVZTcca1MqmWQipaW2oNREQl5AaPCUOOCVNdRMw==",
2807
+ "version": "5.1.8",
2808
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.8.tgz",
2809
+ "integrity": "sha512-dNLWCYZvXDjO3rnQfk2iuJNL4Ivwz/T2+C3+WnNfJKsNGSuOs3wAo2F6e0p946gtSAk31nZMfW+MRmYaplPKsg==",
2810
2810
  "license": "MIT",
2811
2811
  "dependencies": {
2812
- "@inquirer/core": "^10.1.7",
2813
- "@inquirer/type": "^3.0.4"
2812
+ "@inquirer/core": "^10.1.9",
2813
+ "@inquirer/type": "^3.0.5"
2814
2814
  },
2815
2815
  "engines": {
2816
2816
  "node": ">=18"
@@ -2825,13 +2825,13 @@
2825
2825
  }
2826
2826
  },
2827
2827
  "node_modules/@inquirer/prompts/node_modules/@inquirer/input": {
2828
- "version": "4.1.6",
2829
- "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.1.6.tgz",
2830
- "integrity": "sha512-1f5AIsZuVjPT4ecA8AwaxDFNHny/tSershP/cTvTDxLdiIGTeILNcKozB0LaYt6mojJLUbOYhpIxicaYf7UKIQ==",
2828
+ "version": "4.1.8",
2829
+ "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.1.8.tgz",
2830
+ "integrity": "sha512-WXJI16oOZ3/LiENCAxe8joniNp8MQxF6Wi5V+EBbVA0ZIOpFcL4I9e7f7cXse0HJeIPCWO8Lcgnk98juItCi7Q==",
2831
2831
  "license": "MIT",
2832
2832
  "dependencies": {
2833
- "@inquirer/core": "^10.1.7",
2834
- "@inquirer/type": "^3.0.4"
2833
+ "@inquirer/core": "^10.1.9",
2834
+ "@inquirer/type": "^3.0.5"
2835
2835
  },
2836
2836
  "engines": {
2837
2837
  "node": ">=18"
@@ -2846,13 +2846,13 @@
2846
2846
  }
2847
2847
  },
2848
2848
  "node_modules/@inquirer/prompts/node_modules/@inquirer/password": {
2849
- "version": "4.0.9",
2850
- "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.9.tgz",
2851
- "integrity": "sha512-xBEoOw1XKb0rIN208YU7wM7oJEHhIYkfG7LpTJAEW913GZeaoQerzf5U/LSHI45EVvjAdgNXmXgH51cUXKZcJQ==",
2849
+ "version": "4.0.11",
2850
+ "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.11.tgz",
2851
+ "integrity": "sha512-dH6zLdv+HEv1nBs96Case6eppkRggMe8LoOTl30+Gq5Wf27AO/vHFgStTVz4aoevLdNXqwE23++IXGw4eiOXTg==",
2852
2852
  "license": "MIT",
2853
2853
  "dependencies": {
2854
- "@inquirer/core": "^10.1.7",
2855
- "@inquirer/type": "^3.0.4",
2854
+ "@inquirer/core": "^10.1.9",
2855
+ "@inquirer/type": "^3.0.5",
2856
2856
  "ansi-escapes": "^4.3.2"
2857
2857
  },
2858
2858
  "engines": {
@@ -2868,14 +2868,14 @@
2868
2868
  }
2869
2869
  },
2870
2870
  "node_modules/@inquirer/prompts/node_modules/@inquirer/select": {
2871
- "version": "4.0.9",
2872
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.0.9.tgz",
2873
- "integrity": "sha512-BpJyJe7Dkhv2kz7yG7bPSbJLQuu/rqyNlF1CfiiFeFwouegfH+zh13KDyt6+d9DwucKo7hqM3wKLLyJxZMO+Xg==",
2871
+ "version": "4.1.0",
2872
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.1.0.tgz",
2873
+ "integrity": "sha512-z0a2fmgTSRN+YBuiK1ROfJ2Nvrpij5lVN3gPDkQGhavdvIVGHGW29LwYZfM/j42Ai2hUghTI/uoBuTbrJk42bA==",
2874
2874
  "license": "MIT",
2875
2875
  "dependencies": {
2876
- "@inquirer/core": "^10.1.7",
2877
- "@inquirer/figures": "^1.0.10",
2878
- "@inquirer/type": "^3.0.4",
2876
+ "@inquirer/core": "^10.1.9",
2877
+ "@inquirer/figures": "^1.0.11",
2878
+ "@inquirer/type": "^3.0.5",
2879
2879
  "ansi-escapes": "^4.3.2",
2880
2880
  "yoctocolors-cjs": "^2.1.2"
2881
2881
  },
@@ -2892,13 +2892,13 @@
2892
2892
  }
2893
2893
  },
2894
2894
  "node_modules/@inquirer/rawlist": {
2895
- "version": "4.0.9",
2896
- "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.9.tgz",
2897
- "integrity": "sha512-+5t6ebehKqgoxV8fXwE49HkSF2Rc9ijNiVGEQZwvbMI61/Q5RcD+jWD6Gs1tKdz5lkI8GRBL31iO0HjGK1bv+A==",
2895
+ "version": "4.0.11",
2896
+ "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.11.tgz",
2897
+ "integrity": "sha512-uAYtTx0IF/PqUAvsRrF3xvnxJV516wmR6YVONOmCWJbbt87HcDHLfL9wmBQFbNJRv5kCjdYKrZcavDkH3sVJPg==",
2898
2898
  "license": "MIT",
2899
2899
  "dependencies": {
2900
- "@inquirer/core": "^10.1.7",
2901
- "@inquirer/type": "^3.0.4",
2900
+ "@inquirer/core": "^10.1.9",
2901
+ "@inquirer/type": "^3.0.5",
2902
2902
  "yoctocolors-cjs": "^2.1.2"
2903
2903
  },
2904
2904
  "engines": {
@@ -2914,14 +2914,14 @@
2914
2914
  }
2915
2915
  },
2916
2916
  "node_modules/@inquirer/search": {
2917
- "version": "3.0.9",
2918
- "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.9.tgz",
2919
- "integrity": "sha512-DWmKztkYo9CvldGBaRMr0ETUHgR86zE6sPDVOHsqz4ISe9o1LuiWfgJk+2r75acFclA93J/lqzhT0dTjCzHuoA==",
2917
+ "version": "3.0.11",
2918
+ "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.11.tgz",
2919
+ "integrity": "sha512-9CWQT0ikYcg6Ls3TOa7jljsD7PgjcsYEM0bYE+Gkz+uoW9u8eaJCRHJKkucpRE5+xKtaaDbrND+nPDoxzjYyew==",
2920
2920
  "license": "MIT",
2921
2921
  "dependencies": {
2922
- "@inquirer/core": "^10.1.7",
2923
- "@inquirer/figures": "^1.0.10",
2924
- "@inquirer/type": "^3.0.4",
2922
+ "@inquirer/core": "^10.1.9",
2923
+ "@inquirer/figures": "^1.0.11",
2924
+ "@inquirer/type": "^3.0.5",
2925
2925
  "yoctocolors-cjs": "^2.1.2"
2926
2926
  },
2927
2927
  "engines": {
@@ -3001,9 +3001,9 @@
3001
3001
  }
3002
3002
  },
3003
3003
  "node_modules/@inquirer/type": {
3004
- "version": "3.0.4",
3005
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.4.tgz",
3006
- "integrity": "sha512-2MNFrDY8jkFYc9Il9DgLsHhMzuHnOYM1+CUYVWbzu9oT0hC7V7EcYvdCKeoll/Fcci04A+ERZ9wcc7cQ8lTkIA==",
3004
+ "version": "3.0.5",
3005
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.5.tgz",
3006
+ "integrity": "sha512-ZJpeIYYueOz/i/ONzrfof8g89kNdO2hjGuvULROo3O8rlB2CRtSseE5KeirnyE4t/thAn/EwvS/vuQeJCn+NZg==",
3007
3007
  "license": "MIT",
3008
3008
  "engines": {
3009
3009
  "node": ">=18"
@@ -3663,6 +3663,16 @@
3663
3663
  "node": "^16.14.0 || >=18.0.0"
3664
3664
  }
3665
3665
  },
3666
+ "node_modules/@npmcli/run-script/node_modules/isexe": {
3667
+ "version": "3.1.1",
3668
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
3669
+ "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
3670
+ "extraneous": true,
3671
+ "license": "ISC",
3672
+ "engines": {
3673
+ "node": ">=16"
3674
+ }
3675
+ },
3666
3676
  "node_modules/@npmcli/run-script/node_modules/make-fetch-happen": {
3667
3677
  "version": "13.0.1",
3668
3678
  "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz",
@@ -4075,9 +4085,9 @@
4075
4085
  }
4076
4086
  },
4077
4087
  "node_modules/@oclif/plugin-autocomplete": {
4078
- "version": "3.2.25",
4079
- "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.25.tgz",
4080
- "integrity": "sha512-xb0fiyGi78OGr7l4xbRe/rlIaFA8WgntIrn7FC/fnDpgq4wqmWLgYQ7LImE+eAIMCL9ozw6Cy915AaVAw6bxiA==",
4088
+ "version": "3.2.26",
4089
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.26.tgz",
4090
+ "integrity": "sha512-vpVByZUUd2tQ/KmjA+5ltKvO/iVYyByHiHhwaePEOFWZtC8XeZAMQ4pZHAROiLmOeBQEZydMaOweesZiTVSq5w==",
4081
4091
  "license": "MIT",
4082
4092
  "dependencies": {
4083
4093
  "@oclif/core": "^4",
@@ -4158,9 +4168,9 @@
4158
4168
  }
4159
4169
  },
4160
4170
  "node_modules/@oclif/plugin-commands": {
4161
- "version": "4.1.21",
4162
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.21.tgz",
4163
- "integrity": "sha512-7pmqqYzpgLX/YNt1v6NIE4InNCtZl7prUcUGfMkhyDHO8ss1O0xcXhNOiVK7ytXZKYWuPJMd+uA16ytThqXtOQ==",
4171
+ "version": "4.1.22",
4172
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.22.tgz",
4173
+ "integrity": "sha512-F0GucnGwKdMKGxlE9cKwz29m17YN+Zb5mJvLE+S24EcGJpyEmSBefkuIi32l0OUvAD7NJ5fYrsQx3+kqoauhsg==",
4164
4174
  "license": "MIT",
4165
4175
  "dependencies": {
4166
4176
  "@oclif/core": "^4",
@@ -4173,9 +4183,9 @@
4173
4183
  }
4174
4184
  },
4175
4185
  "node_modules/@oclif/plugin-help": {
4176
- "version": "6.2.26",
4177
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.26.tgz",
4178
- "integrity": "sha512-5KdldxEizbV3RsHOddN4oMxrX/HL6z79S94tbxEHVZ/dJKDWzfyCpgC9axNYqwmBF2pFZkozl/l7t3hCGOdalw==",
4186
+ "version": "6.2.27",
4187
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.27.tgz",
4188
+ "integrity": "sha512-RWSWtCFVObRmCwgxVOye3lsYbPHTnB7G4He5LEAg2tf600Sil5yXEOL/ULx1TqL/XOQxKqRvmLn/rLQOMT85YA==",
4179
4189
  "license": "MIT",
4180
4190
  "dependencies": {
4181
4191
  "@oclif/core": "^4"
@@ -4185,12 +4195,12 @@
4185
4195
  }
4186
4196
  },
4187
4197
  "node_modules/@oclif/plugin-not-found": {
4188
- "version": "3.2.45",
4189
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.45.tgz",
4190
- "integrity": "sha512-iDNYUpS6LPoPd3Tm5IqwmQC+bbNdFSJoCYdKK1T6VVjujbIXyoSK/QUv62Y91aoJJebE/tzagcwCs1P89m+m7g==",
4198
+ "version": "3.2.47",
4199
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.47.tgz",
4200
+ "integrity": "sha512-7Zk10TQhPOd5kkS4wiLDBqtR2MRM8FBiSrZDmSsgME1kXt4eYQLAFc9c5WJzkpglNb6g5/iD1LvbhTNd5oLe1g==",
4191
4201
  "license": "MIT",
4192
4202
  "dependencies": {
4193
- "@inquirer/prompts": "^7.3.2",
4203
+ "@inquirer/prompts": "^7.3.3",
4194
4204
  "@oclif/core": "^4",
4195
4205
  "ansis": "^3.17.0",
4196
4206
  "fast-levenshtein": "^3.0.0"
@@ -4200,13 +4210,13 @@
4200
4210
  }
4201
4211
  },
4202
4212
  "node_modules/@oclif/plugin-plugins": {
4203
- "version": "5.4.34",
4204
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.34.tgz",
4205
- "integrity": "sha512-19sX+tHyR6M24GHbnedqqtk6w9QBgFZoa1y4zPmHf6VYaBeBmMBaq2dsLsdG0zv8LnWxaqguocICoxZTrV9f6A==",
4213
+ "version": "5.4.36",
4214
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.36.tgz",
4215
+ "integrity": "sha512-f80mEaXAAeZo4uGuNZplnlf9/8v6GAocWEQkyRlC2VU2KO6h5FUlPDwIuSN6ZlE7qgwINcMoDjEZF2VA9PuASQ==",
4206
4216
  "license": "MIT",
4207
4217
  "dependencies": {
4208
- "@oclif/core": "^4.2.6",
4209
- "ansis": "^3.14.0",
4218
+ "@oclif/core": "^4.2.10",
4219
+ "ansis": "^3.17.0",
4210
4220
  "debug": "^4.4.0",
4211
4221
  "npm": "^10.9.2",
4212
4222
  "npm-package-arg": "^11.0.3",
@@ -4233,6 +4243,15 @@
4233
4243
  "node": "^16.14.0 || >=18.0.0"
4234
4244
  }
4235
4245
  },
4246
+ "node_modules/@oclif/plugin-plugins/node_modules/isexe": {
4247
+ "version": "3.1.1",
4248
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
4249
+ "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
4250
+ "license": "ISC",
4251
+ "engines": {
4252
+ "node": ">=16"
4253
+ }
4254
+ },
4236
4255
  "node_modules/@oclif/plugin-plugins/node_modules/npm-package-arg": {
4237
4256
  "version": "11.0.3",
4238
4257
  "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.3.tgz",
@@ -4300,9 +4319,9 @@
4300
4319
  }
4301
4320
  },
4302
4321
  "node_modules/@oclif/plugin-search": {
4303
- "version": "1.2.22",
4304
- "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.22.tgz",
4305
- "integrity": "sha512-Yvi5GxKzRHe/3m9v0zPCggk6g2nqG/ScfYnlVUg2L0ZguYe9ImBDlWjxVX+OOSqJNMG23+9VMRc+CfPKZ5WLlg==",
4322
+ "version": "1.2.23",
4323
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.23.tgz",
4324
+ "integrity": "sha512-XgKTsfT5AapA3x1LvyxjsKUI5CgX3LoOKKK7DEWuwm8yQZfQJ62tAtdIABuaSLYMv6w3kWgvIEEaITu8iN52Qg==",
4306
4325
  "license": "MIT",
4307
4326
  "dependencies": {
4308
4327
  "@oclif/core": "^4",
@@ -4350,22 +4369,22 @@
4350
4369
  }
4351
4370
  },
4352
4371
  "node_modules/@oclif/plugin-version": {
4353
- "version": "2.2.25",
4354
- "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.25.tgz",
4355
- "integrity": "sha512-5TbteyArV5MKbtXErenyW1OR6SIf1yjMSKIr522PbtucbUkANBf0lxuriBCuNPv7BowiC/Uq5QED/xyPm737wg==",
4372
+ "version": "2.2.26",
4373
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.26.tgz",
4374
+ "integrity": "sha512-NfcmLVG7EkfiTI4NKQQC/BksF9+JVhqkvMU4fTnoAQwzCsPQuOZazQ/R30XbFpFlF6Y9OT5nnVbs94rJigACew==",
4356
4375
  "license": "MIT",
4357
4376
  "dependencies": {
4358
4377
  "@oclif/core": "^4",
4359
- "ansis": "^3.16.0"
4378
+ "ansis": "^3.17.0"
4360
4379
  },
4361
4380
  "engines": {
4362
4381
  "node": ">=18.0.0"
4363
4382
  }
4364
4383
  },
4365
4384
  "node_modules/@oclif/plugin-warn-if-update-available": {
4366
- "version": "3.1.37",
4367
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.37.tgz",
4368
- "integrity": "sha512-MBQxCGKOxOH0MuXztm6ju1Od/ApDE6+IOQnVQAgwkkmralVmPzE10M3YSUw3/X8TiNpGL50Ja+sC3uNtK78swA==",
4385
+ "version": "3.1.38",
4386
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.38.tgz",
4387
+ "integrity": "sha512-lwYtVXdQaBJV94DglPu140Bc6NmmysHhX5PZtdxeNcUG2BgSX/Sre7oCzMEgmuhe4Lu2jDviMxTX81a8wv6v1w==",
4369
4388
  "license": "MIT",
4370
4389
  "dependencies": {
4371
4390
  "@oclif/core": "^4",
@@ -4380,9 +4399,9 @@
4380
4399
  }
4381
4400
  },
4382
4401
  "node_modules/@oclif/plugin-which": {
4383
- "version": "3.2.33",
4384
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.33.tgz",
4385
- "integrity": "sha512-2A0sXmXBUgw9deek62A1jgGlHhElMk+O+YCmNVYV4bzUStY+Fs6v5FBVvRjS6u1qKic+l6rkkjOg03M27WjXhA==",
4402
+ "version": "3.2.34",
4403
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.34.tgz",
4404
+ "integrity": "sha512-FyIut3fNw1iyEC14aIwIvp8UIFF6X0XRvtkQ2Qn57z96SnMVijCTUu5LvB1SwAQ1f4fYztgDmebNJVYl/4+w1g==",
4386
4405
  "license": "MIT",
4387
4406
  "dependencies": {
4388
4407
  "@oclif/core": "^4",
@@ -5095,9 +5114,9 @@
5095
5114
  }
5096
5115
  },
5097
5116
  "node_modules/@salesforce/plugin-auth": {
5098
- "version": "3.6.104",
5099
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.104.tgz",
5100
- "integrity": "sha512-pZNE7et8XoVyI4iL0MUsGjG9lnIRR6D8Nd1YaQVJ4SRLDQ4l+mjL+3TyHNQyiEq0PGNRhufWus8eTzJKuVLAhg==",
5117
+ "version": "3.6.106",
5118
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.106.tgz",
5119
+ "integrity": "sha512-fUg53WqBkowa3WGZ1ctxB3p4EqFbnQu/u4ce9u9YEjJqLvVMc4F9xpNMo/fISqA+81qzy/ciSuq7xKP4+OLCyA==",
5101
5120
  "license": "BSD-3-Clause",
5102
5121
  "dependencies": {
5103
5122
  "@inquirer/checkbox": "^2.5.0",
@@ -5105,7 +5124,7 @@
5105
5124
  "@oclif/core": "^4",
5106
5125
  "@salesforce/core": "^8.8.5",
5107
5126
  "@salesforce/kit": "^3.2.3",
5108
- "@salesforce/plugin-info": "^3.4.44",
5127
+ "@salesforce/plugin-info": "^3.4.47",
5109
5128
  "@salesforce/sf-plugins-core": "^12.2.0",
5110
5129
  "@salesforce/ts-types": "^2.0.11",
5111
5130
  "open": "^10.1.0"
@@ -5226,13 +5245,13 @@
5226
5245
  }
5227
5246
  },
5228
5247
  "node_modules/@salesforce/plugin-data": {
5229
- "version": "4.0.18",
5230
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.18.tgz",
5231
- "integrity": "sha512-ibPh7zfNQgRsCNyD6iSQ1puv0RxxdHsaPaKbUiEwUcgvZuHhlzOEpXU58r/YvFLg/dNt3Jj8GVQjXVARKppfcA==",
5248
+ "version": "4.0.20",
5249
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.20.tgz",
5250
+ "integrity": "sha512-qc4BJBzDwaxzky1A9qGkB1T6ACoDmKPAKYwepYGlUFvoWVcLifOoaNo8N/Ph85A72yEvZshc9z7cO1GesaqbdQ==",
5232
5251
  "license": "BSD-3-Clause",
5233
5252
  "dependencies": {
5234
- "@jsforce/jsforce-node": "^3.6.5",
5235
- "@oclif/multi-stage-output": "^0.8.7",
5253
+ "@jsforce/jsforce-node": "^3.6.6",
5254
+ "@oclif/multi-stage-output": "^0.8.11",
5236
5255
  "@salesforce/core": "^8.8.5",
5237
5256
  "@salesforce/kit": "^3.2.2",
5238
5257
  "@salesforce/sf-plugins-core": "^12.1.4",
@@ -5249,12 +5268,12 @@
5249
5268
  }
5250
5269
  },
5251
5270
  "node_modules/@salesforce/plugin-deploy-retrieve": {
5252
- "version": "3.20.9",
5253
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.20.9.tgz",
5254
- "integrity": "sha512-T5MThyj2KsnVu3NmQURzbrW0WQUQYiE3awX70g2NCpl30vdefHNOI+pl0/hAT2QWMALZUjLvDiSpkohTcCuiIw==",
5271
+ "version": "3.20.10",
5272
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.20.10.tgz",
5273
+ "integrity": "sha512-qQiBmo+Md4tUc8SBg1DoelyaQT2FGVe1r5ehWfU/oBJ7q23Shj8kG7fcPqLpCffdP1LuFlkpRzGTDsAKqEU+Gg==",
5255
5274
  "license": "BSD-3-Clause",
5256
5275
  "dependencies": {
5257
- "@oclif/core": "^4.2.9",
5276
+ "@oclif/core": "^4.2.10",
5258
5277
  "@oclif/multi-stage-output": "^0.8.11",
5259
5278
  "@salesforce/apex-node": "^8.1.19",
5260
5279
  "@salesforce/core": "^8.8.5",
@@ -5272,9 +5291,9 @@
5272
5291
  }
5273
5292
  },
5274
5293
  "node_modules/@salesforce/plugin-info": {
5275
- "version": "3.4.47",
5276
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.47.tgz",
5277
- "integrity": "sha512-qZx4Ce2TgCfk7yg0Z1+d9ZyUqpPmaHrLlCfecvLAd7aqFPYFw8MRZ5sF9dKlu+AHbBT5aSAYAb70tCIUmUmVSg==",
5294
+ "version": "3.4.48",
5295
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.48.tgz",
5296
+ "integrity": "sha512-cschw4Bdd8Vq+l7OzEFebuY6tYgY8UCX54RtzUyDw6qzTrOq9rzjMRzIlqQE3EUQfV5nB5dSGIwCfFlTItiu6Q==",
5278
5297
  "license": "BSD-3-Clause",
5279
5298
  "dependencies": {
5280
5299
  "@inquirer/input": "^2.3.0",
@@ -5324,12 +5343,12 @@
5324
5343
  }
5325
5344
  },
5326
5345
  "node_modules/@salesforce/plugin-org": {
5327
- "version": "5.4.0",
5328
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.4.0.tgz",
5329
- "integrity": "sha512-8OFkAybrE80wnXqxe5gfv7rzzSQ1essqmbuVp8IgrsP0sf8WQbZJAl5HlcfyIoXkdOVXGSasNQ9n/ZGJpNeQUA==",
5346
+ "version": "5.4.1",
5347
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.4.1.tgz",
5348
+ "integrity": "sha512-DKDiVS8D9rgGy3a2uQVRcjvgfsIKBVTrvvg3yGBNIghL5VmQh8EiFNMdGInkY8sSmaCQK3GBuH2ECuglq+GjCw==",
5330
5349
  "license": "BSD-3-Clause",
5331
5350
  "dependencies": {
5332
- "@oclif/core": "^4.2.6",
5351
+ "@oclif/core": "^4.2.10",
5333
5352
  "@oclif/multi-stage-output": "^0.8.9",
5334
5353
  "@salesforce/core": "^8.8.3",
5335
5354
  "@salesforce/kit": "^3.2.3",
@@ -5426,9 +5445,9 @@
5426
5445
  }
5427
5446
  },
5428
5447
  "node_modules/@salesforce/plugin-schema": {
5429
- "version": "3.3.55",
5430
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.55.tgz",
5431
- "integrity": "sha512-fKB3lgBISussFBMJKAHTguimwCyWZQRHjMlCO1gbZQkQuev4YDIrmEqS8VIWRxZfuWdg1GT289LdcKPKlzm9Tw==",
5448
+ "version": "3.3.56",
5449
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.56.tgz",
5450
+ "integrity": "sha512-IOt38Rzc4ppc7dwsV2hctP6mgeoIMxU/upnvXtbePSRs0GHEv1mUUbwNSlaomJrZsQhRla6FcuVX/fUVrKajwg==",
5432
5451
  "license": "BSD-3-Clause",
5433
5452
  "dependencies": {
5434
5453
  "@oclif/core": "^4",
@@ -5528,9 +5547,9 @@
5528
5547
  }
5529
5548
  },
5530
5549
  "node_modules/@salesforce/plugin-sobject": {
5531
- "version": "1.4.51",
5532
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.51.tgz",
5533
- "integrity": "sha512-rDWurwmGxYnuXjix3D5+fq5pd9COx0n1lybW+DljqwzQQLDPGNODxtx2jiMFLDWCv/Mfu2RNwu74MTeagcNSgQ==",
5550
+ "version": "1.4.53",
5551
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.53.tgz",
5552
+ "integrity": "sha512-qMyHKOZYWtxWQtlY4QlB/RoQDoNv90NRLivJ/DZBaYSbOCZYSBUsPdVt4XDpl3EcqH2/SWDcwsHB6SOHeV2CUQ==",
5534
5553
  "license": "BSD-3-Clause",
5535
5554
  "dependencies": {
5536
5555
  "@inquirer/confirm": "^3.2.0",
@@ -5541,7 +5560,7 @@
5541
5560
  "@salesforce/kit": "^3.1.6",
5542
5561
  "@salesforce/sf-plugins-core": "^11.3.12",
5543
5562
  "fast-glob": "^3.3.3",
5544
- "fast-xml-parser": "^4.5.1",
5563
+ "fast-xml-parser": "^4.5.3",
5545
5564
  "js2xmlparser": "^4.0.2"
5546
5565
  },
5547
5566
  "engines": {
@@ -5622,9 +5641,9 @@
5622
5641
  }
5623
5642
  },
5624
5643
  "node_modules/@salesforce/plugin-telemetry": {
5625
- "version": "3.6.35",
5626
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.35.tgz",
5627
- "integrity": "sha512-vvgtEUG8QM9ZP/ZQBuAkkPSI71MnM4NLn/wz39WTRKxcl4r2+qjL2wk9pY389IyqcapNsDvGbvieeLeotrbHBw==",
5644
+ "version": "3.6.36",
5645
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.36.tgz",
5646
+ "integrity": "sha512-BlFpY4EG8RGt56N66dRs0oLdgWXjw9mMMugeyiYWR61RwmNQSVcdjG1JTti2EA/fCDcp/Wy8M44r1JzJis4Etw==",
5628
5647
  "license": "BSD-3-Clause",
5629
5648
  "dependencies": {
5630
5649
  "@oclif/core": "^4.2.7",
@@ -5654,22 +5673,22 @@
5654
5673
  }
5655
5674
  },
5656
5675
  "node_modules/@salesforce/plugin-trust": {
5657
- "version": "3.7.70",
5658
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.70.tgz",
5659
- "integrity": "sha512-I7UkIwnmL+1rxlka6GsajnCPAUasdDRa8Nh6SUzKpxrPFWE4BHpuyv5J2d5etpH9URM1vK/0+gYfrDXfjwHCqQ==",
5676
+ "version": "3.7.73",
5677
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.73.tgz",
5678
+ "integrity": "sha512-58VGD+qzi2JLdosAX0zWbkTSL3pQppJ6Es8KVOK6XnqhfU0ifRh+OCvzQhu0qo1pBsvfiPPUZ1y9B3v3cppuRA==",
5660
5679
  "license": "BSD-3-Clause",
5661
5680
  "dependencies": {
5662
5681
  "@oclif/core": "^4",
5663
5682
  "@salesforce/core": "^8.8.4",
5664
5683
  "@salesforce/kit": "^3.2.0",
5665
- "@salesforce/plugin-info": "^3.4.44",
5684
+ "@salesforce/plugin-info": "^3.4.47",
5666
5685
  "@salesforce/sf-plugins-core": "^12",
5667
5686
  "got": "^13.0.0",
5668
5687
  "npm": "^10.9.2",
5669
5688
  "npm-run-path": "^4.0.1",
5670
5689
  "proxy-agent": "^6.5.0",
5671
5690
  "semver": "^7.7.1",
5672
- "shelljs": "^0.8.4"
5691
+ "shelljs": "^0.9.1"
5673
5692
  },
5674
5693
  "bin": {
5675
5694
  "sf-trust": "bin/dev"
@@ -5678,6 +5697,133 @@
5678
5697
  "node": ">=18.0.0"
5679
5698
  }
5680
5699
  },
5700
+ "node_modules/@salesforce/plugin-trust/node_modules/cross-spawn": {
5701
+ "version": "6.0.6",
5702
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.6.tgz",
5703
+ "integrity": "sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==",
5704
+ "license": "MIT",
5705
+ "dependencies": {
5706
+ "nice-try": "^1.0.4",
5707
+ "path-key": "^2.0.1",
5708
+ "semver": "^5.5.0",
5709
+ "shebang-command": "^1.2.0",
5710
+ "which": "^1.2.9"
5711
+ },
5712
+ "engines": {
5713
+ "node": ">=4.8"
5714
+ }
5715
+ },
5716
+ "node_modules/@salesforce/plugin-trust/node_modules/cross-spawn/node_modules/semver": {
5717
+ "version": "5.7.2",
5718
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
5719
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
5720
+ "license": "ISC",
5721
+ "bin": {
5722
+ "semver": "bin/semver"
5723
+ }
5724
+ },
5725
+ "node_modules/@salesforce/plugin-trust/node_modules/execa": {
5726
+ "version": "1.0.0",
5727
+ "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
5728
+ "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
5729
+ "license": "MIT",
5730
+ "dependencies": {
5731
+ "cross-spawn": "^6.0.0",
5732
+ "get-stream": "^4.0.0",
5733
+ "is-stream": "^1.1.0",
5734
+ "npm-run-path": "^2.0.0",
5735
+ "p-finally": "^1.0.0",
5736
+ "signal-exit": "^3.0.0",
5737
+ "strip-eof": "^1.0.0"
5738
+ },
5739
+ "engines": {
5740
+ "node": ">=6"
5741
+ }
5742
+ },
5743
+ "node_modules/@salesforce/plugin-trust/node_modules/execa/node_modules/npm-run-path": {
5744
+ "version": "2.0.2",
5745
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
5746
+ "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==",
5747
+ "license": "MIT",
5748
+ "dependencies": {
5749
+ "path-key": "^2.0.0"
5750
+ },
5751
+ "engines": {
5752
+ "node": ">=4"
5753
+ }
5754
+ },
5755
+ "node_modules/@salesforce/plugin-trust/node_modules/get-stream": {
5756
+ "version": "4.1.0",
5757
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
5758
+ "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
5759
+ "license": "MIT",
5760
+ "dependencies": {
5761
+ "pump": "^3.0.0"
5762
+ },
5763
+ "engines": {
5764
+ "node": ">=6"
5765
+ }
5766
+ },
5767
+ "node_modules/@salesforce/plugin-trust/node_modules/is-stream": {
5768
+ "version": "1.1.0",
5769
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
5770
+ "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==",
5771
+ "license": "MIT",
5772
+ "engines": {
5773
+ "node": ">=0.10.0"
5774
+ }
5775
+ },
5776
+ "node_modules/@salesforce/plugin-trust/node_modules/shebang-command": {
5777
+ "version": "1.2.0",
5778
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
5779
+ "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==",
5780
+ "license": "MIT",
5781
+ "dependencies": {
5782
+ "shebang-regex": "^1.0.0"
5783
+ },
5784
+ "engines": {
5785
+ "node": ">=0.10.0"
5786
+ }
5787
+ },
5788
+ "node_modules/@salesforce/plugin-trust/node_modules/shebang-regex": {
5789
+ "version": "1.0.0",
5790
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
5791
+ "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==",
5792
+ "license": "MIT",
5793
+ "engines": {
5794
+ "node": ">=0.10.0"
5795
+ }
5796
+ },
5797
+ "node_modules/@salesforce/plugin-trust/node_modules/shelljs": {
5798
+ "version": "0.9.2",
5799
+ "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.9.2.tgz",
5800
+ "integrity": "sha512-S3I64fEiKgTZzKCC46zT/Ib9meqofLrQVbpSswtjFfAVDW+AZ54WTnAM/3/yENoxz/V1Cy6u3kiiEbQ4DNphvw==",
5801
+ "license": "BSD-3-Clause",
5802
+ "dependencies": {
5803
+ "execa": "^1.0.0",
5804
+ "fast-glob": "^3.3.2",
5805
+ "interpret": "^1.0.0",
5806
+ "rechoir": "^0.6.2"
5807
+ },
5808
+ "bin": {
5809
+ "shjs": "bin/shjs"
5810
+ },
5811
+ "engines": {
5812
+ "node": ">=18"
5813
+ }
5814
+ },
5815
+ "node_modules/@salesforce/plugin-trust/node_modules/which": {
5816
+ "version": "1.3.1",
5817
+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
5818
+ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
5819
+ "license": "ISC",
5820
+ "dependencies": {
5821
+ "isexe": "^2.0.0"
5822
+ },
5823
+ "bin": {
5824
+ "which": "bin/which"
5825
+ }
5826
+ },
5681
5827
  "node_modules/@salesforce/plugin-user": {
5682
5828
  "version": "3.6.13",
5683
5829
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.13.tgz",
@@ -10055,12 +10201,15 @@
10055
10201
  "node": ">= 8"
10056
10202
  }
10057
10203
  },
10058
- "node_modules/cross-spawn/node_modules/isexe": {
10059
- "version": "2.0.0",
10060
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
10061
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
10204
+ "node_modules/cross-spawn/node_modules/path-key": {
10205
+ "version": "3.1.1",
10206
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
10207
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
10062
10208
  "dev": true,
10063
- "license": "ISC"
10209
+ "license": "MIT",
10210
+ "engines": {
10211
+ "node": ">=8"
10212
+ }
10064
10213
  },
10065
10214
  "node_modules/cross-spawn/node_modules/which": {
10066
10215
  "version": "2.0.2",
@@ -12088,6 +12237,7 @@
12088
12237
  "version": "1.0.0",
12089
12238
  "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
12090
12239
  "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
12240
+ "dev": true,
12091
12241
  "license": "ISC"
12092
12242
  },
12093
12243
  "node_modules/function-bind": {
@@ -13196,6 +13346,7 @@
13196
13346
  "version": "1.0.6",
13197
13347
  "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
13198
13348
  "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
13349
+ "dev": true,
13199
13350
  "license": "ISC",
13200
13351
  "dependencies": {
13201
13352
  "once": "^1.3.0",
@@ -14167,13 +14318,10 @@
14167
14318
  }
14168
14319
  },
14169
14320
  "node_modules/isexe": {
14170
- "version": "3.1.1",
14171
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
14172
- "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
14173
- "license": "ISC",
14174
- "engines": {
14175
- "node": ">=16"
14176
- }
14321
+ "version": "2.0.0",
14322
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
14323
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
14324
+ "license": "ISC"
14177
14325
  },
14178
14326
  "node_modules/isomorphic-git": {
14179
14327
  "version": "1.27.2",
@@ -16138,6 +16286,12 @@
16138
16286
  "node": ">= 0.4.0"
16139
16287
  }
16140
16288
  },
16289
+ "node_modules/nice-try": {
16290
+ "version": "1.0.5",
16291
+ "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
16292
+ "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
16293
+ "license": "MIT"
16294
+ },
16141
16295
  "node_modules/nise": {
16142
16296
  "version": "1.5.3",
16143
16297
  "resolved": "https://registry.npmjs.org/nise/-/nise-1.5.3.tgz",
@@ -16683,6 +16837,15 @@
16683
16837
  "node": ">=8"
16684
16838
  }
16685
16839
  },
16840
+ "node_modules/npm-run-path/node_modules/path-key": {
16841
+ "version": "3.1.1",
16842
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
16843
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
16844
+ "license": "MIT",
16845
+ "engines": {
16846
+ "node": ">=8"
16847
+ }
16848
+ },
16686
16849
  "node_modules/npm-user-validate": {
16687
16850
  "version": "3.0.0",
16688
16851
  "resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-3.0.0.tgz",
@@ -19970,6 +20133,15 @@
19970
20133
  "node": ">=12.20"
19971
20134
  }
19972
20135
  },
20136
+ "node_modules/p-finally": {
20137
+ "version": "1.0.0",
20138
+ "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
20139
+ "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==",
20140
+ "license": "MIT",
20141
+ "engines": {
20142
+ "node": ">=4"
20143
+ }
20144
+ },
19973
20145
  "node_modules/p-limit": {
19974
20146
  "version": "2.3.0",
19975
20147
  "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
@@ -20222,18 +20394,19 @@
20222
20394
  "version": "1.0.1",
20223
20395
  "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
20224
20396
  "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
20397
+ "dev": true,
20225
20398
  "license": "MIT",
20226
20399
  "engines": {
20227
20400
  "node": ">=0.10.0"
20228
20401
  }
20229
20402
  },
20230
20403
  "node_modules/path-key": {
20231
- "version": "3.1.1",
20232
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
20233
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
20404
+ "version": "2.0.1",
20405
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
20406
+ "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==",
20234
20407
  "license": "MIT",
20235
20408
  "engines": {
20236
- "node": ">=8"
20409
+ "node": ">=4"
20237
20410
  }
20238
20411
  },
20239
20412
  "node_modules/path-parse": {
@@ -21777,6 +21950,7 @@
21777
21950
  "version": "0.8.5",
21778
21951
  "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
21779
21952
  "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
21953
+ "dev": true,
21780
21954
  "license": "BSD-3-Clause",
21781
21955
  "dependencies": {
21782
21956
  "glob": "^7.0.0",
@@ -21794,6 +21968,7 @@
21794
21968
  "version": "1.1.11",
21795
21969
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
21796
21970
  "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
21971
+ "dev": true,
21797
21972
  "license": "MIT",
21798
21973
  "dependencies": {
21799
21974
  "balanced-match": "^1.0.0",
@@ -21804,6 +21979,7 @@
21804
21979
  "version": "7.2.3",
21805
21980
  "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
21806
21981
  "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
21982
+ "dev": true,
21807
21983
  "license": "ISC",
21808
21984
  "dependencies": {
21809
21985
  "fs.realpath": "^1.0.0",
@@ -21824,6 +22000,7 @@
21824
22000
  "version": "3.1.2",
21825
22001
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
21826
22002
  "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
22003
+ "dev": true,
21827
22004
  "license": "ISC",
21828
22005
  "dependencies": {
21829
22006
  "brace-expansion": "^1.1.7"
@@ -22181,13 +22358,6 @@
22181
22358
  "node": ">=8"
22182
22359
  }
22183
22360
  },
22184
- "node_modules/spawn-wrap/node_modules/isexe": {
22185
- "version": "2.0.0",
22186
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
22187
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
22188
- "dev": true,
22189
- "license": "ISC"
22190
- },
22191
22361
  "node_modules/spawn-wrap/node_modules/which": {
22192
22362
  "version": "2.0.2",
22193
22363
  "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
@@ -22647,6 +22817,15 @@
22647
22817
  "node": ">=4"
22648
22818
  }
22649
22819
  },
22820
+ "node_modules/strip-eof": {
22821
+ "version": "1.0.0",
22822
+ "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
22823
+ "integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==",
22824
+ "license": "MIT",
22825
+ "engines": {
22826
+ "node": ">=0.10.0"
22827
+ }
22828
+ },
22650
22829
  "node_modules/strip-final-newline": {
22651
22830
  "version": "2.0.0",
22652
22831
  "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
@@ -23872,6 +24051,16 @@
23872
24051
  "url": "https://github.com/sponsors/ljharb"
23873
24052
  }
23874
24053
  },
24054
+ "node_modules/which/node_modules/isexe": {
24055
+ "version": "3.1.1",
24056
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
24057
+ "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
24058
+ "extraneous": true,
24059
+ "license": "ISC",
24060
+ "engines": {
24061
+ "node": ">=16"
24062
+ }
24063
+ },
23875
24064
  "node_modules/widest-line": {
23876
24065
  "version": "3.1.0",
23877
24066
  "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz",