Skip to content

Commit d6ba927

Browse files
fix(deps): bump @salesforce/sf-plugins-core from 12.2.10 to 12.2.14
Bumps [@salesforce/sf-plugins-core](https://github.com/salesforcecli/sf-plugins-core) from 12.2.10 to 12.2.14. - [Release notes](https://github.com/salesforcecli/sf-plugins-core/releases) - [Changelog](https://github.com/salesforcecli/sf-plugins-core/blob/main/CHANGELOG.md) - [Commits](salesforcecli/sf-plugins-core@12.2.10...12.2.14) --- updated-dependencies: - dependency-name: "@salesforce/sf-plugins-core" dependency-version: 12.2.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2373b7b commit d6ba927

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@oclif/multi-stage-output": "^0.8.30",
1212
"@salesforce/core": "^8.29.0",
1313
"@salesforce/kit": "^3.2.4",
14-
"@salesforce/sf-plugins-core": "^12.2.10",
14+
"@salesforce/sf-plugins-core": "^12.2.14",
1515
"@salesforce/source-deploy-retrieve": "^12.35.1",
1616
"@salesforce/ts-types": "^2.0.12",
1717
"ansis": "^3.16.0",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@
14131413
wordwrap "^1.0.0"
14141414
wrap-ansi "^7.0.0"
14151415

1416-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.5", "@oclif/core@^4.10.6", "@oclif/core@^4.11.2":
1416+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.5", "@oclif/core@^4.11.0", "@oclif/core@^4.11.2":
14171417
version "4.11.2"
14181418
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.2.tgz#c8062fc16f0d82c247f60670364026483a48d522"
14191419
integrity sha512-LWDalCgy+hYyAkLa9sMIXMXk6ws5RzQhVnkmfXtVIIyEEYigbXQ/9/x+s76p53MiXxNc6SJB7lfwkPF+SdzfMQ==
@@ -1494,10 +1494,10 @@
14941494
lodash "^4.18.1"
14951495
registry-auth-token "^5.1.1"
14961496

1497-
"@oclif/table@^0.5.5":
1498-
version "0.5.6"
1499-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.6.tgz#cc22cc3f620c9f23bdb734b0dd6f97cdda4a0f28"
1500-
integrity sha512-W0SlIIkcqYxRSbZVw+VnFPT6hStjm5OoMduli35569OXezBPS92yNsoIA9jAuAt3lVIGlnUIetnAUUjs+yLHKg==
1497+
"@oclif/table@^0.5.6":
1498+
version "0.5.7"
1499+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.7.tgz#0198755a73fb4c8f4738dc472fab50b5a31cd19e"
1500+
integrity sha512-iS7gXzOhUf2toij0pxkcD6sPnXzr/j4eLugHwjSKI2+WgytjUycP7A3i6OIvXDrIGMuq8+S7wgZ7tCC1I18q+Q==
15011501
dependencies:
15021502
"@types/react" "^18.3.12"
15031503
change-case "^5.4.4"
@@ -1668,16 +1668,16 @@
16681668
string-width "^7.2.0"
16691669
terminal-link "^3.0.0"
16701670

1671-
"@salesforce/sf-plugins-core@^12.2.10":
1672-
version "12.2.10"
1673-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.10.tgz#b3c121ebbded3f9632f4c9cf96e906cdd1448323"
1674-
integrity sha512-Rx6dbyKb1u08Fjcan8ZDhUkb073CBLRVEPH2KllZWclQRMa5gzcvmuB3uXhUXK5l0paH5o4g0CojgbNqEKhS9g==
1671+
"@salesforce/sf-plugins-core@^12.2.14":
1672+
version "12.2.14"
1673+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.14.tgz#7d595eff58d0c1e97e98c2cb711d2b660bc802b0"
1674+
integrity sha512-romEbYdDqfnKn6N+yOdLK+x7kyX7HfsecMqGGmPojz4WS7vRF/4BxLq3Eyzu9sNyFw5owntdq5vZtsd1txTUqQ==
16751675
dependencies:
16761676
"@inquirer/confirm" "^6.0.12"
16771677
"@inquirer/password" "^5.0.12"
1678-
"@oclif/core" "^4.10.6"
1679-
"@oclif/table" "^0.5.5"
1680-
"@salesforce/core" "^8.28.4"
1678+
"@oclif/core" "^4.11.0"
1679+
"@oclif/table" "^0.5.6"
1680+
"@salesforce/core" "^8.29.0"
16811681
"@salesforce/kit" "^3.2.3"
16821682
"@salesforce/ts-types" "^2.0.12"
16831683
ansis "^3.3.2"

0 commit comments

Comments
 (0)