@salesforce/cli 2.76.3 → 2.76.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.
@@ -2660,16 +2660,131 @@
2660
2660
  "validate.js"
2661
2661
  ]
2662
2662
  },
2663
- "org:get:snapshot": {
2663
+ "org:create:shape": {
2664
2664
  "aliases": [
2665
- "force:org:snapshot:get"
2665
+ "force:org:shape:create"
2666
2666
  ],
2667
2667
  "args": {},
2668
2668
  "deprecateAliases": true,
2669
- "description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
2669
+ "description": "Scratch org shapes mimic the baseline setup (features, limits, edition, and Metadata API settings) of a source org without the extraneous data and metadata.\n\nRun \"<%= config.bin %> org list shape\" to view the available org shapes and their IDs.\n\nTo create a scratch org from an org shape, include the \"sourceOrg\" property in the scratch org definition file and set it to the org ID of the source org. Then create a scratch org with the \"<%= config.bin %> org create scratch\" command.",
2670
2670
  "examples": [
2671
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
2672
- "Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
2671
+ "Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
2672
+ ],
2673
+ "flags": {
2674
+ "json": {
2675
+ "description": "Format output as json.",
2676
+ "helpGroup": "GLOBAL",
2677
+ "name": "json",
2678
+ "allowNo": false,
2679
+ "type": "boolean"
2680
+ },
2681
+ "flags-dir": {
2682
+ "helpGroup": "GLOBAL",
2683
+ "name": "flags-dir",
2684
+ "summary": "Import flag values from a directory.",
2685
+ "hasDynamicHelp": false,
2686
+ "multiple": false,
2687
+ "type": "option"
2688
+ },
2689
+ "target-org": {
2690
+ "aliases": [
2691
+ "targetusername",
2692
+ "u"
2693
+ ],
2694
+ "char": "o",
2695
+ "deprecateAliases": true,
2696
+ "name": "target-org",
2697
+ "noCacheDefault": true,
2698
+ "required": true,
2699
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2700
+ "hasDynamicHelp": true,
2701
+ "multiple": false,
2702
+ "type": "option"
2703
+ },
2704
+ "api-version": {
2705
+ "aliases": [
2706
+ "apiversion"
2707
+ ],
2708
+ "deprecateAliases": true,
2709
+ "description": "Override the api version used for api requests made by this command",
2710
+ "name": "api-version",
2711
+ "hasDynamicHelp": false,
2712
+ "multiple": false,
2713
+ "type": "option"
2714
+ },
2715
+ "loglevel": {
2716
+ "deprecated": {
2717
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
2718
+ },
2719
+ "hidden": true,
2720
+ "name": "loglevel",
2721
+ "hasDynamicHelp": false,
2722
+ "multiple": false,
2723
+ "type": "option"
2724
+ }
2725
+ },
2726
+ "hasDynamicHelp": true,
2727
+ "hiddenAliases": [],
2728
+ "id": "org:create:shape",
2729
+ "pluginAlias": "@salesforce/plugin-signups",
2730
+ "pluginName": "@salesforce/plugin-signups",
2731
+ "pluginType": "jit",
2732
+ "strict": true,
2733
+ "summary": "Create a scratch org configuration (shape) based on the specified source org.",
2734
+ "enableJsonFlag": true,
2735
+ "isESM": true,
2736
+ "relativePath": [
2737
+ "lib",
2738
+ "commands",
2739
+ "org",
2740
+ "create",
2741
+ "shape.js"
2742
+ ],
2743
+ "aliasPermutations": [
2744
+ "force:org:shape:create",
2745
+ "org:force:shape:create",
2746
+ "org:shape:force:create",
2747
+ "org:shape:create:force",
2748
+ "force:shape:org:create",
2749
+ "shape:force:org:create",
2750
+ "shape:org:force:create",
2751
+ "shape:org:create:force",
2752
+ "force:shape:create:org",
2753
+ "shape:force:create:org",
2754
+ "shape:create:force:org",
2755
+ "shape:create:org:force",
2756
+ "force:org:create:shape",
2757
+ "org:force:create:shape",
2758
+ "org:create:force:shape",
2759
+ "org:create:shape:force",
2760
+ "force:create:org:shape",
2761
+ "create:force:org:shape",
2762
+ "create:org:force:shape",
2763
+ "create:org:shape:force",
2764
+ "force:create:shape:org",
2765
+ "create:force:shape:org",
2766
+ "create:shape:force:org",
2767
+ "create:shape:org:force"
2768
+ ],
2769
+ "permutations": [
2770
+ "org:create:shape",
2771
+ "create:org:shape",
2772
+ "create:shape:org",
2773
+ "org:shape:create",
2774
+ "shape:org:create",
2775
+ "shape:create:org"
2776
+ ]
2777
+ },
2778
+ "org:create:snapshot": {
2779
+ "aliases": [
2780
+ "force:org:snapshot:create"
2781
+ ],
2782
+ "args": {},
2783
+ "deprecateAliases": true,
2784
+ "description": "A snapshot is a point-in-time copy of a scratch org. The copy is referenced by its unique name in a scratch org definition file.\n\nUse \"<%= config.bin %> org get snapshot\" to get details, including status, about a snapshot creation request.\n\nTo create a scratch org from a snapshot, include the \"snapshot\" option (instead of \"edition\") in the scratch org definition file and set it to the name of the snapshot. Then use \"<%= config.bin %> org create scratch\" to create the scratch org.",
2785
+ "examples": [
2786
+ "Create a snapshot called \"Dependencies\" using the source scratch org ID and your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --source-org 00Dxx0000000000 --name Dependencies --description 'Contains PackageA v1.1.0'",
2787
+ "Create a snapshot called \"NightlyBranch\" using the source scratch org username and a Dev Hub org with alias NightlyDevHub:\n<%= config.bin %> <%= command.id %> --source-org myuser@myorg --name NightlyBranch --description 'Contains PkgA v2.1.0 and PkgB 3.3.0' --target-dev-hub NightlyDevHub"
2673
2788
  ],
2674
2789
  "flags": {
2675
2790
  "json": {
@@ -2722,12 +2837,37 @@
2722
2837
  "multiple": false,
2723
2838
  "type": "option"
2724
2839
  },
2725
- "snapshot": {
2726
- "char": "s",
2727
- "description": "The IDs of scratch org snapshots start with 0Oo.",
2728
- "name": "snapshot",
2840
+ "source-org": {
2841
+ "aliases": [
2842
+ "sourceorg"
2843
+ ],
2844
+ "char": "o",
2845
+ "deprecateAliases": true,
2846
+ "name": "source-org",
2729
2847
  "required": true,
2730
- "summary": "Name or ID of snapshot to retrieve.",
2848
+ "summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
2849
+ "hasDynamicHelp": false,
2850
+ "multiple": false,
2851
+ "type": "option"
2852
+ },
2853
+ "name": {
2854
+ "aliases": [
2855
+ "snapshotname"
2856
+ ],
2857
+ "char": "n",
2858
+ "deprecateAliases": true,
2859
+ "name": "name",
2860
+ "required": true,
2861
+ "summary": "Unique name of snapshot.",
2862
+ "hasDynamicHelp": false,
2863
+ "multiple": false,
2864
+ "type": "option"
2865
+ },
2866
+ "description": {
2867
+ "char": "d",
2868
+ "description": "Use this description to document the contents of the snapshot. We suggest that you include a reference point, such as a version control system tag or commit ID.",
2869
+ "name": "description",
2870
+ "summary": "Description of snapshot.",
2731
2871
  "hasDynamicHelp": false,
2732
2872
  "multiple": false,
2733
2873
  "type": "option"
@@ -2735,54 +2875,54 @@
2735
2875
  },
2736
2876
  "hasDynamicHelp": true,
2737
2877
  "hiddenAliases": [],
2738
- "id": "org:get:snapshot",
2878
+ "id": "org:create:snapshot",
2739
2879
  "pluginAlias": "@salesforce/plugin-signups",
2740
2880
  "pluginName": "@salesforce/plugin-signups",
2741
2881
  "pluginType": "jit",
2742
2882
  "strict": true,
2743
- "summary": "Get details about a scratch org snapshot.",
2883
+ "summary": "Create a snapshot of a scratch org.",
2744
2884
  "enableJsonFlag": true,
2745
2885
  "isESM": true,
2746
2886
  "relativePath": [
2747
2887
  "lib",
2748
2888
  "commands",
2749
2889
  "org",
2750
- "get",
2890
+ "create",
2751
2891
  "snapshot.js"
2752
2892
  ],
2753
2893
  "aliasPermutations": [
2754
- "force:org:snapshot:get",
2755
- "org:force:snapshot:get",
2756
- "org:snapshot:force:get",
2757
- "org:snapshot:get:force",
2758
- "force:snapshot:org:get",
2759
- "snapshot:force:org:get",
2760
- "snapshot:org:force:get",
2761
- "snapshot:org:get:force",
2762
- "force:snapshot:get:org",
2763
- "snapshot:force:get:org",
2764
- "snapshot:get:force:org",
2765
- "snapshot:get:org:force",
2766
- "force:org:get:snapshot",
2767
- "org:force:get:snapshot",
2768
- "org:get:force:snapshot",
2769
- "org:get:snapshot:force",
2770
- "force:get:org:snapshot",
2771
- "get:force:org:snapshot",
2772
- "get:org:force:snapshot",
2773
- "get:org:snapshot:force",
2774
- "force:get:snapshot:org",
2775
- "get:force:snapshot:org",
2776
- "get:snapshot:force:org",
2777
- "get:snapshot:org:force"
2894
+ "force:org:snapshot:create",
2895
+ "org:force:snapshot:create",
2896
+ "org:snapshot:force:create",
2897
+ "org:snapshot:create:force",
2898
+ "force:snapshot:org:create",
2899
+ "snapshot:force:org:create",
2900
+ "snapshot:org:force:create",
2901
+ "snapshot:org:create:force",
2902
+ "force:snapshot:create:org",
2903
+ "snapshot:force:create:org",
2904
+ "snapshot:create:force:org",
2905
+ "snapshot:create:org:force",
2906
+ "force:org:create:snapshot",
2907
+ "org:force:create:snapshot",
2908
+ "org:create:force:snapshot",
2909
+ "org:create:snapshot:force",
2910
+ "force:create:org:snapshot",
2911
+ "create:force:org:snapshot",
2912
+ "create:org:force:snapshot",
2913
+ "create:org:snapshot:force",
2914
+ "force:create:snapshot:org",
2915
+ "create:force:snapshot:org",
2916
+ "create:snapshot:force:org",
2917
+ "create:snapshot:org:force"
2778
2918
  ],
2779
2919
  "permutations": [
2780
- "org:get:snapshot",
2781
- "get:org:snapshot",
2782
- "get:snapshot:org",
2783
- "org:snapshot:get",
2784
- "snapshot:org:get",
2785
- "snapshot:get:org"
2920
+ "org:create:snapshot",
2921
+ "create:org:snapshot",
2922
+ "create:snapshot:org",
2923
+ "org:snapshot:create",
2924
+ "snapshot:org:create",
2925
+ "snapshot:create:org"
2786
2926
  ]
2787
2927
  },
2788
2928
  "org:delete:shape": {
@@ -3044,131 +3184,16 @@
3044
3184
  "snapshot:delete:org"
3045
3185
  ]
3046
3186
  },
3047
- "org:create:shape": {
3048
- "aliases": [
3049
- "force:org:shape:create"
3050
- ],
3051
- "args": {},
3052
- "deprecateAliases": true,
3053
- "description": "Scratch org shapes mimic the baseline setup (features, limits, edition, and Metadata API settings) of a source org without the extraneous data and metadata.\n\nRun \"<%= config.bin %> org list shape\" to view the available org shapes and their IDs.\n\nTo create a scratch org from an org shape, include the \"sourceOrg\" property in the scratch org definition file and set it to the org ID of the source org. Then create a scratch org with the \"<%= config.bin %> org create scratch\" command.",
3054
- "examples": [
3055
- "Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
3056
- ],
3057
- "flags": {
3058
- "json": {
3059
- "description": "Format output as json.",
3060
- "helpGroup": "GLOBAL",
3061
- "name": "json",
3062
- "allowNo": false,
3063
- "type": "boolean"
3064
- },
3065
- "flags-dir": {
3066
- "helpGroup": "GLOBAL",
3067
- "name": "flags-dir",
3068
- "summary": "Import flag values from a directory.",
3069
- "hasDynamicHelp": false,
3070
- "multiple": false,
3071
- "type": "option"
3072
- },
3073
- "target-org": {
3074
- "aliases": [
3075
- "targetusername",
3076
- "u"
3077
- ],
3078
- "char": "o",
3079
- "deprecateAliases": true,
3080
- "name": "target-org",
3081
- "noCacheDefault": true,
3082
- "required": true,
3083
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3084
- "hasDynamicHelp": true,
3085
- "multiple": false,
3086
- "type": "option"
3087
- },
3088
- "api-version": {
3089
- "aliases": [
3090
- "apiversion"
3091
- ],
3092
- "deprecateAliases": true,
3093
- "description": "Override the api version used for api requests made by this command",
3094
- "name": "api-version",
3095
- "hasDynamicHelp": false,
3096
- "multiple": false,
3097
- "type": "option"
3098
- },
3099
- "loglevel": {
3100
- "deprecated": {
3101
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
3102
- },
3103
- "hidden": true,
3104
- "name": "loglevel",
3105
- "hasDynamicHelp": false,
3106
- "multiple": false,
3107
- "type": "option"
3108
- }
3109
- },
3110
- "hasDynamicHelp": true,
3111
- "hiddenAliases": [],
3112
- "id": "org:create:shape",
3113
- "pluginAlias": "@salesforce/plugin-signups",
3114
- "pluginName": "@salesforce/plugin-signups",
3115
- "pluginType": "jit",
3116
- "strict": true,
3117
- "summary": "Create a scratch org configuration (shape) based on the specified source org.",
3118
- "enableJsonFlag": true,
3119
- "isESM": true,
3120
- "relativePath": [
3121
- "lib",
3122
- "commands",
3123
- "org",
3124
- "create",
3125
- "shape.js"
3126
- ],
3127
- "aliasPermutations": [
3128
- "force:org:shape:create",
3129
- "org:force:shape:create",
3130
- "org:shape:force:create",
3131
- "org:shape:create:force",
3132
- "force:shape:org:create",
3133
- "shape:force:org:create",
3134
- "shape:org:force:create",
3135
- "shape:org:create:force",
3136
- "force:shape:create:org",
3137
- "shape:force:create:org",
3138
- "shape:create:force:org",
3139
- "shape:create:org:force",
3140
- "force:org:create:shape",
3141
- "org:force:create:shape",
3142
- "org:create:force:shape",
3143
- "org:create:shape:force",
3144
- "force:create:org:shape",
3145
- "create:force:org:shape",
3146
- "create:org:force:shape",
3147
- "create:org:shape:force",
3148
- "force:create:shape:org",
3149
- "create:force:shape:org",
3150
- "create:shape:force:org",
3151
- "create:shape:org:force"
3152
- ],
3153
- "permutations": [
3154
- "org:create:shape",
3155
- "create:org:shape",
3156
- "create:shape:org",
3157
- "org:shape:create",
3158
- "shape:org:create",
3159
- "shape:create:org"
3160
- ]
3161
- },
3162
- "org:create:snapshot": {
3187
+ "org:get:snapshot": {
3163
3188
  "aliases": [
3164
- "force:org:snapshot:create"
3189
+ "force:org:snapshot:get"
3165
3190
  ],
3166
3191
  "args": {},
3167
3192
  "deprecateAliases": true,
3168
- "description": "A snapshot is a point-in-time copy of a scratch org. The copy is referenced by its unique name in a scratch org definition file.\n\nUse \"<%= config.bin %> org get snapshot\" to get details, including status, about a snapshot creation request.\n\nTo create a scratch org from a snapshot, include the \"snapshot\" option (instead of \"edition\") in the scratch org definition file and set it to the name of the snapshot. Then use \"<%= config.bin %> org create scratch\" to create the scratch org.",
3193
+ "description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
3169
3194
  "examples": [
3170
- "Create a snapshot called \"Dependencies\" using the source scratch org ID and your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --source-org 00Dxx0000000000 --name Dependencies --description 'Contains PackageA v1.1.0'",
3171
- "Create a snapshot called \"NightlyBranch\" using the source scratch org username and a Dev Hub org with alias NightlyDevHub:\n<%= config.bin %> <%= command.id %> --source-org myuser@myorg --name NightlyBranch --description 'Contains PkgA v2.1.0 and PkgB 3.3.0' --target-dev-hub NightlyDevHub"
3195
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3196
+ "Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
3172
3197
  ],
3173
3198
  "flags": {
3174
3199
  "json": {
@@ -3221,37 +3246,12 @@
3221
3246
  "multiple": false,
3222
3247
  "type": "option"
3223
3248
  },
3224
- "source-org": {
3225
- "aliases": [
3226
- "sourceorg"
3227
- ],
3228
- "char": "o",
3229
- "deprecateAliases": true,
3230
- "name": "source-org",
3231
- "required": true,
3232
- "summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
3233
- "hasDynamicHelp": false,
3234
- "multiple": false,
3235
- "type": "option"
3236
- },
3237
- "name": {
3238
- "aliases": [
3239
- "snapshotname"
3240
- ],
3241
- "char": "n",
3242
- "deprecateAliases": true,
3243
- "name": "name",
3249
+ "snapshot": {
3250
+ "char": "s",
3251
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
3252
+ "name": "snapshot",
3244
3253
  "required": true,
3245
- "summary": "Unique name of snapshot.",
3246
- "hasDynamicHelp": false,
3247
- "multiple": false,
3248
- "type": "option"
3249
- },
3250
- "description": {
3251
- "char": "d",
3252
- "description": "Use this description to document the contents of the snapshot. We suggest that you include a reference point, such as a version control system tag or commit ID.",
3253
- "name": "description",
3254
- "summary": "Description of snapshot.",
3254
+ "summary": "Name or ID of snapshot to retrieve.",
3255
3255
  "hasDynamicHelp": false,
3256
3256
  "multiple": false,
3257
3257
  "type": "option"
@@ -3259,54 +3259,54 @@
3259
3259
  },
3260
3260
  "hasDynamicHelp": true,
3261
3261
  "hiddenAliases": [],
3262
- "id": "org:create:snapshot",
3262
+ "id": "org:get:snapshot",
3263
3263
  "pluginAlias": "@salesforce/plugin-signups",
3264
3264
  "pluginName": "@salesforce/plugin-signups",
3265
3265
  "pluginType": "jit",
3266
3266
  "strict": true,
3267
- "summary": "Create a snapshot of a scratch org.",
3267
+ "summary": "Get details about a scratch org snapshot.",
3268
3268
  "enableJsonFlag": true,
3269
3269
  "isESM": true,
3270
3270
  "relativePath": [
3271
3271
  "lib",
3272
3272
  "commands",
3273
3273
  "org",
3274
- "create",
3274
+ "get",
3275
3275
  "snapshot.js"
3276
3276
  ],
3277
3277
  "aliasPermutations": [
3278
- "force:org:snapshot:create",
3279
- "org:force:snapshot:create",
3280
- "org:snapshot:force:create",
3281
- "org:snapshot:create:force",
3282
- "force:snapshot:org:create",
3283
- "snapshot:force:org:create",
3284
- "snapshot:org:force:create",
3285
- "snapshot:org:create:force",
3286
- "force:snapshot:create:org",
3287
- "snapshot:force:create:org",
3288
- "snapshot:create:force:org",
3289
- "snapshot:create:org:force",
3290
- "force:org:create:snapshot",
3291
- "org:force:create:snapshot",
3292
- "org:create:force:snapshot",
3293
- "org:create:snapshot:force",
3294
- "force:create:org:snapshot",
3295
- "create:force:org:snapshot",
3296
- "create:org:force:snapshot",
3297
- "create:org:snapshot:force",
3298
- "force:create:snapshot:org",
3299
- "create:force:snapshot:org",
3300
- "create:snapshot:force:org",
3301
- "create:snapshot:org:force"
3278
+ "force:org:snapshot:get",
3279
+ "org:force:snapshot:get",
3280
+ "org:snapshot:force:get",
3281
+ "org:snapshot:get:force",
3282
+ "force:snapshot:org:get",
3283
+ "snapshot:force:org:get",
3284
+ "snapshot:org:force:get",
3285
+ "snapshot:org:get:force",
3286
+ "force:snapshot:get:org",
3287
+ "snapshot:force:get:org",
3288
+ "snapshot:get:force:org",
3289
+ "snapshot:get:org:force",
3290
+ "force:org:get:snapshot",
3291
+ "org:force:get:snapshot",
3292
+ "org:get:force:snapshot",
3293
+ "org:get:snapshot:force",
3294
+ "force:get:org:snapshot",
3295
+ "get:force:org:snapshot",
3296
+ "get:org:force:snapshot",
3297
+ "get:org:snapshot:force",
3298
+ "force:get:snapshot:org",
3299
+ "get:force:snapshot:org",
3300
+ "get:snapshot:force:org",
3301
+ "get:snapshot:org:force"
3302
3302
  ],
3303
3303
  "permutations": [
3304
- "org:create:snapshot",
3305
- "create:org:snapshot",
3306
- "create:snapshot:org",
3307
- "org:snapshot:create",
3308
- "snapshot:org:create",
3309
- "snapshot:create:org"
3304
+ "org:get:snapshot",
3305
+ "get:org:snapshot",
3306
+ "get:snapshot:org",
3307
+ "org:snapshot:get",
3308
+ "snapshot:org:get",
3309
+ "snapshot:get:org"
3310
3310
  ]
3311
3311
  },
3312
3312
  "org:list:shape": {
@@ -4403,5 +4403,5 @@
4403
4403
  ]
4404
4404
  }
4405
4405
  },
4406
- "version": "2.76.3"
4406
+ "version": "2.76.4"
4407
4407
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.76.3",
4
+ "version": "2.76.4",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -80,7 +80,7 @@
80
80
  "@salesforce/plugin-community": "3.3.10",
81
81
  "@salesforce/plugin-dev": "2.5.1",
82
82
  "@salesforce/plugin-devops-center": "1.2.27",
83
- "@salesforce/plugin-signups": "2.6.11",
83
+ "@salesforce/plugin-signups": "2.6.12",
84
84
  "@salesforce/sfdx-plugin-lwc-test": "1.2.1",
85
85
  "@salesforce/sfdx-scanner": "4.9.0"
86
86
  },
@@ -143,36 +143,36 @@
143
143
  },
144
144
  "dependencies": {
145
145
  "@inquirer/select": "^2.3.5",
146
- "@oclif/core": "4.2.5",
147
- "@oclif/plugin-autocomplete": "3.2.18",
146
+ "@oclif/core": "4.2.6",
147
+ "@oclif/plugin-autocomplete": "3.2.20",
148
148
  "@oclif/plugin-commands": "4.1.19",
149
- "@oclif/plugin-help": "6.2.23",
150
- "@oclif/plugin-not-found": "3.2.39",
151
- "@oclif/plugin-plugins": "5.4.29",
152
- "@oclif/plugin-search": "1.2.19",
153
- "@oclif/plugin-update": "4.6.27",
149
+ "@oclif/plugin-help": "6.2.24",
150
+ "@oclif/plugin-not-found": "3.2.40",
151
+ "@oclif/plugin-plugins": "5.4.30",
152
+ "@oclif/plugin-search": "1.2.20",
153
+ "@oclif/plugin-update": "4.6.29",
154
154
  "@oclif/plugin-version": "2.2.23",
155
- "@oclif/plugin-warn-if-update-available": "3.1.31",
156
- "@oclif/plugin-which": "3.2.26",
155
+ "@oclif/plugin-warn-if-update-available": "3.1.32",
156
+ "@oclif/plugin-which": "3.2.28",
157
157
  "@salesforce/core": "^8.2.3",
158
158
  "@salesforce/kit": "^3.1.6",
159
159
  "@salesforce/plugin-apex": "3.6.8",
160
160
  "@salesforce/plugin-api": "1.3.3",
161
- "@salesforce/plugin-auth": "3.6.91",
162
- "@salesforce/plugin-data": "4.0.7",
161
+ "@salesforce/plugin-auth": "3.6.92",
162
+ "@salesforce/plugin-data": "4.0.9",
163
163
  "@salesforce/plugin-deploy-retrieve": "3.18.0",
164
- "@salesforce/plugin-info": "3.4.34",
165
- "@salesforce/plugin-limits": "3.3.44",
164
+ "@salesforce/plugin-info": "3.4.37",
165
+ "@salesforce/plugin-limits": "3.3.45",
166
166
  "@salesforce/plugin-marketplace": "1.3.7",
167
- "@salesforce/plugin-org": "5.2.25",
168
- "@salesforce/plugin-packaging": "2.9.15",
169
- "@salesforce/plugin-schema": "3.3.46",
170
- "@salesforce/plugin-settings": "2.4.10",
171
- "@salesforce/plugin-sobject": "1.4.49",
167
+ "@salesforce/plugin-org": "5.2.28",
168
+ "@salesforce/plugin-packaging": "2.9.16",
169
+ "@salesforce/plugin-schema": "3.3.49",
170
+ "@salesforce/plugin-settings": "2.4.14",
171
+ "@salesforce/plugin-sobject": "1.4.50",
172
172
  "@salesforce/plugin-telemetry": "3.6.32",
173
- "@salesforce/plugin-templates": "56.3.35",
174
- "@salesforce/plugin-trust": "3.7.60",
175
- "@salesforce/plugin-user": "3.6.6",
173
+ "@salesforce/plugin-templates": "56.3.37",
174
+ "@salesforce/plugin-trust": "3.7.61",
175
+ "@salesforce/plugin-user": "3.6.8",
176
176
  "@salesforce/sf-plugins-core": "12.1.3",
177
177
  "ansis": "^3.3.0"
178
178
  },