Skip to content

Commit 98bcfe5

Browse files
authored
Merge pull request #2483 from salesforcecli/release/2.115.5
Release PR for 2.115.5 as nightly
2 parents b05d750 + bbabc06 commit 98bcfe5

3 files changed

Lines changed: 3 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525
$ sf COMMAND
2626
running command...
2727
$ sf (--version|-v)
28-
@salesforce/cli/2.115.4 linux-x64 node-v22.21.1
28+
@salesforce/cli/2.115.5 linux-x64 node-v22.21.1
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/cli",
33
"description": "The Salesforce CLI",
4-
"version": "2.115.4",
4+
"version": "2.115.5",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",

yarn.lock

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -583,22 +583,14 @@
583583
"@smithy/types" "^4.9.0"
584584
tslib "^2.6.2"
585585

586-
"@aws-sdk/types@3.936.0":
586+
"@aws-sdk/types@3.936.0", "@aws-sdk/types@^3.222.0":
587587
version "3.936.0"
588588
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.936.0.tgz#ecd3a4bec1a1bd4df834ab21fe52a76e332dc27a"
589589
integrity sha512-uz0/VlMd2pP5MepdrHizd+T+OKfyK4r3OA9JI+L/lPKg0YFQosdJNCKisr6o70E3dh8iMpFYxF1UN/4uZsyARg==
590590
dependencies:
591591
"@smithy/types" "^4.9.0"
592592
tslib "^2.6.2"
593593

594-
"@aws-sdk/types@^3.222.0":
595-
version "3.930.0"
596-
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.930.0.tgz#4bde6d6b11fd6b17190e64a62d6f4b49b3f5e263"
597-
integrity sha512-we/vaAgwlEFW7IeftmCLlLMw+6hFs3DzZPJw7lVHbj/5HJ0bz9gndxEsS2lQoeJ1zhiiLqAqvXxmM43s0MBg0A==
598-
dependencies:
599-
"@smithy/types" "^4.9.0"
600-
tslib "^2.6.2"
601-
602594
"@aws-sdk/util-arn-parser@3.893.0":
603595
version "3.893.0"
604596
resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.893.0.tgz#fcc9b792744b9da597662891c2422dda83881d8d"

0 commit comments

Comments
 (0)