Skip to content

Commit bbad2e6

Browse files
authored
Merge pull request #2528 from salesforcecli/release/2.118.12
Release PR for 2.118.12 as nightly
2 parents 004eae6 + b75271d commit bbad2e6

3 files changed

Lines changed: 4 additions & 12 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.118.11 linux-x64 node-v22.21.1
28+
@salesforce/cli/2.118.12 linux-x64 node-v22.21.1
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND

package.json

Lines changed: 2 additions & 2 deletions
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.118.11",
4+
"version": "2.118.12",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -76,7 +76,7 @@
7676
"@salesforce/plugin-user"
7777
],
7878
"jitPlugins": {
79-
"@salesforce/plugin-code-analyzer": "5.7.1",
79+
"@salesforce/plugin-code-analyzer": "5.8.0",
8080
"@salesforce/plugin-community": "3.3.48",
8181
"@salesforce/plugin-custom-metadata": "3.3.72",
8282
"@salesforce/plugin-dev": "2.5.1",

yarn.lock

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -592,22 +592,14 @@
592592
"@smithy/types" "^4.11.0"
593593
tslib "^2.6.2"
594594

595-
"@aws-sdk/types@3.957.0":
595+
"@aws-sdk/types@3.957.0", "@aws-sdk/types@^3.222.0":
596596
version "3.957.0"
597597
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.957.0.tgz#06e899503028bdb8c655aa11a9a01f562882f361"
598598
integrity sha512-wzWC2Nrt859ABk6UCAVY/WYEbAd7FjkdrQL6m24+tfmWYDNRByTJ9uOgU/kw9zqLCAwb//CPvrJdhqjTznWXAg==
599599
dependencies:
600600
"@smithy/types" "^4.11.0"
601601
tslib "^2.6.2"
602602

603-
"@aws-sdk/types@^3.222.0":
604-
version "3.956.0"
605-
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.956.0.tgz#3979dec51cf9b98483b72b84e535bf1f563bcca1"
606-
integrity sha512-DMRU/p9wAlAJxEjegnLwduCA8YP2pcT/sIJ+17KSF38c5cC6CbBhykwbZLECTo+zYzoFrOqeLbqE6paH8Gx3ug==
607-
dependencies:
608-
"@smithy/types" "^4.11.0"
609-
tslib "^2.6.2"
610-
611603
"@aws-sdk/util-arn-parser@3.957.0":
612604
version "3.957.0"
613605
resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.957.0.tgz#8e5898230d5e41e097ad484a714a004a0555b0fe"

0 commit comments

Comments
 (0)