@salesforce/cli 2.111.0 → 2.111.2

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/README.md CHANGED
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ sf (--version|-v)
28
- @salesforce/cli/2.111.0 linux-x64 node-v22.20.0
28
+ @salesforce/cli/2.111.2 linux-x64 node-v22.20.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.111.0",
3
+ "version": "2.111.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.111.0",
9
+ "version": "2.111.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
- "@oclif/core": "4.7.0",
14
+ "@oclif/core": "4.7.2",
15
15
  "@oclif/plugin-autocomplete": "3.2.37",
16
16
  "@oclif/plugin-commands": "4.1.35",
17
17
  "@oclif/plugin-help": "6.2.33",
@@ -42,7 +42,7 @@
42
42
  "@salesforce/plugin-templates": "56.3.66",
43
43
  "@salesforce/plugin-trust": "3.7.113",
44
44
  "@salesforce/plugin-user": "3.6.38",
45
- "@salesforce/sf-plugins-core": "12.2.4",
45
+ "@salesforce/sf-plugins-core": "12.2.5",
46
46
  "ansis": "^3.12.0"
47
47
  },
48
48
  "bin": {
@@ -4030,9 +4030,9 @@
4030
4030
  }
4031
4031
  },
4032
4032
  "node_modules/@oclif/core": {
4033
- "version": "4.7.0",
4034
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.7.0.tgz",
4035
- "integrity": "sha512-PTdByCzWpZlSzSCYnk9vcuKQXDBkjZf1CHHxHSMX3f+Y0DythTPxB8b3B8eQABiTLG3q57cTsZPviiVgWCfi0A==",
4033
+ "version": "4.7.2",
4034
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.7.2.tgz",
4035
+ "integrity": "sha512-AmZnhEnyD7bFxmzEKRaOEr0kzonmwIip72eWZPWB5+7D9ayHa/QFX08zhaQT9eOo0//ed64v5p5QZIbYCbQaJQ==",
4036
4036
  "license": "MIT",
4037
4037
  "dependencies": {
4038
4038
  "ansi-escapes": "^4.3.2",
@@ -6082,15 +6082,15 @@
6082
6082
  "license": "ISC"
6083
6083
  },
6084
6084
  "node_modules/@salesforce/sf-plugins-core": {
6085
- "version": "12.2.4",
6086
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz",
6087
- "integrity": "sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A==",
6085
+ "version": "12.2.5",
6086
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.5.tgz",
6087
+ "integrity": "sha512-TJoZwPm0b5t2HzWZOqgWVjWQ+2bnw+Xxz7Icu7RtiD/9Fjp1X/eyr3LHMEd1SE79QLBjb3YKjZSskWDGv+rzlw==",
6088
6088
  "license": "Apache-2.0",
6089
6089
  "dependencies": {
6090
6090
  "@inquirer/confirm": "^3.1.22",
6091
6091
  "@inquirer/password": "^2.2.0",
6092
6092
  "@oclif/core": "^4.5.2",
6093
- "@oclif/table": "^0.4.12",
6093
+ "@oclif/table": "^0.5.0",
6094
6094
  "@salesforce/core": "^8.18.7",
6095
6095
  "@salesforce/kit": "^3.2.3",
6096
6096
  "@salesforce/ts-types": "^2.0.12",
@@ -6102,6 +6102,93 @@
6102
6102
  "node": ">=18.0.0"
6103
6103
  }
6104
6104
  },
6105
+ "node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/table": {
6106
+ "version": "0.5.0",
6107
+ "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.0.tgz",
6108
+ "integrity": "sha512-qXVucBYc/81SNZRDpKgZLr3WNX6qPUN9Ukqr5wWPMmUSzzOnusln3KuTzzWoB1IIafmqrq27QCozkLyvY7ymmw==",
6109
+ "license": "MIT",
6110
+ "dependencies": {
6111
+ "@types/react": "^18.3.12",
6112
+ "change-case": "^5.4.4",
6113
+ "cli-truncate": "^4.0.0",
6114
+ "ink": "5.0.1",
6115
+ "natural-orderby": "^3.0.2",
6116
+ "object-hash": "^3.0.0",
6117
+ "react": "^18.3.1",
6118
+ "strip-ansi": "^7.1.2",
6119
+ "wrap-ansi": "^9.0.2"
6120
+ },
6121
+ "engines": {
6122
+ "node": ">=18.0.0"
6123
+ }
6124
+ },
6125
+ "node_modules/@salesforce/sf-plugins-core/node_modules/ansi-regex": {
6126
+ "version": "6.0.1",
6127
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
6128
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
6129
+ "license": "MIT",
6130
+ "engines": {
6131
+ "node": ">=12"
6132
+ },
6133
+ "funding": {
6134
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
6135
+ }
6136
+ },
6137
+ "node_modules/@salesforce/sf-plugins-core/node_modules/emoji-regex": {
6138
+ "version": "10.3.0",
6139
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
6140
+ "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
6141
+ "license": "MIT"
6142
+ },
6143
+ "node_modules/@salesforce/sf-plugins-core/node_modules/string-width": {
6144
+ "version": "7.2.0",
6145
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
6146
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
6147
+ "license": "MIT",
6148
+ "dependencies": {
6149
+ "emoji-regex": "^10.3.0",
6150
+ "get-east-asian-width": "^1.0.0",
6151
+ "strip-ansi": "^7.1.0"
6152
+ },
6153
+ "engines": {
6154
+ "node": ">=18"
6155
+ },
6156
+ "funding": {
6157
+ "url": "https://github.com/sponsors/sindresorhus"
6158
+ }
6159
+ },
6160
+ "node_modules/@salesforce/sf-plugins-core/node_modules/strip-ansi": {
6161
+ "version": "7.1.2",
6162
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
6163
+ "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
6164
+ "license": "MIT",
6165
+ "dependencies": {
6166
+ "ansi-regex": "^6.0.1"
6167
+ },
6168
+ "engines": {
6169
+ "node": ">=12"
6170
+ },
6171
+ "funding": {
6172
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
6173
+ }
6174
+ },
6175
+ "node_modules/@salesforce/sf-plugins-core/node_modules/wrap-ansi": {
6176
+ "version": "9.0.2",
6177
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
6178
+ "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
6179
+ "license": "MIT",
6180
+ "dependencies": {
6181
+ "ansi-styles": "^6.2.1",
6182
+ "string-width": "^7.0.0",
6183
+ "strip-ansi": "^7.1.0"
6184
+ },
6185
+ "engines": {
6186
+ "node": ">=18"
6187
+ },
6188
+ "funding": {
6189
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
6190
+ }
6191
+ },
6105
6192
  "node_modules/@salesforce/source-deploy-retrieve": {
6106
6193
  "version": "12.24.3",
6107
6194
  "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.24.3.tgz",
package/oclif.lock CHANGED
@@ -1913,10 +1913,10 @@
1913
1913
  proc-log "^5.0.0"
1914
1914
  which "^5.0.0"
1915
1915
 
1916
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.8", "@oclif/core@^4.4.0", "@oclif/core@^4.5.2", "@oclif/core@^4.5.4", "@oclif/core@^4.5.5", "@oclif/core@^4.5.6", "@oclif/core@>= 3.0.0", "@oclif/core@4.7.0":
1917
- version "4.7.0"
1918
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.7.0.tgz"
1919
- integrity sha512-PTdByCzWpZlSzSCYnk9vcuKQXDBkjZf1CHHxHSMX3f+Y0DythTPxB8b3B8eQABiTLG3q57cTsZPviiVgWCfi0A==
1916
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.8", "@oclif/core@^4.4.0", "@oclif/core@^4.5.2", "@oclif/core@^4.5.4", "@oclif/core@^4.5.5", "@oclif/core@^4.5.6", "@oclif/core@>= 3.0.0", "@oclif/core@4.7.2":
1917
+ version "4.7.2"
1918
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.7.2.tgz"
1919
+ integrity sha512-AmZnhEnyD7bFxmzEKRaOEr0kzonmwIip72eWZPWB5+7D9ayHa/QFX08zhaQT9eOo0//ed64v5p5QZIbYCbQaJQ==
1920
1920
  dependencies:
1921
1921
  ansi-escapes "^4.3.2"
1922
1922
  ansis "^3.17.0"
@@ -2072,7 +2072,7 @@
2072
2072
  "@oclif/core" "^4"
2073
2073
  ansis "^3.17.0"
2074
2074
 
2075
- "@oclif/table@^0.4.12", "@oclif/table@^0.4.14":
2075
+ "@oclif/table@^0.4.14":
2076
2076
  version "0.4.14"
2077
2077
  resolved "https://registry.npmjs.org/@oclif/table/-/table-0.4.14.tgz"
2078
2078
  integrity sha512-qj7cl/duiIOgGK5b31W+Y2JE1POeDd4+q/0Qly63RQVBCwOxCdrCm7Nq1j0jXiYY9boUA7rJPT6KAyWOSFdQxA==
@@ -2087,6 +2087,21 @@
2087
2087
  strip-ansi "^7.1.2"
2088
2088
  wrap-ansi "^9.0.2"
2089
2089
 
2090
+ "@oclif/table@^0.5.0":
2091
+ version "0.5.0"
2092
+ resolved "https://registry.npmjs.org/@oclif/table/-/table-0.5.0.tgz"
2093
+ integrity sha512-qXVucBYc/81SNZRDpKgZLr3WNX6qPUN9Ukqr5wWPMmUSzzOnusln3KuTzzWoB1IIafmqrq27QCozkLyvY7ymmw==
2094
+ dependencies:
2095
+ "@types/react" "^18.3.12"
2096
+ change-case "^5.4.4"
2097
+ cli-truncate "^4.0.0"
2098
+ ink "5.0.1"
2099
+ natural-orderby "^3.0.2"
2100
+ object-hash "^3.0.0"
2101
+ react "^18.3.1"
2102
+ strip-ansi "^7.1.2"
2103
+ wrap-ansi "^9.0.2"
2104
+
2090
2105
  "@oclif/test@^4.1.14":
2091
2106
  version "4.1.14"
2092
2107
  resolved "https://registry.npmjs.org/@oclif/test/-/test-4.1.14.tgz"
@@ -2762,15 +2777,15 @@
2762
2777
  string-width "^7.2.0"
2763
2778
  terminal-link "^3.0.0"
2764
2779
 
2765
- "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.13", "@salesforce/sf-plugins-core@^12.2.0", "@salesforce/sf-plugins-core@^12.2.1", "@salesforce/sf-plugins-core@^12.2.4", "@salesforce/sf-plugins-core@12.2.4":
2766
- version "12.2.4"
2767
- resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz"
2768
- integrity sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A==
2780
+ "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.13", "@salesforce/sf-plugins-core@^12.2.0", "@salesforce/sf-plugins-core@^12.2.1", "@salesforce/sf-plugins-core@^12.2.4", "@salesforce/sf-plugins-core@12.2.5":
2781
+ version "12.2.5"
2782
+ resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.5.tgz"
2783
+ integrity sha512-TJoZwPm0b5t2HzWZOqgWVjWQ+2bnw+Xxz7Icu7RtiD/9Fjp1X/eyr3LHMEd1SE79QLBjb3YKjZSskWDGv+rzlw==
2769
2784
  dependencies:
2770
2785
  "@inquirer/confirm" "^3.1.22"
2771
2786
  "@inquirer/password" "^2.2.0"
2772
2787
  "@oclif/core" "^4.5.2"
2773
- "@oclif/table" "^0.4.12"
2788
+ "@oclif/table" "^0.5.0"
2774
2789
  "@salesforce/core" "^8.18.7"
2775
2790
  "@salesforce/kit" "^3.2.3"
2776
2791
  "@salesforce/ts-types" "^2.0.12"
@@ -4159,5 +4159,5 @@
4159
4159
  "requiresProject": true
4160
4160
  }
4161
4161
  },
4162
- "version": "2.111.0"
4162
+ "version": "2.111.2"
4163
4163
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.111.0",
4
+ "version": "2.111.2",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -144,7 +144,7 @@
144
144
  },
145
145
  "dependencies": {
146
146
  "@inquirer/select": "^2.3.5",
147
- "@oclif/core": "4.7.0",
147
+ "@oclif/core": "4.7.2",
148
148
  "@oclif/plugin-autocomplete": "3.2.37",
149
149
  "@oclif/plugin-commands": "4.1.35",
150
150
  "@oclif/plugin-help": "6.2.33",
@@ -175,7 +175,7 @@
175
175
  "@salesforce/plugin-templates": "56.3.66",
176
176
  "@salesforce/plugin-trust": "3.7.113",
177
177
  "@salesforce/plugin-user": "3.6.38",
178
- "@salesforce/sf-plugins-core": "12.2.4",
178
+ "@salesforce/sf-plugins-core": "12.2.5",
179
179
  "ansis": "^3.12.0"
180
180
  },
181
181
  "pinnedDependencies": [