Skip to content

Commit

Permalink
Merge pull request #1792 from salesforcecli/release/2.50.6
Browse files Browse the repository at this point in the history
Release PR for 2.50.6 as nightly
  • Loading branch information
svc-cli-bot committed Jul 10, 2024
2 parents e440955 + 9b613cc commit 6e9d7f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
$ sf COMMAND
running command...
$ sf (--version|-v)
@salesforce/cli/2.50.5 linux-x64 node-v20.15.0
@salesforce/cli/2.50.6 linux-x64 node-v20.15.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/cli",
"description": "The Salesforce CLI",
"version": "2.50.5",
"version": "2.50.6",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -139,7 +139,7 @@
},
"dependencies": {
"@inquirer/select": "^2.3.5",
"@oclif/core": "4.0.8",
"@oclif/core": "4.0.9",
"@oclif/plugin-autocomplete": "3.1.6",
"@oclif/plugin-commands": "4.0.6",
"@oclif/plugin-help": "6.2.5",
Expand Down
25 changes: 5 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -597,22 +597,14 @@
"@smithy/types" "^3.3.0"
tslib "^2.6.2"

"@aws-sdk/types@3.609.0":
"@aws-sdk/types@3.609.0", "@aws-sdk/types@^3.222.0":
version "3.609.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.609.0.tgz#06b39d799c9f197a7b43670243e8e78a3bf7d6a5"
integrity sha512-+Tqnh9w0h2LcrUsdXyT1F8mNhXz+tVYBtP19LpeEGntmvHwa2XzvLUCWpoIAIVsHp5+HdB2X9Sn0KAtmbFXc2Q==
dependencies:
"@smithy/types" "^3.3.0"
tslib "^2.6.2"

"@aws-sdk/types@^3.222.0":
version "3.598.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.598.0.tgz#b840d2446dee19a2a4731e6166f2327915d846db"
integrity sha512-742uRl6z7u0LFmZwDrFP6r1wlZcgVPw+/TilluDJmCAR8BgRw3IR+743kUXKBGd8QZDRW2n6v/PYsi/AWCDDMQ==
dependencies:
"@smithy/types" "^3.1.0"
tslib "^2.6.2"

"@aws-sdk/util-arn-parser@3.568.0":
version "3.568.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.568.0.tgz#6a19a8c6bbaa520b6be1c278b2b8c17875b91527"
Expand Down Expand Up @@ -1569,10 +1561,10 @@
proc-log "^4.0.0"
which "^4.0.0"

"@oclif/core@4.0.8", "@oclif/core@^4", "@oclif/core@^4.0.3", "@oclif/core@^4.0.6", "@oclif/core@^4.0.7", "@oclif/core@^4.0.8":
version "4.0.8"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.8.tgz#667caa6481682e34594a4df6faeb3137879652d8"
integrity sha512-9AzNoRlKfIeuqOin+HK9cyouELeup7sX+MGIFc5dR+bnG0sSzFnV1A/Z57E7KWrY5NdWULHYT5NhiL1YpEhG2w==
"@oclif/core@4.0.9", "@oclif/core@^4", "@oclif/core@^4.0.3", "@oclif/core@^4.0.6", "@oclif/core@^4.0.7", "@oclif/core@^4.0.8":
version "4.0.9"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.9.tgz#c3ee4cc5bc0d56d19f4ba6c766e6a7136a3a520d"
integrity sha512-2mjLB/HzH+b3+tNnlRjx/+mgoBgjZxWQG2qmde/Q7+ghNyRP8tuHhwiCKw2fH2rJSUl5eksbQ8j9WNHWOg6rPg==
dependencies:
ansi-escapes "^4.3.2"
ansis "^3.1.1"
Expand Down Expand Up @@ -2809,13 +2801,6 @@
"@smithy/util-stream" "^3.0.6"
tslib "^2.6.2"

"@smithy/types@^3.1.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-3.2.0.tgz#1350fe8a50d5e35e12ffb34be46d946860b2b5ab"
integrity sha512-cKyeKAPazZRVqm7QPvcPD2jEIt2wqDPAL1KJKb0f/5I7uhollvsWZuZKLclmyP6a+Jwmr3OV3t+X0pZUUHS9BA==
dependencies:
tslib "^2.6.2"

"@smithy/types@^3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-3.3.0.tgz#fae037c733d09bc758946a01a3de0ef6e210b16b"
Expand Down

0 comments on commit 6e9d7f7

Please sign in to comment.