@salesforce/cli 2.110.9 → 2.110.10

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.110.9 linux-x64 node-v22.20.0
28
+ @salesforce/cli/2.110.10 linux-x64 node-v22.20.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -7347,7 +7347,7 @@ EXAMPLES
7347
7347
  $ sf plugins
7348
7348
  ```
7349
7349
 
7350
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.49/src/commands/plugins/index.ts)_
7350
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.50/src/commands/plugins/index.ts)_
7351
7351
 
7352
7352
  ## `sf plugins discover`
7353
7353
 
@@ -7392,7 +7392,7 @@ EXAMPLES
7392
7392
  $ sf plugins inspect @salesforce/plugin-packaging
7393
7393
  ```
7394
7394
 
7395
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.49/src/commands/plugins/inspect.ts)_
7395
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.50/src/commands/plugins/inspect.ts)_
7396
7396
 
7397
7397
  ## `sf plugins install PLUGIN`
7398
7398
 
@@ -7441,7 +7441,7 @@ EXAMPLES
7441
7441
  $ sf plugins install someuser/someplugin
7442
7442
  ```
7443
7443
 
7444
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.49/src/commands/plugins/install.ts)_
7444
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.50/src/commands/plugins/install.ts)_
7445
7445
 
7446
7446
  ## `sf plugins link PATH`
7447
7447
 
@@ -7472,7 +7472,7 @@ EXAMPLES
7472
7472
  $ sf plugins link @salesforce/plugin-packaging
7473
7473
  ```
7474
7474
 
7475
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.49/src/commands/plugins/link.ts)_
7475
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.50/src/commands/plugins/link.ts)_
7476
7476
 
7477
7477
  ## `sf plugins reset`
7478
7478
 
@@ -7487,7 +7487,7 @@ FLAGS
7487
7487
  --reinstall Reinstall all plugins after uninstalling.
7488
7488
  ```
7489
7489
 
7490
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.49/src/commands/plugins/reset.ts)_
7490
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.50/src/commands/plugins/reset.ts)_
7491
7491
 
7492
7492
  ## `sf plugins trust verify`
7493
7493
 
@@ -7544,7 +7544,7 @@ EXAMPLES
7544
7544
  $ sf plugins uninstall @salesforce/plugin-packaging
7545
7545
  ```
7546
7546
 
7547
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.49/src/commands/plugins/uninstall.ts)_
7547
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.50/src/commands/plugins/uninstall.ts)_
7548
7548
 
7549
7549
  ## `sf plugins update`
7550
7550
 
@@ -7562,7 +7562,7 @@ DESCRIPTION
7562
7562
  Update installed plugins.
7563
7563
  ```
7564
7564
 
7565
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.49/src/commands/plugins/update.ts)_
7565
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.50/src/commands/plugins/update.ts)_
7566
7566
 
7567
7567
  ## `sf project convert mdapi`
7568
7568
 
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.110.9",
3
+ "version": "2.110.10",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.110.9",
9
+ "version": "2.110.10",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
- "@oclif/core": "4.5.4",
14
+ "@oclif/core": "4.5.5",
15
15
  "@oclif/plugin-autocomplete": "3.2.35",
16
16
  "@oclif/plugin-commands": "4.1.34",
17
17
  "@oclif/plugin-help": "6.2.33",
18
18
  "@oclif/plugin-not-found": "3.2.68",
19
- "@oclif/plugin-plugins": "5.4.49",
19
+ "@oclif/plugin-plugins": "5.4.50",
20
20
  "@oclif/plugin-search": "1.2.32",
21
21
  "@oclif/plugin-update": "4.7.8",
22
22
  "@oclif/plugin-version": "2.2.33",
@@ -3684,9 +3684,9 @@
3684
3684
  }
3685
3685
  },
3686
3686
  "node_modules/@oclif/core": {
3687
- "version": "4.5.4",
3688
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.4.tgz",
3689
- "integrity": "sha512-78YYJls8+KG96tReyUsesKKIKqC0qbFSY1peUSrt0P2uGsrgAuU9axQ0iBQdhAlIwZDcTyaj+XXVQkz2kl/O0w==",
3687
+ "version": "4.5.5",
3688
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.5.tgz",
3689
+ "integrity": "sha512-iQzlaJQgPeUXrtrX71OzDwxPikQ7c2FhNd8U8rBB7BCtj2XYfmzBT/Hmbc+g9OKDIG/JkbJT0fXaWMMBrhi+1A==",
3690
3690
  "license": "MIT",
3691
3691
  "dependencies": {
3692
3692
  "ansi-escapes": "^4.3.2",
@@ -3700,7 +3700,7 @@
3700
3700
  "is-wsl": "^2.2.0",
3701
3701
  "lilconfig": "^3.1.3",
3702
3702
  "minimatch": "^9.0.5",
3703
- "semver": "^7.6.3",
3703
+ "semver": "^7.7.3",
3704
3704
  "string-width": "^4.2.3",
3705
3705
  "supports-color": "^8",
3706
3706
  "tinyglobby": "^0.2.14",
@@ -4009,9 +4009,9 @@
4009
4009
  }
4010
4010
  },
4011
4011
  "node_modules/@oclif/plugin-plugins": {
4012
- "version": "5.4.49",
4013
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.49.tgz",
4014
- "integrity": "sha512-OeDLxEjbfEj5AN/wEKXzSY4VC+svBVdjrlHjxm4/e1ZnK3ZuSe1MeABmJc4mXmWwG/zagtNtSAKmTOWhe+WmmA==",
4012
+ "version": "5.4.50",
4013
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.50.tgz",
4014
+ "integrity": "sha512-HNhmmgxH0xoFsYKubtWWhgSasbDEyoT+o/q5QDljiytNvqWP3wWiP6cqqWvGpKG2El7+g17crdWpv4jzrf3Lyg==",
4015
4015
  "license": "MIT",
4016
4016
  "dependencies": {
4017
4017
  "@oclif/core": "^4.5.4",
@@ -4021,7 +4021,7 @@
4021
4021
  "npm-package-arg": "^11.0.3",
4022
4022
  "npm-run-path": "^5.3.0",
4023
4023
  "object-treeify": "^4.0.1",
4024
- "semver": "^7.7.2",
4024
+ "semver": "^7.7.3",
4025
4025
  "validate-npm-package-name": "^5.0.1",
4026
4026
  "which": "^4.0.0",
4027
4027
  "yarn": "^1.22.22"
@@ -18958,8 +18958,6 @@
18958
18958
  },
18959
18959
  "node_modules/npm/node_modules/semver": {
18960
18960
  "version": "7.7.2",
18961
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
18962
- "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
18963
18961
  "inBundle": true,
18964
18962
  "license": "ISC",
18965
18963
  "bin": {
@@ -21810,9 +21808,9 @@
21810
21808
  "license": "BSD-3-Clause"
21811
21809
  },
21812
21810
  "node_modules/semver": {
21813
- "version": "7.7.2",
21814
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
21815
- "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
21811
+ "version": "7.7.3",
21812
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
21813
+ "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
21816
21814
  "license": "ISC",
21817
21815
  "bin": {
21818
21816
  "semver": "bin/semver.js"
package/oclif.lock CHANGED
@@ -1656,10 +1656,10 @@
1656
1656
  proc-log "^5.0.0"
1657
1657
  which "^5.0.0"
1658
1658
 
1659
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.8", "@oclif/core@^4.3.2", "@oclif/core@^4.5.2", "@oclif/core@^4.5.3", "@oclif/core@^4.5.4", "@oclif/core@>= 3.0.0", "@oclif/core@4.5.4":
1660
- version "4.5.4"
1661
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.5.4.tgz"
1662
- integrity sha512-78YYJls8+KG96tReyUsesKKIKqC0qbFSY1peUSrt0P2uGsrgAuU9axQ0iBQdhAlIwZDcTyaj+XXVQkz2kl/O0w==
1659
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.8", "@oclif/core@^4.3.2", "@oclif/core@^4.5.2", "@oclif/core@^4.5.3", "@oclif/core@^4.5.4", "@oclif/core@>= 3.0.0", "@oclif/core@4.5.5":
1660
+ version "4.5.5"
1661
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.5.5.tgz"
1662
+ integrity sha512-iQzlaJQgPeUXrtrX71OzDwxPikQ7c2FhNd8U8rBB7BCtj2XYfmzBT/Hmbc+g9OKDIG/JkbJT0fXaWMMBrhi+1A==
1663
1663
  dependencies:
1664
1664
  ansi-escapes "^4.3.2"
1665
1665
  ansis "^3.17.0"
@@ -1672,7 +1672,7 @@
1672
1672
  is-wsl "^2.2.0"
1673
1673
  lilconfig "^3.1.3"
1674
1674
  minimatch "^9.0.5"
1675
- semver "^7.6.3"
1675
+ semver "^7.7.3"
1676
1676
  string-width "^4.2.3"
1677
1677
  supports-color "^8"
1678
1678
  tinyglobby "^0.2.14"
@@ -1745,10 +1745,10 @@
1745
1745
  ansis "^3.17.0"
1746
1746
  fast-levenshtein "^3.0.0"
1747
1747
 
1748
- "@oclif/plugin-plugins@5.4.49":
1749
- version "5.4.49"
1750
- resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.49.tgz"
1751
- integrity sha512-OeDLxEjbfEj5AN/wEKXzSY4VC+svBVdjrlHjxm4/e1ZnK3ZuSe1MeABmJc4mXmWwG/zagtNtSAKmTOWhe+WmmA==
1748
+ "@oclif/plugin-plugins@5.4.50":
1749
+ version "5.4.50"
1750
+ resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.50.tgz"
1751
+ integrity sha512-HNhmmgxH0xoFsYKubtWWhgSasbDEyoT+o/q5QDljiytNvqWP3wWiP6cqqWvGpKG2El7+g17crdWpv4jzrf3Lyg==
1752
1752
  dependencies:
1753
1753
  "@oclif/core" "^4.5.4"
1754
1754
  ansis "^3.17.0"
@@ -1757,7 +1757,7 @@
1757
1757
  npm-package-arg "^11.0.3"
1758
1758
  npm-run-path "^5.3.0"
1759
1759
  object-treeify "^4.0.1"
1760
- semver "^7.7.2"
1760
+ semver "^7.7.3"
1761
1761
  validate-npm-package-name "^5.0.1"
1762
1762
  which "^4.0.0"
1763
1763
  yarn "^1.22.22"
@@ -10202,10 +10202,10 @@ semver@^6.3.1:
10202
10202
  resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
10203
10203
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
10204
10204
 
10205
- semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0, semver@^7.5.1, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.0, semver@^7.7.1, semver@^7.7.2:
10206
- version "7.7.2"
10207
- resolved "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz"
10208
- integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
10205
+ semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0, semver@^7.5.1, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.0, semver@^7.7.1, semver@^7.7.2, semver@^7.7.3:
10206
+ version "7.7.3"
10207
+ resolved "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz"
10208
+ integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
10209
10209
 
10210
10210
  "semver@2 || 3 || 4 || 5":
10211
10211
  version "5.7.2"
@@ -4159,5 +4159,5 @@
4159
4159
  "requiresProject": true
4160
4160
  }
4161
4161
  },
4162
- "version": "2.110.9"
4162
+ "version": "2.110.10"
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.110.9",
4
+ "version": "2.110.10",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -144,12 +144,12 @@
144
144
  },
145
145
  "dependencies": {
146
146
  "@inquirer/select": "^2.3.5",
147
- "@oclif/core": "4.5.4",
147
+ "@oclif/core": "4.5.5",
148
148
  "@oclif/plugin-autocomplete": "3.2.35",
149
149
  "@oclif/plugin-commands": "4.1.34",
150
150
  "@oclif/plugin-help": "6.2.33",
151
151
  "@oclif/plugin-not-found": "3.2.68",
152
- "@oclif/plugin-plugins": "5.4.49",
152
+ "@oclif/plugin-plugins": "5.4.50",
153
153
  "@oclif/plugin-search": "1.2.32",
154
154
  "@oclif/plugin-update": "4.7.8",
155
155
  "@oclif/plugin-version": "2.2.33",