Skip to content

Commit f4309cc

Browse files
fix(deps): bump @salesforce/sf-plugins-core from 2.0.1 to 2.1.2
Bumps [@salesforce/sf-plugins-core](https://github.com/salesforcecli/sf-plugins-core) from 2.0.1 to 2.1.2. - [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@2.0.1...2.1.2) --- updated-dependencies: - dependency-name: "@salesforce/sf-plugins-core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bf0fc80 commit f4309cc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@heroku/project-descriptor": "0.0.6",
1717
"@oclif/core": "^2.1.6",
1818
"@salesforce/core": "^3.33.1",
19-
"@salesforce/sf-plugins-core": "^2.0.1",
19+
"@salesforce/sf-plugins-core": "^2.1.2",
2020
"@salesforce/ts-types": "^1.7.3",
2121
"axios": "^0.27.2",
2222
"axios-debug-log": "^0.8.4",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@
824824
widest-line "^3.1.0"
825825
wrap-ansi "^7.0.0"
826826

827-
"@oclif/core@^2.0.3", "@oclif/core@^2.0.7", "@oclif/core@^2.0.8", "@oclif/core@^2.1.6":
827+
"@oclif/core@^2.0.3", "@oclif/core@^2.0.7", "@oclif/core@^2.0.8", "@oclif/core@^2.1.1", "@oclif/core@^2.1.6":
828828
version "2.1.6"
829829
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.1.6.tgz#34a1847da7195616fda62663098c9df0c486ae64"
830830
integrity sha512-RMqjKVExVxMmAm3a64LFrIZloKD7emSDro1Mmcc8DOB3O+/pL9drqScc/dw/Alhi6KrmdqwOtxHtKrAwqvyKMg==
@@ -1283,12 +1283,12 @@
12831283
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.5.0.tgz#8bfe2cb5d7cb29d3394b3b9cfb71bb527009c82c"
12841284
integrity sha512-EKFBURBuON7cj8XZCW+ybeSRRw7wUP1XUXZVHzFgx8KiYmSeGiRHBYbDjQOsQMho2uOLsTozMPEt2ehYnji0YA==
12851285

1286-
"@salesforce/sf-plugins-core@^2.0.1":
1287-
version "2.0.1"
1288-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-2.0.1.tgz#079d6cc200ea53ce7fb60aafb5eaf5f2b48e46c9"
1289-
integrity sha512-vT4Y9n/4lStSWrfMAlgQB/XzwJAYK6ibcsFykHNCl86NCoebVGzg5KDIxYjHpidrt2PG/nPk7NL9iBtTH/p8Yg==
1286+
"@salesforce/sf-plugins-core@^2.1.2":
1287+
version "2.1.2"
1288+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-2.1.2.tgz#51a7a3d401ccfe18351f30eed60b59ce47df4ab4"
1289+
integrity sha512-XOLmtRDIQQbfewegxqWAOYRD0lypVyjl39XBrfu65qenfDfUXYcEDvDcWJFCnL+IwvUe4VhapFqmjZLMxG+YWA==
12901290
dependencies:
1291-
"@oclif/core" "^2.0.7"
1291+
"@oclif/core" "^2.1.1"
12921292
"@salesforce/core" "^3.33.1"
12931293
"@salesforce/kit" "^1.8.3"
12941294
"@salesforce/ts-types" "^1.7.1"

0 commit comments

Comments
 (0)