Skip to content

Commit 03f9ade

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 dfe928a commit 03f9ade

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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.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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -820,10 +820,10 @@
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":
824-
version "2.1.6"
825-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.1.6.tgz#34a1847da7195616fda62663098c9df0c486ae64"
826-
integrity sha512-RMqjKVExVxMmAm3a64LFrIZloKD7emSDro1Mmcc8DOB3O+/pL9drqScc/dw/Alhi6KrmdqwOtxHtKrAwqvyKMg==
823+
"@oclif/core@^2.0.3", "@oclif/core@^2.0.7", "@oclif/core@^2.0.8", "@oclif/core@^2.1.6", "@oclif/core@^2.2.1":
824+
version "2.3.0"
825+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.3.0.tgz#f63071a8116118ae02e457ac1d28a7649904aecf"
826+
integrity sha512-xA53NIZDqz9nuxyCMA5Pz5b1RSgyTNWbtOdwbUJeZa/ajtVrVO9yA8k/4vJRsffUuLyP8tNbh4cH3DDZKwIFnw==
827827
dependencies:
828828
"@types/cli-progress" "^3.11.0"
829829
ansi-escapes "^4.3.2"
@@ -833,7 +833,7 @@
833833
clean-stack "^3.0.1"
834834
cli-progress "^3.11.2"
835835
debug "^4.3.4"
836-
ejs "^3.1.6"
836+
ejs "^3.1.8"
837837
fs-extra "^9.1.0"
838838
get-package-type "^0.1.0"
839839
globby "^11.1.0"
@@ -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)