Skip to content

Commit c4533c7

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.4.0",
9+
"@oclif/core": "^2.8.2",
1010
"@salesforce/apex-node": "^1.6.0",
1111
"@salesforce/core": "^3.34.5",
1212
"@salesforce/sf-plugins-core": "^2.2.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -694,10 +694,10 @@
694694
supports-color "^8.1.1"
695695
tslib "^2"
696696

697-
"@oclif/core@^2.0.7", "@oclif/core@^2.1.2", "@oclif/core@^2.4.0", "@oclif/core@^2.7.1", "@oclif/core@^2.8.0":
698-
version "2.8.0"
699-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.0.tgz#4948de3168804169fa68895af8ec4853f332b307"
700-
integrity sha512-A2wHItFrD/WOw5bJ6Mtv9MD7If0bsKNR0pwEY0me+fo4HSXlJOtgYGqmzb8t8akX3DUUT7XsjPajsoHLkIJyvg==
697+
"@oclif/core@^2.0.7", "@oclif/core@^2.1.2", "@oclif/core@^2.7.1", "@oclif/core@^2.8.0", "@oclif/core@^2.8.2":
698+
version "2.8.2"
699+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.2.tgz#86fc31f20419dbb3cd25f89f4f1d83760c60f7c0"
700+
integrity sha512-g50NrCdEcFlBfuwZb9RxLmxPNQ9wIaBPOiwbxlGYRkHMnsC6LNHcvVtyDnmndU8qoXrmCOZ6ocSZenOMlG+G1w==
701701
dependencies:
702702
"@types/cli-progress" "^3.11.0"
703703
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)