From ef38ff6a13f71789e8ad68be1e39ad203076ba49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 05:48:12 +0000 Subject: [PATCH] fix(deps): bump @salesforce/sf-plugins-core from 12.1.2 to 12.1.3 Bumps [@salesforce/sf-plugins-core](https://github.com/salesforcecli/sf-plugins-core) from 12.1.2 to 12.1.3. - [Release notes](https://github.com/salesforcecli/sf-plugins-core/releases) - [Changelog](https://github.com/salesforcecli/sf-plugins-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/salesforcecli/sf-plugins-core/compare/12.1.2...12.1.3) --- updated-dependencies: - dependency-name: "@salesforce/sf-plugins-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 38094e78..fc2950c4 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "@oclif/multi-stage-output": "^0.8.6", "@salesforce/core": "^8.8.2", "@salesforce/kit": "^3.2.2", - "@salesforce/sf-plugins-core": "^12.1.2", + "@salesforce/sf-plugins-core": "^12.1.3", "@salesforce/ts-types": "^2.0.11", "ansis": "^3.9.0", "change-case": "^5.4.4", diff --git a/yarn.lock b/yarn.lock index 6ceee627..4fc21cd7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1723,13 +1723,13 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.3": - version "4.2.3" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.3.tgz#b81399b7cf4758b5fe59777e060fb84c7c7e6153" - integrity sha512-JVEONwSZAfTNZCS81ah2u42Ya1mSeutCtHpoqMq/U+vP9Ka3Ni15/AqtcVtpH1afdUUn5RgtJYj+zlsrvMwksA== +"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.0", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4": + version "4.2.5" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.5.tgz#6b51e1db17272204b2431fee3eba93a21d59ebbe" + integrity sha512-bdXOojq8GaPnWnDgVOw030JlUROJEiDLXiV3XUUGUQDEp6YpVQvEYLIrUsEvyfASU3z3FGg3DC9k0kprcOYdhw== dependencies: ansi-escapes "^4.3.2" - ansis "^3.8.1" + ansis "^3.9.0" clean-stack "^3.0.1" cli-spinners "^2.9.2" debug "^4.4.0" @@ -1980,14 +1980,14 @@ string-width "^7.2.0" terminal-link "^3.0.0" -"@salesforce/sf-plugins-core@^12.1.2": - version "12.1.2" - resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.2.tgz#0c4fba3787ee670014c8bca447c2fc59fb9c3ec3" - integrity sha512-qrmGZr2mG7uOpqhOpeOJjBEVztM7Mt8B10lD3rG+aOBZQelTm3YQ738yZYcwHjksQW3AOyf0QtqZICCfe0nD8A== +"@salesforce/sf-plugins-core@^12.1.3": + version "12.1.3" + resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.3.tgz#4150b231f50bcdb64d6bd471a9d8f25f7ca57273" + integrity sha512-xJSzwl2G7OYSpZTokzWgq9Ybfw/ZtR3reQEFvJTNATLoPk7nv7UGo8WWbX1gcaepURBVvtmQlHsa8mVyoKjYmw== dependencies: "@inquirer/confirm" "^3.1.22" "@inquirer/password" "^2.2.0" - "@oclif/core" "^4.0.34" + "@oclif/core" "^4.2.4" "@oclif/table" "^0.4.0" "@salesforce/core" "^8.5.1" "@salesforce/kit" "^3.2.3"