From ac555300daa13dcb3a9059a7edc3d6360ca65ae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 03:06:09 +0000 Subject: [PATCH] fix(deps): bump @salesforce/sf-plugins-core from 12.2.4 to 12.2.5 Bumps [@salesforce/sf-plugins-core](https://github.com/salesforcecli/sf-plugins-core) from 12.2.4 to 12.2.5. - [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.2.4...12.2.5) --- updated-dependencies: - dependency-name: "@salesforce/sf-plugins-core" dependency-version: 12.2.5 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 a3841d45..d05dcd26 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@salesforce/core": "^8.23.2", "@salesforce/kit": "^3.2.4", "@salesforce/plugin-info": "^3.4.93", - "@salesforce/sf-plugins-core": "^12.2.4", + "@salesforce/sf-plugins-core": "^12.2.5", "@salesforce/source-deploy-retrieve": "^12.24.3", "@salesforce/source-tracking": "^7.5.0", "@salesforce/ts-types": "^2.0.12", diff --git a/yarn.lock b/yarn.lock index 68bc9593..4874fd0c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1457,10 +1457,10 @@ lodash "^4.17.21" registry-auth-token "^5.1.0" -"@oclif/table@^0.4.12": - version "0.4.14" - resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.14.tgz#9206243895ca22a1621e2fdaa3742b58a5940bfc" - integrity sha512-qj7cl/duiIOgGK5b31W+Y2JE1POeDd4+q/0Qly63RQVBCwOxCdrCm7Nq1j0jXiYY9boUA7rJPT6KAyWOSFdQxA== +"@oclif/table@^0.5.0": + version "0.5.0" + resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.0.tgz#d84f6ba1ab38092cebf7c4712671ab0348ea74ee" + integrity sha512-qXVucBYc/81SNZRDpKgZLr3WNX6qPUN9Ukqr5wWPMmUSzzOnusln3KuTzzWoB1IIafmqrq27QCozkLyvY7ymmw== dependencies: "@types/react" "^18.3.12" change-case "^5.4.4" @@ -1668,15 +1668,15 @@ string-width "^7.2.0" terminal-link "^3.0.0" -"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.4": - version "12.2.4" - resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz#a89ddcbac6520870eb2e0aad2a2e78738441cedf" - integrity sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A== +"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.5": + version "12.2.5" + resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.5.tgz#c5fdd15e3ca90fc91faf485b3907892f3dc6c4ae" + integrity sha512-TJoZwPm0b5t2HzWZOqgWVjWQ+2bnw+Xxz7Icu7RtiD/9Fjp1X/eyr3LHMEd1SE79QLBjb3YKjZSskWDGv+rzlw== dependencies: "@inquirer/confirm" "^3.1.22" "@inquirer/password" "^2.2.0" "@oclif/core" "^4.5.2" - "@oclif/table" "^0.4.12" + "@oclif/table" "^0.5.0" "@salesforce/core" "^8.18.7" "@salesforce/kit" "^3.2.3" "@salesforce/ts-types" "^2.0.12"