Skip to content

Commit 77d988f

Browse files
fix(deps): bump @oclif/core from 2.1.1 to 2.1.6
Bumps [@oclif/core](https://github.com/oclif/core) from 2.1.1 to 2.1.6. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@2.1.1...2.1.6) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d9bd2e commit 77d988f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"main": "lib/index.js",
88
"dependencies": {
9-
"@oclif/core": "^2.1.1",
9+
"@oclif/core": "^2.1.6",
1010
"@salesforce/core": "^3.33.1",
1111
"@salesforce/kit": "^1.8.3",
1212
"@salesforce/sf-plugins-core": "^2.1.1",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -759,18 +759,18 @@
759759
widest-line "^3.1.0"
760760
wrap-ansi "^7.0.0"
761761

762-
"@oclif/core@^2.0.10", "@oclif/core@^2.0.3", "@oclif/core@^2.0.7", "@oclif/core@^2.0.8", "@oclif/core@^2.1.1":
763-
version "2.1.1"
764-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.1.1.tgz#8ffa83fe39f43bd66fb6f0731527b17911fc937e"
765-
integrity sha512-t0zez9ydn3eveZM2vsMbrL2hNKzlHSfwEl4A29VlIimOxpQDB9AKZXX02lhTB3BSKbVF24UOlkzYiX7n9Bdc0A==
762+
"@oclif/core@^2.0.10", "@oclif/core@^2.0.3", "@oclif/core@^2.0.7", "@oclif/core@^2.0.8", "@oclif/core@^2.1.6":
763+
version "2.1.6"
764+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.1.6.tgz#34a1847da7195616fda62663098c9df0c486ae64"
765+
integrity sha512-RMqjKVExVxMmAm3a64LFrIZloKD7emSDro1Mmcc8DOB3O+/pL9drqScc/dw/Alhi6KrmdqwOtxHtKrAwqvyKMg==
766766
dependencies:
767767
"@types/cli-progress" "^3.11.0"
768768
ansi-escapes "^4.3.2"
769769
ansi-styles "^4.3.0"
770770
cardinal "^2.1.1"
771771
chalk "^4.1.2"
772772
clean-stack "^3.0.1"
773-
cli-progress "^3.10.0"
773+
cli-progress "^3.11.2"
774774
debug "^4.3.4"
775775
ejs "^3.1.6"
776776
fs-extra "^9.1.0"
@@ -2374,7 +2374,7 @@ cli-cursor@^3.1.0:
23742374
dependencies:
23752375
restore-cursor "^3.1.0"
23762376

2377-
cli-progress@^3.10.0, cli-progress@^3.4.0:
2377+
cli-progress@^3.10.0, cli-progress@^3.11.2, cli-progress@^3.4.0:
23782378
version "3.11.2"
23792379
resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.11.2.tgz#f8c89bd157e74f3f2c43bcfb3505670b4d48fc77"
23802380
integrity sha512-lCPoS6ncgX4+rJu5bS3F/iCz17kZ9MPZ6dpuTtI0KXKABkhyXIdYB3Inby1OpaGti3YlI3EeEkM9AuWpelJrVA==

0 commit comments

Comments
 (0)