@salesforce/plugin-auth 3.5.2 → 3.5.4

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,18 +1,18 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-auth",
3
- "version": "3.5.2",
3
+ "version": "3.5.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-auth",
9
- "version": "3.5.2",
9
+ "version": "3.5.4",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@inquirer/checkbox": "^1.5.2",
13
13
  "@inquirer/select": "^1.3.3",
14
- "@oclif/core": "^3.25.2",
15
- "@salesforce/core": "^6.7.3",
14
+ "@oclif/core": "^3.26.0",
15
+ "@salesforce/core": "^6.7.6",
16
16
  "@salesforce/kit": "^3.1.0",
17
17
  "@salesforce/plugin-info": "^3.0.28",
18
18
  "@salesforce/sf-plugins-core": "^8.0.1",
@@ -29,7 +29,7 @@
29
29
  "eslint-plugin-sf-plugin": "^1.17.5",
30
30
  "oclif": "^4.6.2",
31
31
  "ts-node": "^10.9.2",
32
- "typescript": "^5.4.3"
32
+ "typescript": "^5.4.4"
33
33
  },
34
34
  "engines": {
35
35
  "node": ">=18.0.0"
@@ -1694,6 +1694,30 @@
1694
1694
  "node": ">=v14"
1695
1695
  }
1696
1696
  },
1697
+ "node_modules/@commitlint/config-validator/node_modules/ajv": {
1698
+ "version": "8.12.0",
1699
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
1700
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
1701
+ "dev": true,
1702
+ "license": "MIT",
1703
+ "dependencies": {
1704
+ "fast-deep-equal": "^3.1.1",
1705
+ "json-schema-traverse": "^1.0.0",
1706
+ "require-from-string": "^2.0.2",
1707
+ "uri-js": "^4.2.2"
1708
+ },
1709
+ "funding": {
1710
+ "type": "github",
1711
+ "url": "https://github.com/sponsors/epoberezkin"
1712
+ }
1713
+ },
1714
+ "node_modules/@commitlint/config-validator/node_modules/json-schema-traverse": {
1715
+ "version": "1.0.0",
1716
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
1717
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
1718
+ "dev": true,
1719
+ "license": "MIT"
1720
+ },
1697
1721
  "node_modules/@commitlint/ensure": {
1698
1722
  "version": "17.8.1",
1699
1723
  "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.8.1.tgz",
@@ -1865,20 +1889,6 @@
1865
1889
  "typescript": ">=4"
1866
1890
  }
1867
1891
  },
1868
- "node_modules/@commitlint/load/node_modules/typescript": {
1869
- "version": "5.3.3",
1870
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
1871
- "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
1872
- "dev": true,
1873
- "license": "Apache-2.0",
1874
- "bin": {
1875
- "tsc": "bin/tsc",
1876
- "tsserver": "bin/tsserver"
1877
- },
1878
- "engines": {
1879
- "node": ">=14.17"
1880
- }
1881
- },
1882
1892
  "node_modules/@commitlint/message": {
1883
1893
  "version": "17.8.1",
1884
1894
  "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.8.1.tgz",
@@ -2163,50 +2173,6 @@
2163
2173
  "url": "https://opencollective.com/eslint"
2164
2174
  }
2165
2175
  },
2166
- "node_modules/@eslint/eslintrc/node_modules/ajv": {
2167
- "version": "6.12.6",
2168
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
2169
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
2170
- "dev": true,
2171
- "license": "MIT",
2172
- "dependencies": {
2173
- "fast-deep-equal": "^3.1.1",
2174
- "fast-json-stable-stringify": "^2.0.0",
2175
- "json-schema-traverse": "^0.4.1",
2176
- "uri-js": "^4.2.2"
2177
- },
2178
- "funding": {
2179
- "type": "github",
2180
- "url": "https://github.com/sponsors/epoberezkin"
2181
- }
2182
- },
2183
- "node_modules/@eslint/eslintrc/node_modules/argparse": {
2184
- "version": "2.0.1",
2185
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2186
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
2187
- "dev": true,
2188
- "license": "Python-2.0"
2189
- },
2190
- "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
2191
- "version": "4.1.0",
2192
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
2193
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
2194
- "dev": true,
2195
- "license": "MIT",
2196
- "dependencies": {
2197
- "argparse": "^2.0.1"
2198
- },
2199
- "bin": {
2200
- "js-yaml": "bin/js-yaml.js"
2201
- }
2202
- },
2203
- "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
2204
- "version": "0.4.1",
2205
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
2206
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
2207
- "dev": true,
2208
- "license": "MIT"
2209
- },
2210
2176
  "node_modules/@eslint/js": {
2211
2177
  "version": "8.57.0",
2212
2178
  "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
@@ -2644,6 +2610,30 @@
2644
2610
  "node": ">=8"
2645
2611
  }
2646
2612
  },
2613
+ "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
2614
+ "version": "1.0.10",
2615
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
2616
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
2617
+ "dev": true,
2618
+ "license": "MIT",
2619
+ "dependencies": {
2620
+ "sprintf-js": "~1.0.2"
2621
+ }
2622
+ },
2623
+ "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
2624
+ "version": "3.14.1",
2625
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
2626
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
2627
+ "dev": true,
2628
+ "license": "MIT",
2629
+ "dependencies": {
2630
+ "argparse": "^1.0.7",
2631
+ "esprima": "^4.0.0"
2632
+ },
2633
+ "bin": {
2634
+ "js-yaml": "bin/js-yaml.js"
2635
+ }
2636
+ },
2647
2637
  "node_modules/@istanbuljs/schema": {
2648
2638
  "version": "0.1.3",
2649
2639
  "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
@@ -2743,9 +2733,9 @@
2743
2733
  }
2744
2734
  },
2745
2735
  "node_modules/@oclif/core": {
2746
- "version": "3.25.2",
2747
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.25.2.tgz",
2748
- "integrity": "sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==",
2736
+ "version": "3.26.0",
2737
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
2738
+ "integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
2749
2739
  "license": "MIT",
2750
2740
  "dependencies": {
2751
2741
  "@types/cli-progress": "^3.11.5",
@@ -2781,6 +2771,15 @@
2781
2771
  "node": ">=18.0.0"
2782
2772
  }
2783
2773
  },
2774
+ "node_modules/@oclif/core/node_modules/argparse": {
2775
+ "version": "1.0.10",
2776
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
2777
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
2778
+ "license": "MIT",
2779
+ "dependencies": {
2780
+ "sprintf-js": "~1.0.2"
2781
+ }
2782
+ },
2784
2783
  "node_modules/@oclif/core/node_modules/chalk": {
2785
2784
  "version": "4.1.2",
2786
2785
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -2809,6 +2808,19 @@
2809
2808
  "node": ">=8"
2810
2809
  }
2811
2810
  },
2811
+ "node_modules/@oclif/core/node_modules/js-yaml": {
2812
+ "version": "3.14.1",
2813
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
2814
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
2815
+ "license": "MIT",
2816
+ "dependencies": {
2817
+ "argparse": "^1.0.7",
2818
+ "esprima": "^4.0.0"
2819
+ },
2820
+ "bin": {
2821
+ "js-yaml": "bin/js-yaml.js"
2822
+ }
2823
+ },
2812
2824
  "node_modules/@oclif/core/node_modules/minimatch": {
2813
2825
  "version": "9.0.3",
2814
2826
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
@@ -2878,6 +2890,117 @@
2878
2890
  "node": ">=18.0.0"
2879
2891
  }
2880
2892
  },
2893
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
2894
+ "version": "3.25.2",
2895
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.25.2.tgz",
2896
+ "integrity": "sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==",
2897
+ "dev": true,
2898
+ "license": "MIT",
2899
+ "dependencies": {
2900
+ "@types/cli-progress": "^3.11.5",
2901
+ "ansi-escapes": "^4.3.2",
2902
+ "ansi-styles": "^4.3.0",
2903
+ "cardinal": "^2.1.1",
2904
+ "chalk": "^4.1.2",
2905
+ "clean-stack": "^3.0.1",
2906
+ "cli-progress": "^3.12.0",
2907
+ "color": "^4.2.3",
2908
+ "debug": "^4.3.4",
2909
+ "ejs": "^3.1.9",
2910
+ "get-package-type": "^0.1.0",
2911
+ "globby": "^11.1.0",
2912
+ "hyperlinker": "^1.0.0",
2913
+ "indent-string": "^4.0.0",
2914
+ "is-wsl": "^2.2.0",
2915
+ "js-yaml": "^3.14.1",
2916
+ "minimatch": "^9.0.3",
2917
+ "natural-orderby": "^2.0.3",
2918
+ "object-treeify": "^1.1.33",
2919
+ "password-prompt": "^1.1.3",
2920
+ "slice-ansi": "^4.0.0",
2921
+ "string-width": "^4.2.3",
2922
+ "strip-ansi": "^6.0.1",
2923
+ "supports-color": "^8.1.1",
2924
+ "supports-hyperlinks": "^2.2.0",
2925
+ "widest-line": "^3.1.0",
2926
+ "wordwrap": "^1.0.0",
2927
+ "wrap-ansi": "^7.0.0"
2928
+ },
2929
+ "engines": {
2930
+ "node": ">=18.0.0"
2931
+ }
2932
+ },
2933
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
2934
+ "version": "4.1.2",
2935
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2936
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2937
+ "dev": true,
2938
+ "license": "MIT",
2939
+ "dependencies": {
2940
+ "ansi-styles": "^4.1.0",
2941
+ "supports-color": "^7.1.0"
2942
+ },
2943
+ "engines": {
2944
+ "node": ">=10"
2945
+ },
2946
+ "funding": {
2947
+ "url": "https://github.com/chalk/chalk?sponsor=1"
2948
+ }
2949
+ },
2950
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
2951
+ "version": "7.2.0",
2952
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
2953
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
2954
+ "dev": true,
2955
+ "license": "MIT",
2956
+ "dependencies": {
2957
+ "has-flag": "^4.0.0"
2958
+ },
2959
+ "engines": {
2960
+ "node": ">=8"
2961
+ }
2962
+ },
2963
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
2964
+ "version": "11.1.0",
2965
+ "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
2966
+ "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
2967
+ "dev": true,
2968
+ "license": "MIT",
2969
+ "dependencies": {
2970
+ "array-union": "^2.1.0",
2971
+ "dir-glob": "^3.0.1",
2972
+ "fast-glob": "^3.2.9",
2973
+ "ignore": "^5.2.0",
2974
+ "merge2": "^1.4.1",
2975
+ "slash": "^3.0.0"
2976
+ },
2977
+ "engines": {
2978
+ "node": ">=10"
2979
+ },
2980
+ "funding": {
2981
+ "url": "https://github.com/sponsors/sindresorhus"
2982
+ }
2983
+ },
2984
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
2985
+ "version": "3.0.0",
2986
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
2987
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
2988
+ "dev": true,
2989
+ "license": "MIT",
2990
+ "engines": {
2991
+ "node": ">=8"
2992
+ }
2993
+ },
2994
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
2995
+ "version": "1.0.10",
2996
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
2997
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
2998
+ "dev": true,
2999
+ "license": "MIT",
3000
+ "dependencies": {
3001
+ "sprintf-js": "~1.0.2"
3002
+ }
3003
+ },
2881
3004
  "node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
2882
3005
  "version": "14.0.1",
2883
3006
  "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
@@ -2899,6 +3022,36 @@
2899
3022
  "url": "https://github.com/sponsors/sindresorhus"
2900
3023
  }
2901
3024
  },
3025
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
3026
+ "version": "3.14.1",
3027
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
3028
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
3029
+ "dev": true,
3030
+ "license": "MIT",
3031
+ "dependencies": {
3032
+ "argparse": "^1.0.7",
3033
+ "esprima": "^4.0.0"
3034
+ },
3035
+ "bin": {
3036
+ "js-yaml": "bin/js-yaml.js"
3037
+ }
3038
+ },
3039
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
3040
+ "version": "9.0.3",
3041
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
3042
+ "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
3043
+ "dev": true,
3044
+ "license": "ISC",
3045
+ "dependencies": {
3046
+ "brace-expansion": "^2.0.1"
3047
+ },
3048
+ "engines": {
3049
+ "node": ">=16 || 14 >=14.17"
3050
+ },
3051
+ "funding": {
3052
+ "url": "https://github.com/sponsors/isaacs"
3053
+ }
3054
+ },
2902
3055
  "node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
2903
3056
  "version": "5.0.0",
2904
3057
  "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
@@ -2925,6 +3078,40 @@
2925
3078
  "url": "https://github.com/sponsors/sindresorhus"
2926
3079
  }
2927
3080
  },
3081
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
3082
+ "version": "8.1.1",
3083
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
3084
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
3085
+ "dev": true,
3086
+ "license": "MIT",
3087
+ "dependencies": {
3088
+ "has-flag": "^4.0.0"
3089
+ },
3090
+ "engines": {
3091
+ "node": ">=10"
3092
+ },
3093
+ "funding": {
3094
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
3095
+ }
3096
+ },
3097
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
3098
+ "version": "7.0.0",
3099
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
3100
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
3101
+ "dev": true,
3102
+ "license": "MIT",
3103
+ "dependencies": {
3104
+ "ansi-styles": "^4.0.0",
3105
+ "string-width": "^4.1.0",
3106
+ "strip-ansi": "^6.0.0"
3107
+ },
3108
+ "engines": {
3109
+ "node": ">=10"
3110
+ },
3111
+ "funding": {
3112
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3113
+ }
3114
+ },
2928
3115
  "node_modules/@oclif/plugin-help": {
2929
3116
  "version": "6.0.18",
2930
3117
  "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
@@ -3013,15 +3200,14 @@
3013
3200
  }
3014
3201
  },
3015
3202
  "node_modules/@salesforce/core": {
3016
- "version": "6.7.3",
3017
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.3.tgz",
3018
- "integrity": "sha512-uU+PuZZGXxByhvnXLH1V3eY5P1caw401dIZ/QvhzYxoP/alPLk7dpChnZNJYH5Rw3dc/AhSPw+eg0cvUyjhP1Q==",
3203
+ "version": "6.7.6",
3204
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.6.tgz",
3205
+ "integrity": "sha512-0ZZ1GgUQTwTs8/xa+hmZd+wwKXkK8MNcI2Kn20HmHShsweA2Jp3Yaxx0+EbRPqhSBARXso+TADSnsOjlZvQ3tg==",
3019
3206
  "license": "BSD-3-Clause",
3020
3207
  "dependencies": {
3021
- "@salesforce/kit": "^3.0.15",
3022
- "@salesforce/schemas": "^1.6.1",
3208
+ "@salesforce/kit": "^3.1.0",
3209
+ "@salesforce/schemas": "^1.7.0",
3023
3210
  "@salesforce/ts-types": "^2.0.9",
3024
- "@types/semver": "^7.5.8",
3025
3211
  "ajv": "^8.12.0",
3026
3212
  "change-case": "^4.1.2",
3027
3213
  "faye": "^1.4.0",
@@ -3041,6 +3227,28 @@
3041
3227
  "node": ">=18.0.0"
3042
3228
  }
3043
3229
  },
3230
+ "node_modules/@salesforce/core/node_modules/ajv": {
3231
+ "version": "8.12.0",
3232
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
3233
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
3234
+ "license": "MIT",
3235
+ "dependencies": {
3236
+ "fast-deep-equal": "^3.1.1",
3237
+ "json-schema-traverse": "^1.0.0",
3238
+ "require-from-string": "^2.0.2",
3239
+ "uri-js": "^4.2.2"
3240
+ },
3241
+ "funding": {
3242
+ "type": "github",
3243
+ "url": "https://github.com/sponsors/epoberezkin"
3244
+ }
3245
+ },
3246
+ "node_modules/@salesforce/core/node_modules/json-schema-traverse": {
3247
+ "version": "1.0.0",
3248
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
3249
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
3250
+ "license": "MIT"
3251
+ },
3044
3252
  "node_modules/@salesforce/dev-config": {
3045
3253
  "version": "4.1.0",
3046
3254
  "resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz",
@@ -3233,282 +3441,79 @@
3233
3441
  "wrap-ansi": "^6.0.1"
3234
3442
  },
3235
3443
  "engines": {
3236
- "node": ">=12.0.0"
3237
- }
3238
- },
3239
- "node_modules/@salesforce/plugin-command-reference/node_modules/mute-stream": {
3240
- "version": "0.0.8",
3241
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
3242
- "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
3243
- "dev": true,
3244
- "license": "ISC"
3245
- },
3246
- "node_modules/@salesforce/plugin-command-reference/node_modules/run-async": {
3247
- "version": "2.4.1",
3248
- "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
3249
- "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
3250
- "dev": true,
3251
- "license": "MIT",
3252
- "engines": {
3253
- "node": ">=0.12.0"
3254
- }
3255
- },
3256
- "node_modules/@salesforce/plugin-info": {
3257
- "version": "3.0.28",
3258
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.28.tgz",
3259
- "integrity": "sha512-Sm2qhlNWAwSg/BYxKcRqvdpIUP6FynILl2/8emekJA52ApKw2b/SAHIWDozmxAqVJZseMqZnglKFuIId+qQhpg==",
3260
- "license": "BSD-3-Clause",
3261
- "dependencies": {
3262
- "@inquirer/input": "^2.0.0",
3263
- "@oclif/core": "^3.19.1",
3264
- "@salesforce/core": "^6.5.2",
3265
- "@salesforce/kit": "^3.0.15",
3266
- "@salesforce/sf-plugins-core": "^7.1.11",
3267
- "got": "^13.0.0",
3268
- "marked": "^4.3.0",
3269
- "marked-terminal": "^4.2.0",
3270
- "open": "^10.0.3",
3271
- "proxy-agent": "^6.4.0",
3272
- "semver": "^7.6.0"
3273
- },
3274
- "engines": {
3275
- "node": ">=18.0.0"
3276
- }
3277
- },
3278
- "node_modules/@salesforce/plugin-info/node_modules/@oclif/core": {
3279
- "version": "3.20.0",
3280
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.20.0.tgz",
3281
- "integrity": "sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==",
3282
- "license": "MIT",
3283
- "dependencies": {
3284
- "@types/cli-progress": "^3.11.5",
3285
- "ansi-escapes": "^4.3.2",
3286
- "ansi-styles": "^4.3.0",
3287
- "cardinal": "^2.1.1",
3288
- "chalk": "^4.1.2",
3289
- "clean-stack": "^3.0.1",
3290
- "cli-progress": "^3.12.0",
3291
- "color": "^4.2.3",
3292
- "debug": "^4.3.4",
3293
- "ejs": "^3.1.9",
3294
- "get-package-type": "^0.1.0",
3295
- "globby": "^11.1.0",
3296
- "hyperlinker": "^1.0.0",
3297
- "indent-string": "^4.0.0",
3298
- "is-wsl": "^2.2.0",
3299
- "js-yaml": "^3.14.1",
3300
- "natural-orderby": "^2.0.3",
3301
- "object-treeify": "^1.1.33",
3302
- "password-prompt": "^1.1.3",
3303
- "slice-ansi": "^4.0.0",
3304
- "string-width": "^4.2.3",
3305
- "strip-ansi": "^6.0.1",
3306
- "supports-color": "^8.1.1",
3307
- "supports-hyperlinks": "^2.2.0",
3308
- "widest-line": "^3.1.0",
3309
- "wordwrap": "^1.0.0",
3310
- "wrap-ansi": "^7.0.0"
3311
- },
3312
- "engines": {
3313
- "node": ">=18.0.0"
3314
- }
3315
- },
3316
- "node_modules/@salesforce/plugin-info/node_modules/@salesforce/core": {
3317
- "version": "6.7.0",
3318
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.0.tgz",
3319
- "integrity": "sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==",
3320
- "license": "BSD-3-Clause",
3321
- "dependencies": {
3322
- "@salesforce/kit": "^3.0.15",
3323
- "@salesforce/schemas": "^1.6.1",
3324
- "@salesforce/ts-types": "^2.0.9",
3325
- "@types/semver": "^7.5.8",
3326
- "ajv": "^8.12.0",
3327
- "change-case": "^4.1.2",
3328
- "faye": "^1.4.0",
3329
- "form-data": "^4.0.0",
3330
- "js2xmlparser": "^4.0.1",
3331
- "jsforce": "^2.0.0-beta.29",
3332
- "jsonwebtoken": "9.0.2",
3333
- "jszip": "3.10.1",
3334
- "pino": "^8.19.0",
3335
- "pino-abstract-transport": "^1.1.0",
3336
- "pino-pretty": "^10.3.1",
3337
- "proper-lockfile": "^4.1.2",
3338
- "semver": "^7.6.0",
3339
- "ts-retry-promise": "^0.7.1"
3340
- },
3341
- "engines": {
3342
- "node": ">=18.0.0"
3343
- }
3344
- },
3345
- "node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core": {
3346
- "version": "7.1.14",
3347
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.14.tgz",
3348
- "integrity": "sha512-KDX9vYDeVOkozRrsjVh4Pvzay++7bWWKmaHtGOwkZrBHb3mVEdCp0ryF0WaDTfaEvgNKn7kiZEDSO7oEhJSzug==",
3349
- "license": "BSD-3-Clause",
3350
- "dependencies": {
3351
- "@inquirer/confirm": "^2.0.17",
3352
- "@inquirer/password": "^1.1.16",
3353
- "@oclif/core": "^3.19.6",
3354
- "@salesforce/core": "^6.6.0",
3355
- "@salesforce/kit": "^3.0.15",
3356
- "@salesforce/ts-types": "^2.0.9",
3357
- "chalk": "^5.3.0"
3358
- },
3359
- "engines": {
3360
- "node": ">=18.0.0"
3361
- }
3362
- },
3363
- "node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core": {
3364
- "version": "3.26.0",
3365
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
3366
- "integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
3367
- "license": "MIT",
3368
- "dependencies": {
3369
- "@types/cli-progress": "^3.11.5",
3370
- "ansi-escapes": "^4.3.2",
3371
- "ansi-styles": "^4.3.0",
3372
- "cardinal": "^2.1.1",
3373
- "chalk": "^4.1.2",
3374
- "clean-stack": "^3.0.1",
3375
- "cli-progress": "^3.12.0",
3376
- "color": "^4.2.3",
3377
- "debug": "^4.3.4",
3378
- "ejs": "^3.1.9",
3379
- "get-package-type": "^0.1.0",
3380
- "globby": "^11.1.0",
3381
- "hyperlinker": "^1.0.0",
3382
- "indent-string": "^4.0.0",
3383
- "is-wsl": "^2.2.0",
3384
- "js-yaml": "^3.14.1",
3385
- "minimatch": "^9.0.3",
3386
- "natural-orderby": "^2.0.3",
3387
- "object-treeify": "^1.1.33",
3388
- "password-prompt": "^1.1.3",
3389
- "slice-ansi": "^4.0.0",
3390
- "string-width": "^4.2.3",
3391
- "strip-ansi": "^6.0.1",
3392
- "supports-color": "^8.1.1",
3393
- "supports-hyperlinks": "^2.2.0",
3394
- "widest-line": "^3.1.0",
3395
- "wordwrap": "^1.0.0",
3396
- "wrap-ansi": "^7.0.0"
3397
- },
3398
- "engines": {
3399
- "node": ">=18.0.0"
3400
- }
3401
- },
3402
- "node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core/node_modules/chalk": {
3403
- "version": "4.1.2",
3404
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
3405
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
3406
- "license": "MIT",
3407
- "dependencies": {
3408
- "ansi-styles": "^4.1.0",
3409
- "supports-color": "^7.1.0"
3410
- },
3411
- "engines": {
3412
- "node": ">=10"
3413
- },
3414
- "funding": {
3415
- "url": "https://github.com/chalk/chalk?sponsor=1"
3416
- }
3417
- },
3418
- "node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
3419
- "version": "7.2.0",
3420
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3421
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3422
- "license": "MIT",
3423
- "dependencies": {
3424
- "has-flag": "^4.0.0"
3425
- },
3426
- "engines": {
3427
- "node": ">=8"
3428
- }
3429
- },
3430
- "node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core/node_modules/@salesforce/core": {
3431
- "version": "6.7.1",
3432
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.1.tgz",
3433
- "integrity": "sha512-SxscNdH2l+K5LmqH9XrosX+fjhPkMLN3hsG50sWQi7DbaI1Z0FGAKVOmVe6fZZsUsVNThKvZ+159IwwtxHWY6w==",
3434
- "license": "BSD-3-Clause",
3435
- "dependencies": {
3436
- "@salesforce/kit": "^3.0.15",
3437
- "@salesforce/schemas": "^1.6.1",
3438
- "@salesforce/ts-types": "^2.0.9",
3439
- "@types/semver": "^7.5.8",
3440
- "ajv": "^8.12.0",
3441
- "change-case": "^4.1.2",
3442
- "faye": "^1.4.0",
3443
- "form-data": "^4.0.0",
3444
- "js2xmlparser": "^4.0.1",
3445
- "jsforce": "^2.0.0-beta.29",
3446
- "jsonwebtoken": "9.0.2",
3447
- "jszip": "3.10.1",
3448
- "pino": "^8.19.0",
3449
- "pino-abstract-transport": "^1.1.0",
3450
- "pino-pretty": "^10.3.1",
3451
- "proper-lockfile": "^4.1.2",
3452
- "semver": "^7.6.0",
3453
- "ts-retry-promise": "^0.7.1"
3454
- },
3455
- "engines": {
3456
- "node": ">=18.0.0"
3444
+ "node": ">=12.0.0"
3457
3445
  }
3458
3446
  },
3459
- "node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
3460
- "version": "5.3.0",
3461
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
3462
- "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
3447
+ "node_modules/@salesforce/plugin-command-reference/node_modules/mute-stream": {
3448
+ "version": "0.0.8",
3449
+ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
3450
+ "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
3451
+ "dev": true,
3452
+ "license": "ISC"
3453
+ },
3454
+ "node_modules/@salesforce/plugin-command-reference/node_modules/run-async": {
3455
+ "version": "2.4.1",
3456
+ "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
3457
+ "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
3458
+ "dev": true,
3463
3459
  "license": "MIT",
3464
3460
  "engines": {
3465
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
3466
- },
3467
- "funding": {
3468
- "url": "https://github.com/chalk/chalk?sponsor=1"
3461
+ "node": ">=0.12.0"
3469
3462
  }
3470
3463
  },
3471
- "node_modules/@salesforce/plugin-info/node_modules/chalk": {
3472
- "version": "4.1.2",
3473
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
3474
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
3475
- "license": "MIT",
3464
+ "node_modules/@salesforce/plugin-info": {
3465
+ "version": "3.0.28",
3466
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.28.tgz",
3467
+ "integrity": "sha512-Sm2qhlNWAwSg/BYxKcRqvdpIUP6FynILl2/8emekJA52ApKw2b/SAHIWDozmxAqVJZseMqZnglKFuIId+qQhpg==",
3468
+ "license": "BSD-3-Clause",
3476
3469
  "dependencies": {
3477
- "ansi-styles": "^4.1.0",
3478
- "supports-color": "^7.1.0"
3470
+ "@inquirer/input": "^2.0.0",
3471
+ "@oclif/core": "^3.19.1",
3472
+ "@salesforce/core": "^6.5.2",
3473
+ "@salesforce/kit": "^3.0.15",
3474
+ "@salesforce/sf-plugins-core": "^7.1.11",
3475
+ "got": "^13.0.0",
3476
+ "marked": "^4.3.0",
3477
+ "marked-terminal": "^4.2.0",
3478
+ "open": "^10.0.3",
3479
+ "proxy-agent": "^6.4.0",
3480
+ "semver": "^7.6.0"
3479
3481
  },
3480
3482
  "engines": {
3481
- "node": ">=10"
3482
- },
3483
- "funding": {
3484
- "url": "https://github.com/chalk/chalk?sponsor=1"
3483
+ "node": ">=18.0.0"
3485
3484
  }
3486
3485
  },
3487
- "node_modules/@salesforce/plugin-info/node_modules/chalk/node_modules/supports-color": {
3488
- "version": "7.2.0",
3489
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3490
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3491
- "license": "MIT",
3486
+ "node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core": {
3487
+ "version": "7.1.14",
3488
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.14.tgz",
3489
+ "integrity": "sha512-KDX9vYDeVOkozRrsjVh4Pvzay++7bWWKmaHtGOwkZrBHb3mVEdCp0ryF0WaDTfaEvgNKn7kiZEDSO7oEhJSzug==",
3490
+ "license": "BSD-3-Clause",
3492
3491
  "dependencies": {
3493
- "has-flag": "^4.0.0"
3492
+ "@inquirer/confirm": "^2.0.17",
3493
+ "@inquirer/password": "^1.1.16",
3494
+ "@oclif/core": "^3.19.6",
3495
+ "@salesforce/core": "^6.6.0",
3496
+ "@salesforce/kit": "^3.0.15",
3497
+ "@salesforce/ts-types": "^2.0.9",
3498
+ "chalk": "^5.3.0"
3494
3499
  },
3495
3500
  "engines": {
3496
- "node": ">=8"
3501
+ "node": ">=18.0.0"
3497
3502
  }
3498
3503
  },
3499
- "node_modules/@salesforce/plugin-info/node_modules/minimatch": {
3500
- "version": "9.0.3",
3501
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
3502
- "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
3503
- "license": "ISC",
3504
+ "node_modules/@salesforce/plugin-info/node_modules/is-wsl": {
3505
+ "version": "3.1.0",
3506
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
3507
+ "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
3508
+ "license": "MIT",
3504
3509
  "dependencies": {
3505
- "brace-expansion": "^2.0.1"
3510
+ "is-inside-container": "^1.0.0"
3506
3511
  },
3507
3512
  "engines": {
3508
- "node": ">=16 || 14 >=14.17"
3513
+ "node": ">=16"
3509
3514
  },
3510
3515
  "funding": {
3511
- "url": "https://github.com/sponsors/isaacs"
3516
+ "url": "https://github.com/sponsors/sindresorhus"
3512
3517
  }
3513
3518
  },
3514
3519
  "node_modules/@salesforce/plugin-info/node_modules/open": {
@@ -3529,53 +3534,6 @@
3529
3534
  "url": "https://github.com/sponsors/sindresorhus"
3530
3535
  }
3531
3536
  },
3532
- "node_modules/@salesforce/plugin-info/node_modules/open/node_modules/is-wsl": {
3533
- "version": "3.1.0",
3534
- "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
3535
- "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
3536
- "license": "MIT",
3537
- "dependencies": {
3538
- "is-inside-container": "^1.0.0"
3539
- },
3540
- "engines": {
3541
- "node": ">=16"
3542
- },
3543
- "funding": {
3544
- "url": "https://github.com/sponsors/sindresorhus"
3545
- }
3546
- },
3547
- "node_modules/@salesforce/plugin-info/node_modules/supports-color": {
3548
- "version": "8.1.1",
3549
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
3550
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
3551
- "license": "MIT",
3552
- "dependencies": {
3553
- "has-flag": "^4.0.0"
3554
- },
3555
- "engines": {
3556
- "node": ">=10"
3557
- },
3558
- "funding": {
3559
- "url": "https://github.com/chalk/supports-color?sponsor=1"
3560
- }
3561
- },
3562
- "node_modules/@salesforce/plugin-info/node_modules/wrap-ansi": {
3563
- "version": "7.0.0",
3564
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
3565
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
3566
- "license": "MIT",
3567
- "dependencies": {
3568
- "ansi-styles": "^4.0.0",
3569
- "string-width": "^4.1.0",
3570
- "strip-ansi": "^6.0.0"
3571
- },
3572
- "engines": {
3573
- "node": ">=10"
3574
- },
3575
- "funding": {
3576
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3577
- }
3578
- },
3579
3537
  "node_modules/@salesforce/prettier-config": {
3580
3538
  "version": "0.0.3",
3581
3539
  "resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
@@ -3584,9 +3542,9 @@
3584
3542
  "license": "BSD-3-Clause"
3585
3543
  },
3586
3544
  "node_modules/@salesforce/schemas": {
3587
- "version": "1.6.1",
3588
- "resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.6.1.tgz",
3589
- "integrity": "sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==",
3545
+ "version": "1.7.0",
3546
+ "resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.7.0.tgz",
3547
+ "integrity": "sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==",
3590
3548
  "license": "ISC"
3591
3549
  },
3592
3550
  "node_modules/@salesforce/sf-plugins-core": {
@@ -4670,6 +4628,7 @@
4670
4628
  "version": "7.5.8",
4671
4629
  "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
4672
4630
  "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
4631
+ "dev": true,
4673
4632
  "license": "MIT"
4674
4633
  },
4675
4634
  "node_modules/@types/shelljs": {
@@ -5019,14 +4978,15 @@
5019
4978
  }
5020
4979
  },
5021
4980
  "node_modules/ajv": {
5022
- "version": "8.12.0",
5023
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
5024
- "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
4981
+ "version": "6.12.6",
4982
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
4983
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
4984
+ "dev": true,
5025
4985
  "license": "MIT",
5026
4986
  "dependencies": {
5027
4987
  "fast-deep-equal": "^3.1.1",
5028
- "json-schema-traverse": "^1.0.0",
5029
- "require-from-string": "^2.0.2",
4988
+ "fast-json-stable-stringify": "^2.0.0",
4989
+ "json-schema-traverse": "^0.4.1",
5030
4990
  "uri-js": "^4.2.2"
5031
4991
  },
5032
4992
  "funding": {
@@ -5160,13 +5120,11 @@
5160
5120
  "license": "MIT"
5161
5121
  },
5162
5122
  "node_modules/argparse": {
5163
- "version": "1.0.10",
5164
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
5165
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
5166
- "license": "MIT",
5167
- "dependencies": {
5168
- "sprintf-js": "~1.0.2"
5169
- }
5123
+ "version": "2.0.1",
5124
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
5125
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
5126
+ "dev": true,
5127
+ "license": "Python-2.0"
5170
5128
  },
5171
5129
  "node_modules/array-buffer-byte-length": {
5172
5130
  "version": "1.0.1",
@@ -6541,40 +6499,6 @@
6541
6499
  }
6542
6500
  }
6543
6501
  },
6544
- "node_modules/cosmiconfig/node_modules/argparse": {
6545
- "version": "2.0.1",
6546
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
6547
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
6548
- "dev": true,
6549
- "license": "Python-2.0"
6550
- },
6551
- "node_modules/cosmiconfig/node_modules/js-yaml": {
6552
- "version": "4.1.0",
6553
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
6554
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
6555
- "dev": true,
6556
- "license": "MIT",
6557
- "dependencies": {
6558
- "argparse": "^2.0.1"
6559
- },
6560
- "bin": {
6561
- "js-yaml": "bin/js-yaml.js"
6562
- }
6563
- },
6564
- "node_modules/cosmiconfig/node_modules/typescript": {
6565
- "version": "5.3.3",
6566
- "dev": true,
6567
- "license": "Apache-2.0",
6568
- "optional": true,
6569
- "peer": true,
6570
- "bin": {
6571
- "tsc": "bin/tsc",
6572
- "tsserver": "bin/tsserver"
6573
- },
6574
- "engines": {
6575
- "node": ">=14.17"
6576
- }
6577
- },
6578
6502
  "node_modules/create-require": {
6579
6503
  "version": "1.1.1",
6580
6504
  "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
@@ -7627,30 +7551,6 @@
7627
7551
  "url": "https://opencollective.com/eslint"
7628
7552
  }
7629
7553
  },
7630
- "node_modules/eslint/node_modules/ajv": {
7631
- "version": "6.12.6",
7632
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
7633
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
7634
- "dev": true,
7635
- "license": "MIT",
7636
- "dependencies": {
7637
- "fast-deep-equal": "^3.1.1",
7638
- "fast-json-stable-stringify": "^2.0.0",
7639
- "json-schema-traverse": "^0.4.1",
7640
- "uri-js": "^4.2.2"
7641
- },
7642
- "funding": {
7643
- "type": "github",
7644
- "url": "https://github.com/sponsors/epoberezkin"
7645
- }
7646
- },
7647
- "node_modules/eslint/node_modules/argparse": {
7648
- "version": "2.0.1",
7649
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
7650
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
7651
- "dev": true,
7652
- "license": "Python-2.0"
7653
- },
7654
7554
  "node_modules/eslint/node_modules/chalk": {
7655
7555
  "version": "4.1.2",
7656
7556
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -7711,26 +7611,6 @@
7711
7611
  "node": ">=10.13.0"
7712
7612
  }
7713
7613
  },
7714
- "node_modules/eslint/node_modules/js-yaml": {
7715
- "version": "4.1.0",
7716
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
7717
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
7718
- "dev": true,
7719
- "license": "MIT",
7720
- "dependencies": {
7721
- "argparse": "^2.0.1"
7722
- },
7723
- "bin": {
7724
- "js-yaml": "bin/js-yaml.js"
7725
- }
7726
- },
7727
- "node_modules/eslint/node_modules/json-schema-traverse": {
7728
- "version": "0.4.1",
7729
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
7730
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
7731
- "dev": true,
7732
- "license": "MIT"
7733
- },
7734
7614
  "node_modules/eslint/node_modules/locate-path": {
7735
7615
  "version": "6.0.0",
7736
7616
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
@@ -9887,13 +9767,13 @@
9887
9767
  "license": "MIT"
9888
9768
  },
9889
9769
  "node_modules/js-yaml": {
9890
- "version": "3.14.1",
9891
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
9892
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
9770
+ "version": "4.1.0",
9771
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
9772
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
9773
+ "dev": true,
9893
9774
  "license": "MIT",
9894
9775
  "dependencies": {
9895
- "argparse": "^1.0.7",
9896
- "esprima": "^4.0.0"
9776
+ "argparse": "^2.0.1"
9897
9777
  },
9898
9778
  "bin": {
9899
9779
  "js-yaml": "bin/js-yaml.js"
@@ -10087,9 +9967,10 @@
10087
9967
  "license": "MIT"
10088
9968
  },
10089
9969
  "node_modules/json-schema-traverse": {
10090
- "version": "1.0.0",
10091
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
10092
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
9970
+ "version": "0.4.1",
9971
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
9972
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
9973
+ "dev": true,
10093
9974
  "license": "MIT"
10094
9975
  },
10095
9976
  "node_modules/json-stable-stringify-without-jsonify": {
@@ -11019,13 +10900,6 @@
11019
10900
  "node": ">= 14.0.0"
11020
10901
  }
11021
10902
  },
11022
- "node_modules/mocha/node_modules/argparse": {
11023
- "version": "2.0.1",
11024
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
11025
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
11026
- "dev": true,
11027
- "license": "Python-2.0"
11028
- },
11029
10903
  "node_modules/mocha/node_modules/diff": {
11030
10904
  "version": "5.0.0",
11031
10905
  "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
@@ -11086,19 +10960,6 @@
11086
10960
  "node": ">=10"
11087
10961
  }
11088
10962
  },
11089
- "node_modules/mocha/node_modules/js-yaml": {
11090
- "version": "4.1.0",
11091
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
11092
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
11093
- "dev": true,
11094
- "license": "MIT",
11095
- "dependencies": {
11096
- "argparse": "^2.0.1"
11097
- },
11098
- "bin": {
11099
- "js-yaml": "bin/js-yaml.js"
11100
- }
11101
- },
11102
10963
  "node_modules/mocha/node_modules/locate-path": {
11103
10964
  "version": "6.0.0",
11104
10965
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
@@ -14518,9 +14379,9 @@
14518
14379
  }
14519
14380
  },
14520
14381
  "node_modules/typescript": {
14521
- "version": "5.4.3",
14522
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
14523
- "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
14382
+ "version": "5.4.4",
14383
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
14384
+ "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
14524
14385
  "dev": true,
14525
14386
  "license": "Apache-2.0",
14526
14387
  "bin": {