@salesforce/cli 2.47.1-qa.0 → 2.47.1

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.
package/oclif.lock CHANGED
@@ -2106,10 +2106,10 @@
2106
2106
  "@oclif/core" "^4"
2107
2107
  inquirer-autocomplete-standalone "^0.8.1"
2108
2108
 
2109
- "@oclif/plugin-update@4.4.0":
2110
- version "4.4.0"
2111
- resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.0.tgz"
2112
- integrity sha512-4eOGAHX6kpyfsOy0ByBOw+Jl2Y+UaHTWBhLOBicXpvHFFMbLIygN7mCYxHcGrniEKW5uB1TJBZHZNJOIe1Vsng==
2109
+ "@oclif/plugin-update@4.4.1":
2110
+ version "4.4.1"
2111
+ resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.1.tgz"
2112
+ integrity sha512-+/N+boky7he+WCKmV+UQgrofalncABAT1QVJkM5ZKz0TUhsPN5bjvTK1NnkOWI/HWKF9/WNW/FPadDtCmxbYBA==
2113
2113
  dependencies:
2114
2114
  "@inquirer/select" "^2.3.5"
2115
2115
  "@oclif/core" "^4"
@@ -2797,7 +2797,7 @@
2797
2797
  resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.9.0.tgz"
2798
2798
  integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
2799
2799
 
2800
- "@salesforce/sf-plugins-core@^10.0.0", "@salesforce/sf-plugins-core@10.0.1":
2800
+ "@salesforce/sf-plugins-core@^10.0.0":
2801
2801
  version "10.0.1"
2802
2802
  resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.1.tgz"
2803
2803
  integrity sha512-FsbZKshTgyHYO1KNuEuNGhzLj5diuh7lMElNkT4xfmwGjciDEIBtZf/aMAdN9AYpIj/TkAvi7Xnxs1gMHPOGNQ==
@@ -2841,6 +2841,24 @@
2841
2841
  "@salesforce/ts-types" "^2.0.9"
2842
2842
  chalk "^5.3.0"
2843
2843
 
2844
+ "@salesforce/sf-plugins-core@11.0.1":
2845
+ version "11.0.1"
2846
+ resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.0.1.tgz"
2847
+ integrity sha512-A6Dzkl6XNxn6sYoZjhgnjQhwYcGek55VfWj+7zIzSjvP48YGPXy8VRiJEd4asCtYBxHBtVbrzfL23358MZ3h7Q==
2848
+ dependencies:
2849
+ "@inquirer/confirm" "^3.1.9"
2850
+ "@inquirer/password" "^2.1.9"
2851
+ "@oclif/core" "^4.0.3"
2852
+ "@salesforce/core" "^7.3.12"
2853
+ "@salesforce/kit" "^3.1.3"
2854
+ "@salesforce/ts-types" "^2.0.9"
2855
+ ansis "^3.2.0"
2856
+ cli-progress "^3.12.0"
2857
+ natural-orderby "^3.0.2"
2858
+ slice-ansi "^7.1.0"
2859
+ string-width "^7.1.0"
2860
+ terminal-link "^3.0.0"
2861
+
2844
2862
  "@salesforce/source-deploy-retrieve@^11.4.3", "@salesforce/source-deploy-retrieve@^11.6.2", "@salesforce/source-deploy-retrieve@^11.6.5", "@salesforce/source-deploy-retrieve@^11.6.7":
2845
2863
  version "11.6.7"
2846
2864
  resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.6.7.tgz"
@@ -5379,5 +5379,5 @@
5379
5379
  ]
5380
5380
  }
5381
5381
  },
5382
- "version": "2.47.1-qa.0"
5382
+ "version": "2.47.1"
5383
5383
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.47.1-qa.0",
4
+ "version": "2.47.1",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -146,7 +146,7 @@
146
146
  "@oclif/plugin-not-found": "3.2.4",
147
147
  "@oclif/plugin-plugins": "5.3.1",
148
148
  "@oclif/plugin-search": "1.1.3",
149
- "@oclif/plugin-update": "4.4.0",
149
+ "@oclif/plugin-update": "4.4.1",
150
150
  "@oclif/plugin-version": "2.2.3",
151
151
  "@oclif/plugin-warn-if-update-available": "3.1.5",
152
152
  "@oclif/plugin-which": "3.2.3",
@@ -169,7 +169,7 @@
169
169
  "@salesforce/plugin-templates": "56.2.12",
170
170
  "@salesforce/plugin-trust": "3.7.6",
171
171
  "@salesforce/plugin-user": "3.5.14",
172
- "@salesforce/sf-plugins-core": "10.0.1",
172
+ "@salesforce/sf-plugins-core": "11.0.1",
173
173
  "ansis": "^3.2.0"
174
174
  },
175
175
  "pinnedDependencies": [