@salesforce/cli 2.139.2 → 2.139.3

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.139.2 linux-x64 node-v22.22.3
28
+ @salesforce/cli/2.139.3 linux-x64 node-v22.22.3
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -8568,7 +8568,7 @@ EXAMPLES
8568
8568
  $ sf plugins
8569
8569
  ```
8570
8570
 
8571
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.72/src/commands/plugins/index.ts)_
8571
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.73/src/commands/plugins/index.ts)_
8572
8572
 
8573
8573
  ## `sf plugins discover`
8574
8574
 
@@ -8613,7 +8613,7 @@ EXAMPLES
8613
8613
  $ sf plugins inspect @salesforce/plugin-packaging
8614
8614
  ```
8615
8615
 
8616
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.72/src/commands/plugins/inspect.ts)_
8616
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.73/src/commands/plugins/inspect.ts)_
8617
8617
 
8618
8618
  ## `sf plugins install PLUGIN`
8619
8619
 
@@ -8662,7 +8662,7 @@ EXAMPLES
8662
8662
  $ sf plugins install someuser/someplugin
8663
8663
  ```
8664
8664
 
8665
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.72/src/commands/plugins/install.ts)_
8665
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.73/src/commands/plugins/install.ts)_
8666
8666
 
8667
8667
  ## `sf plugins link PATH`
8668
8668
 
@@ -8693,7 +8693,7 @@ EXAMPLES
8693
8693
  $ sf plugins link @salesforce/plugin-packaging
8694
8694
  ```
8695
8695
 
8696
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.72/src/commands/plugins/link.ts)_
8696
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.73/src/commands/plugins/link.ts)_
8697
8697
 
8698
8698
  ## `sf plugins reset`
8699
8699
 
@@ -8708,7 +8708,7 @@ FLAGS
8708
8708
  --reinstall Reinstall all plugins after uninstalling.
8709
8709
  ```
8710
8710
 
8711
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.72/src/commands/plugins/reset.ts)_
8711
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.73/src/commands/plugins/reset.ts)_
8712
8712
 
8713
8713
  ## `sf plugins trust allowlist add`
8714
8714
 
@@ -8867,7 +8867,7 @@ EXAMPLES
8867
8867
  $ sf plugins uninstall @salesforce/plugin-packaging
8868
8868
  ```
8869
8869
 
8870
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.72/src/commands/plugins/uninstall.ts)_
8870
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.73/src/commands/plugins/uninstall.ts)_
8871
8871
 
8872
8872
  ## `sf plugins update`
8873
8873
 
@@ -8885,7 +8885,7 @@ DESCRIPTION
8885
8885
  Update installed plugins.
8886
8886
  ```
8887
8887
 
8888
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.72/src/commands/plugins/update.ts)_
8888
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.73/src/commands/plugins/update.ts)_
8889
8889
 
8890
8890
  ## `sf project convert mdapi`
8891
8891
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.139.2",
3
+ "version": "2.139.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.139.2",
9
+ "version": "2.139.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -16,7 +16,7 @@
16
16
  "@oclif/plugin-commands": "4.1.57",
17
17
  "@oclif/plugin-help": "6.2.50",
18
18
  "@oclif/plugin-not-found": "3.2.87",
19
- "@oclif/plugin-plugins": "5.4.72",
19
+ "@oclif/plugin-plugins": "5.4.73",
20
20
  "@oclif/plugin-search": "1.2.50",
21
21
  "@oclif/plugin-update": "4.7.46",
22
22
  "@oclif/plugin-version": "2.2.47",
@@ -3758,9 +3758,9 @@
3758
3758
  }
3759
3759
  },
3760
3760
  "node_modules/@oclif/plugin-plugins": {
3761
- "version": "5.4.72",
3762
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.72.tgz",
3763
- "integrity": "sha512-eZ9BWmKzO8BomPLbAcfYHUSm8gxgxYvyF/yeDIycDfxvY/hHA0ibqdQ6UBNi7lzuVOoWi4VmkY3wnvdXX3Fo1g==",
3761
+ "version": "5.4.73",
3762
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.73.tgz",
3763
+ "integrity": "sha512-Lppok4cxe8pYxHqS7MWlaIGDLR8TH9fQ4n87MmwA1lo8k6HABe8mJeDNA8ZzeCY7UcGmMifJfy3mEHvZryDv5w==",
3764
3764
  "license": "MIT",
3765
3765
  "dependencies": {
3766
3766
  "@oclif/core": "^4.11.4",
@@ -3770,7 +3770,7 @@
3770
3770
  "npm-package-arg": "^11.0.3",
3771
3771
  "npm-run-path": "^5.3.0",
3772
3772
  "object-treeify": "^4.0.1",
3773
- "semver": "^7.8.1",
3773
+ "semver": "^7.8.2",
3774
3774
  "validate-npm-package-name": "^5.0.1",
3775
3775
  "which": "^4.0.0",
3776
3776
  "yarn": "^1.22.22"
@@ -17917,8 +17917,6 @@
17917
17917
  },
17918
17918
  "node_modules/npm/node_modules/semver": {
17919
17919
  "version": "7.8.1",
17920
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
17921
- "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
17922
17920
  "inBundle": true,
17923
17921
  "license": "ISC",
17924
17922
  "bin": {
@@ -20377,9 +20375,9 @@
20377
20375
  "license": "BSD-3-Clause"
20378
20376
  },
20379
20377
  "node_modules/semver": {
20380
- "version": "7.8.1",
20381
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
20382
- "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
20378
+ "version": "7.8.2",
20379
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.2.tgz",
20380
+ "integrity": "sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==",
20383
20381
  "license": "ISC",
20384
20382
  "bin": {
20385
20383
  "semver": "bin/semver.js"
package/oclif.lock CHANGED
@@ -1650,10 +1650,10 @@
1650
1650
  ansis "^3.17.0"
1651
1651
  fast-levenshtein "^3.0.0"
1652
1652
 
1653
- "@oclif/plugin-plugins@5.4.72":
1654
- version "5.4.72"
1655
- resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.72.tgz"
1656
- integrity sha512-eZ9BWmKzO8BomPLbAcfYHUSm8gxgxYvyF/yeDIycDfxvY/hHA0ibqdQ6UBNi7lzuVOoWi4VmkY3wnvdXX3Fo1g==
1653
+ "@oclif/plugin-plugins@5.4.73":
1654
+ version "5.4.73"
1655
+ resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.73.tgz"
1656
+ integrity sha512-Lppok4cxe8pYxHqS7MWlaIGDLR8TH9fQ4n87MmwA1lo8k6HABe8mJeDNA8ZzeCY7UcGmMifJfy3mEHvZryDv5w==
1657
1657
  dependencies:
1658
1658
  "@oclif/core" "^4.11.4"
1659
1659
  ansis "^3.17.0"
@@ -1662,7 +1662,7 @@
1662
1662
  npm-package-arg "^11.0.3"
1663
1663
  npm-run-path "^5.3.0"
1664
1664
  object-treeify "^4.0.1"
1665
- semver "^7.8.1"
1665
+ semver "^7.8.2"
1666
1666
  validate-npm-package-name "^5.0.1"
1667
1667
  which "^4.0.0"
1668
1668
  yarn "^1.22.22"
@@ -9691,10 +9691,10 @@ semver@^6.3.1:
9691
9691
  resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
9692
9692
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
9693
9693
 
9694
- semver@^7.0.0, 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.7.2, semver@^7.7.4, semver@^7.8.0, semver@^7.8.1:
9695
- version "7.8.1"
9696
- resolved "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz"
9697
- integrity sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==
9694
+ semver@^7.0.0, 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.7.2, semver@^7.7.4, semver@^7.8.0, semver@^7.8.1, semver@^7.8.2:
9695
+ version "7.8.2"
9696
+ resolved "https://registry.npmjs.org/semver/-/semver-7.8.2.tgz"
9697
+ integrity sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==
9698
9698
 
9699
9699
  "semver@2 || 3 || 4 || 5":
9700
9700
  version "5.7.2"
@@ -4554,5 +4554,5 @@
4554
4554
  "requiresProject": true
4555
4555
  }
4556
4556
  },
4557
- "version": "2.139.2"
4557
+ "version": "2.139.3"
4558
4558
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.139.2",
4
+ "version": "2.139.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -77,7 +77,7 @@
77
77
  ],
78
78
  "jitPlugins": {
79
79
  "@salesforce/plugin-code-analyzer": "5.13.0",
80
- "@salesforce/plugin-community": "3.3.64",
80
+ "@salesforce/plugin-community": "3.3.65",
81
81
  "@salesforce/plugin-custom-metadata": "3.3.104",
82
82
  "@salesforce/plugin-dev": "2.5.2",
83
83
  "@salesforce/plugin-devops-center": "1.2.27",
@@ -151,7 +151,7 @@
151
151
  "@oclif/plugin-commands": "4.1.57",
152
152
  "@oclif/plugin-help": "6.2.50",
153
153
  "@oclif/plugin-not-found": "3.2.87",
154
- "@oclif/plugin-plugins": "5.4.72",
154
+ "@oclif/plugin-plugins": "5.4.73",
155
155
  "@oclif/plugin-search": "1.2.50",
156
156
  "@oclif/plugin-update": "4.7.46",
157
157
  "@oclif/plugin-version": "2.2.47",