Skip to content

Commit e141913

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

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.0.8",
1818
"@salesforce/core": "^3.33.1",
19-
"@salesforce/sf-plugins-core": "^2.0.1",
19+
"@salesforce/sf-plugins-core": "^2.1.1",
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
@@ -824,10 +824,10 @@
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":
828-
version "2.0.8"
829-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.8.tgz#81c79f051ffb326b7c9999463ae9547a7e799316"
830-
integrity sha512-jt06vEZfpazkR0C8vYuVMKmsxjky52y1B1oFGPnCa6/17qH+PByd5knQP6/QbRoE5OT9RAf4zzpxx2wcihVslw==
827+
"@oclif/core@^2.0.10", "@oclif/core@^2.0.3", "@oclif/core@^2.0.7", "@oclif/core@^2.0.8":
828+
version "2.1.1"
829+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.1.1.tgz#8ffa83fe39f43bd66fb6f0731527b17911fc937e"
830+
integrity sha512-t0zez9ydn3eveZM2vsMbrL2hNKzlHSfwEl4A29VlIimOxpQDB9AKZXX02lhTB3BSKbVF24UOlkzYiX7n9Bdc0A==
831831
dependencies:
832832
"@types/cli-progress" "^3.11.0"
833833
ansi-escapes "^4.3.2"
@@ -853,7 +853,7 @@
853853
strip-ansi "^6.0.1"
854854
supports-color "^8.1.1"
855855
supports-hyperlinks "^2.2.0"
856-
tslib "^2.4.1"
856+
tslib "^2.5.0"
857857
widest-line "^3.1.0"
858858
wordwrap "^1.0.0"
859859
wrap-ansi "^7.0.0"
@@ -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.1":
1287+
version "2.1.1"
1288+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-2.1.1.tgz#2c03762328d5ad8462de5d364bb1c54836daef3f"
1289+
integrity sha512-O+GP+nY/oRRtPVL7r0ITjUTDT7mbWHQt8jzUJ8nux7mkp1wKk1uq/qTtkDMc1fcFhCkslJSyIzoE84X7j9w7jQ==
12901290
dependencies:
1291-
"@oclif/core" "^2.0.7"
1291+
"@oclif/core" "^2.0.10"
12921292
"@salesforce/core" "^3.33.1"
12931293
"@salesforce/kit" "^1.8.3"
12941294
"@salesforce/ts-types" "^1.7.1"

0 commit comments

Comments
 (0)