@salesforce/cli 2.23.4 → 2.23.5

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.23.4 linux-x64 node-v20.10.0
27
+ @salesforce/cli/2.23.5 linux-x64 node-v20.10.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -8408,7 +8408,7 @@ DESCRIPTION
8408
8408
  Once you select a command, hit enter and it will show the help for that command.
8409
8409
  ```
8410
8410
 
8411
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.8/src/commands/search.ts)_
8411
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.9/src/commands/search.ts)_
8412
8412
 
8413
8413
  ## `sf sobject describe`
8414
8414
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.23.4",
3
+ "version": "2.23.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.23.4",
9
+ "version": "2.23.5",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -16,7 +16,7 @@
16
16
  "@oclif/plugin-help": "6.0.9",
17
17
  "@oclif/plugin-not-found": "3.0.6",
18
18
  "@oclif/plugin-plugins": "4.1.10",
19
- "@oclif/plugin-search": "1.0.8",
19
+ "@oclif/plugin-search": "1.0.9",
20
20
  "@oclif/plugin-update": "4.1.5",
21
21
  "@oclif/plugin-version": "2.0.9",
22
22
  "@oclif/plugin-warn-if-update-available": "3.0.7",
@@ -53,7 +53,7 @@
53
53
  "@salesforce/ts-sinon": "^1.4.19",
54
54
  "@types/debug": "^4.1.12",
55
55
  "aws-sdk": "^2.1511.0",
56
- "oclif": "^4.0.4",
56
+ "oclif": "^4.1.0",
57
57
  "ts-node": "^10.9.1",
58
58
  "typescript": "^5"
59
59
  },
@@ -2462,12 +2462,12 @@
2462
2462
  }
2463
2463
  },
2464
2464
  "node_modules/@oclif/plugin-search": {
2465
- "version": "1.0.8",
2466
- "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.8.tgz",
2467
- "integrity": "sha512-InaXCpMAugjLOkaZ2eioxi9HmTx3jD4Q4GTg6OA4ialu+Hs5xF8LUt4tWYM4hNLX0Tmsu6/Uu8kIVE3/B40dQQ==",
2465
+ "version": "1.0.9",
2466
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.9.tgz",
2467
+ "integrity": "sha512-twPVXUYs9x7HBWHXam2SY9I3IgUWoJRY91m404e7TawGbz76JyAU9kS/dMW34S5EVG6tgdMHeNckCvLlgNDZLw==",
2468
2468
  "license": "MIT",
2469
2469
  "dependencies": {
2470
- "@oclif/core": "^3.11.0",
2470
+ "@oclif/core": "^3.15.0",
2471
2471
  "inquirer-autocomplete-standalone": "^0.8.1"
2472
2472
  },
2473
2473
  "engines": {
@@ -24860,9 +24860,9 @@
24860
24860
  "license": "MIT"
24861
24861
  },
24862
24862
  "node_modules/oclif": {
24863
- "version": "4.0.4",
24864
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.0.4.tgz",
24865
- "integrity": "sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==",
24863
+ "version": "4.1.0",
24864
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.1.0.tgz",
24865
+ "integrity": "sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==",
24866
24866
  "dev": true,
24867
24867
  "license": "MIT",
24868
24868
  "dependencies": {
@@ -5240,5 +5240,5 @@
5240
5240
  ]
5241
5241
  }
5242
5242
  },
5243
- "version": "2.23.4"
5243
+ "version": "2.23.5"
5244
5244
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.23.4",
4
+ "version": "2.23.5",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -139,7 +139,7 @@
139
139
  "@oclif/plugin-help": "6.0.9",
140
140
  "@oclif/plugin-not-found": "3.0.6",
141
141
  "@oclif/plugin-plugins": "4.1.10",
142
- "@oclif/plugin-search": "1.0.8",
142
+ "@oclif/plugin-search": "1.0.9",
143
143
  "@oclif/plugin-update": "4.1.5",
144
144
  "@oclif/plugin-version": "2.0.9",
145
145
  "@oclif/plugin-warn-if-update-available": "3.0.7",
@@ -250,7 +250,7 @@
250
250
  "@salesforce/ts-sinon": "^1.4.19",
251
251
  "@types/debug": "^4.1.12",
252
252
  "aws-sdk": "^2.1511.0",
253
- "oclif": "^4.0.4",
253
+ "oclif": "^4.1.0",
254
254
  "ts-node": "^10.9.1",
255
255
  "typescript": "^5"
256
256
  },