Skip to content

Commit c382dac

Browse files
fix(deps): bump @salesforce/sf-plugins-core from 2.0.1 to 2.2.3
Bumps [@salesforce/sf-plugins-core](https://github.com/salesforcecli/sf-plugins-core) from 2.0.1 to 2.2.3. - [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.2.3) --- 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 7bf67f9 commit c382dac

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.4",
19-
"@salesforce/sf-plugins-core": "^2.0.1",
19+
"@salesforce/sf-plugins-core": "^2.2.3",
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
@@ -820,7 +820,7 @@
820820
widest-line "^3.1.0"
821821
wrap-ansi "^7.0.0"
822822

823-
"@oclif/core@^2.0.3", "@oclif/core@^2.0.7", "@oclif/core@^2.0.8", "@oclif/core@^2.1.6", "@oclif/core@^2.1.7":
823+
"@oclif/core@^2.0.3", "@oclif/core@^2.0.7", "@oclif/core@^2.0.8", "@oclif/core@^2.1.6", "@oclif/core@^2.1.7", "@oclif/core@^2.2.1":
824824
version "2.3.0"
825825
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.3.0.tgz#f63071a8116118ae02e457ac1d28a7649904aecf"
826826
integrity sha512-xA53NIZDqz9nuxyCMA5Pz5b1RSgyTNWbtOdwbUJeZa/ajtVrVO9yA8k/4vJRsffUuLyP8tNbh4cH3DDZKwIFnw==
@@ -1279,12 +1279,12 @@
12791279
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.5.0.tgz#8bfe2cb5d7cb29d3394b3b9cfb71bb527009c82c"
12801280
integrity sha512-EKFBURBuON7cj8XZCW+ybeSRRw7wUP1XUXZVHzFgx8KiYmSeGiRHBYbDjQOsQMho2uOLsTozMPEt2ehYnji0YA==
12811281

1282-
"@salesforce/sf-plugins-core@^2.0.1":
1283-
version "2.0.1"
1284-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-2.0.1.tgz#079d6cc200ea53ce7fb60aafb5eaf5f2b48e46c9"
1285-
integrity sha512-vT4Y9n/4lStSWrfMAlgQB/XzwJAYK6ibcsFykHNCl86NCoebVGzg5KDIxYjHpidrt2PG/nPk7NL9iBtTH/p8Yg==
1282+
"@salesforce/sf-plugins-core@^2.2.3":
1283+
version "2.2.3"
1284+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-2.2.3.tgz#f491156fbd83b18d01d943a43396a57009d10b42"
1285+
integrity sha512-B+ITa19o2ChAQXWNjmqxtXy7Bn0+dOcFwxqUhVR4YJ7wBzgvvGQ/pvG/WOah+v/uza91Jqfokq59D14fNAQfPw==
12861286
dependencies:
1287-
"@oclif/core" "^2.0.7"
1287+
"@oclif/core" "^2.2.1"
12881288
"@salesforce/core" "^3.33.1"
12891289
"@salesforce/kit" "^1.8.3"
12901290
"@salesforce/ts-types" "^1.7.1"

0 commit comments

Comments
 (0)