@salesforce/cli 2.74.1 → 2.74.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
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.74.1 linux-x64 node-v22.12.0
27
+ @salesforce/cli/2.74.3 linux-x64 node-v22.12.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.74.1",
3
+ "version": "2.74.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.74.1",
9
+ "version": "2.74.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -15,7 +15,7 @@
15
15
  "@oclif/plugin-autocomplete": "3.2.17",
16
16
  "@oclif/plugin-commands": "4.1.16",
17
17
  "@oclif/plugin-help": "6.2.21",
18
- "@oclif/plugin-not-found": "3.2.35",
18
+ "@oclif/plugin-not-found": "3.2.36",
19
19
  "@oclif/plugin-plugins": "5.4.25",
20
20
  "@oclif/plugin-search": "1.2.18",
21
21
  "@oclif/plugin-update": "4.6.23",
@@ -8193,9 +8193,9 @@
8193
8193
  }
8194
8194
  },
8195
8195
  "node_modules/@oclif/plugin-not-found": {
8196
- "version": "3.2.35",
8197
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.35.tgz",
8198
- "integrity": "sha512-cn1Gz0SdadzrACAm08Wcr4+UNVtQhabNANu46B6vRGzOkdM4M8nTcdC57L64vBZxwcgujXjhCrfrnRImEfE8nQ==",
8196
+ "version": "3.2.36",
8197
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.36.tgz",
8198
+ "integrity": "sha512-q4bMUtnAvkaV0W7FSGmjSJGAFLa609NOAH7vre+/yqZD0+UTcj6yD7IhYs+d4OORdfh2uYP03KAZureuk6KAYw==",
8199
8199
  "license": "MIT",
8200
8200
  "dependencies": {
8201
8201
  "@inquirer/prompts": "^7.2.1",
package/oclif.lock CHANGED
@@ -2143,10 +2143,10 @@
2143
2143
  dependencies:
2144
2144
  "@oclif/core" "^4"
2145
2145
 
2146
- "@oclif/plugin-not-found@^3.2.32", "@oclif/plugin-not-found@3.2.35":
2147
- version "3.2.35"
2148
- resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.35.tgz"
2149
- integrity sha512-cn1Gz0SdadzrACAm08Wcr4+UNVtQhabNANu46B6vRGzOkdM4M8nTcdC57L64vBZxwcgujXjhCrfrnRImEfE8nQ==
2146
+ "@oclif/plugin-not-found@^3.2.32", "@oclif/plugin-not-found@3.2.36":
2147
+ version "3.2.36"
2148
+ resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.36.tgz"
2149
+ integrity sha512-q4bMUtnAvkaV0W7FSGmjSJGAFLa609NOAH7vre+/yqZD0+UTcj6yD7IhYs+d4OORdfh2uYP03KAZureuk6KAYw==
2150
2150
  dependencies:
2151
2151
  "@inquirer/prompts" "^7.2.1"
2152
2152
  "@oclif/core" "^4"
@@ -5660,5 +5660,5 @@
5660
5660
  ]
5661
5661
  }
5662
5662
  },
5663
- "version": "2.74.1"
5663
+ "version": "2.74.3"
5664
5664
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.74.1",
4
+ "version": "2.74.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -149,7 +149,7 @@
149
149
  "@oclif/plugin-autocomplete": "3.2.17",
150
150
  "@oclif/plugin-commands": "4.1.16",
151
151
  "@oclif/plugin-help": "6.2.21",
152
- "@oclif/plugin-not-found": "3.2.35",
152
+ "@oclif/plugin-not-found": "3.2.36",
153
153
  "@oclif/plugin-plugins": "5.4.25",
154
154
  "@oclif/plugin-search": "1.2.18",
155
155
  "@oclif/plugin-update": "4.6.23",