Skip to content

Commit 60283f9

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] <support@github.com>
1 parent 7a96996 commit 60283f9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "lib/index.js",
77
"bugs": "https://github.com/forcedotcom/cli/issues",
88
"dependencies": {
9-
"@oclif/core": "^2.7.1",
9+
"@oclif/core": "^2.8.2",
1010
"@salesforce/core": "^3.34.6",
1111
"@salesforce/sf-plugins-core": "^2.2.7",
1212
"tslib": "^2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -692,10 +692,10 @@
692692
widest-line "^3.1.0"
693693
wrap-ansi "^7.0.0"
694694

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

0 commit comments

Comments
 (0)