From f823deae2902157511d8abfa8cce3f323600ccdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 07:00:13 +0000 Subject: [PATCH] build: bump @salesforce/command from 5.3.5 to 5.3.6 Bumps [@salesforce/command](https://github.com/salesforcecli/command) from 5.3.5 to 5.3.6. - [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.3.5...5.3.6) --- 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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 4a4339c5..0b773c81 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@oclif/config": "^1.18.8", "@oclif/core": "^2.8.2", "@oclif/errors": "^1.3.6", - "@salesforce/command": "^5.3.5", + "@salesforce/command": "^5.3.6", "@salesforce/core": "^3.34.7", "fast-xml-parser": "^4.2.2", "fs-extra": "^11.1.1", diff --git a/yarn.lock b/yarn.lock index 9a2eb6ea..95ec6c87 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1245,22 +1245,22 @@ strip-ansi "6.0.1" ts-retry-promise "^0.7.0" -"@salesforce/command@^5.3.5": - version "5.3.5" - resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.3.5.tgz#4a613f6312428707aa9af8d7e4944f164bea1321" - integrity sha512-RJho0j0VVHU5jf+zFWVjwx2BbBed7t5wlmFG1yyHvW4WA6Akr4JZ764qlob0olpn7ZN7L5kLw9F5xbWDtZnLYA== +"@salesforce/command@^5.3.6": + version "5.3.6" + resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.3.6.tgz#37fb6770a960e753c7737ca479d4e8d190488d31" + integrity sha512-4cw3OK1eWZZV9jPZ1WCAOW6uEHcAmcSCcjcZwE34UloalE+tzM5W8ud0d7YnROLVjjNNsJFstZD14RIlfjs5aA== dependencies: "@oclif/core" "^1.25.0" "@oclif/test" "^2.2.21" - "@salesforce/core" "^3.34.6" + "@salesforce/core" "^3.34.8" "@salesforce/kit" "^1.8.5" "@salesforce/ts-types" "^1.7.1" chalk "^2.4.2" -"@salesforce/core@^3.34.6", "@salesforce/core@^3.34.7": - version "3.34.7" - resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.34.7.tgz#445efe5c76fbab53e6c891563aa9b0dc5dd24179" - integrity sha512-C4zyXzLAV5ITMChC8dCP+6Kk3t5vloyP2eXpqBOw96OzF5OaCiN5/TayNN8YJl64pvFFny7FgAQPKk7omFXNSA== +"@salesforce/core@^3.34.6", "@salesforce/core@^3.34.7", "@salesforce/core@^3.34.8": + version "3.34.8" + resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.34.8.tgz#01d74a6548ca395502ad61fe6e6e0ddc83f2ad01" + integrity sha512-2BpnyHMzN7NOg/nXEQNxpditMfQ9oKD30wC1IpTbSeS5JxZYYCAdDZkL0CfbtUceJwj/E3/x6oldiW2zQugrVg== dependencies: "@salesforce/bunyan" "^2.0.0" "@salesforce/kit" "^1.9.2"