From 558573f6a347d388599beaac0950fa5344f1370f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Nov 2022 08:49:14 +0000 Subject: [PATCH] fix(deps): bump @salesforce/command from 5.2.17 to 5.2.18 Bumps [@salesforce/command](https://github.com/salesforcecli/command) from 5.2.17 to 5.2.18. - [Release notes](https://github.com/salesforcecli/command/releases) - [Changelog](https://github.com/salesforcecli/command/blob/main/CHANGELOG.md) - [Commits](https://github.com/salesforcecli/command/compare/5.2.17...5.2.18) --- updated-dependencies: - dependency-name: "@salesforce/command" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ceabeeae..f46638b1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "main": "lib/index.js", "dependencies": { "@oclif/core": "^1.20.2", - "@salesforce/command": "^5.2.17", + "@salesforce/command": "^5.2.18", "@salesforce/core": "^3.31.10", "@salesforce/kit": "^1.7.0", "chalk": "^4.1.2", diff --git a/yarn.lock b/yarn.lock index 9870b61e..3ef74efd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -708,7 +708,7 @@ is-wsl "^2.1.1" tslib "^2.3.1" -"@oclif/core@^1.0.8", "@oclif/core@^1.16.4", "@oclif/core@^1.18.0", "@oclif/core@^1.19.1", "@oclif/core@^1.2.1", "@oclif/core@^1.20.2", "@oclif/core@^1.3.6", "@oclif/core@^1.6.3", "@oclif/core@^1.6.4", "@oclif/core@^1.9.0": +"@oclif/core@^1.0.8", "@oclif/core@^1.16.4", "@oclif/core@^1.18.0", "@oclif/core@^1.2.1", "@oclif/core@^1.20.0", "@oclif/core@^1.20.2", "@oclif/core@^1.3.6", "@oclif/core@^1.6.3", "@oclif/core@^1.6.4", "@oclif/core@^1.9.0": version "1.20.2" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.20.2.tgz#724713086355d693e578960f72c7e2d14fd3e7c3" integrity sha512-c6CpDbDPS9UuKwGoajzsjrjfnwQywWEV3WI5FDvb87h0/WW2tGf1QwHUWgdKOojafEcMAa9DnP5j+mXdUTtpCg== @@ -1008,12 +1008,12 @@ strip-ansi "6.0.1" ts-retry-promise "^0.7.0" -"@salesforce/command@^5.1.0", "@salesforce/command@^5.2.17": - version "5.2.17" - resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.17.tgz#9987b889b0e9fc9b33f8b9a91a2264a595c66ce0" - integrity sha512-CDM7i7ZAySzKbccKCmlUu9IF8F4CZaFPU8hkz4j+WPljmdHzlG8Glc55LAHvtsw/zbNJDVR6/MqKu9ARGYNOQA== +"@salesforce/command@^5.1.0", "@salesforce/command@^5.2.18": + version "5.2.18" + resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.18.tgz#e85edd27c8f9fb7b98bc34bc93931e1e4702247b" + integrity sha512-kG6lZHZ6fzihTDCZnsEG65Tv9aXcCqypUBaKKpOHo1vD54tCH1w905YAoncJVp76jZFMh6CbOmPhssk1psVY+A== dependencies: - "@oclif/core" "^1.19.1" + "@oclif/core" "^1.20.0" "@oclif/test" "^2.2.4" "@salesforce/core" "^3.31.17" "@salesforce/kit" "^1.6.1"