Skip to content

Commit a89d243

Browse files
authoredApr 16, 2023
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 1e3414d commit a89d243

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
77
"dependencies": {
8-
"@oclif/core": "^2.7.1",
8+
"@oclif/core": "^2.8.2",
99
"chalk": "^4.1.0",
1010
"debug": "^4.1.0",
1111
"fs-extra": "^9.0.1",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -306,10 +306,10 @@
306306
widest-line "^3.1.0"
307307
wrap-ansi "^7.0.0"
308308

309-
"@oclif/core@^2.0.3", "@oclif/core@^2.7.1", "@oclif/core@^2.8.0":
310-
version "2.8.0"
311-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.0.tgz#4948de3168804169fa68895af8ec4853f332b307"
312-
integrity sha512-A2wHItFrD/WOw5bJ6Mtv9MD7If0bsKNR0pwEY0me+fo4HSXlJOtgYGqmzb8t8akX3DUUT7XsjPajsoHLkIJyvg==
309+
"@oclif/core@^2.0.3", "@oclif/core@^2.8.0", "@oclif/core@^2.8.2":
310+
version "2.8.2"
311+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.2.tgz#86fc31f20419dbb3cd25f89f4f1d83760c60f7c0"
312+
integrity sha512-g50NrCdEcFlBfuwZb9RxLmxPNQ9wIaBPOiwbxlGYRkHMnsC6LNHcvVtyDnmndU8qoXrmCOZ6ocSZenOMlG+G1w==
313313
dependencies:
314314
"@types/cli-progress" "^3.11.0"
315315
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)
Please sign in to comment.