Skip to content

Commit e7aea4a

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

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/test/issues",
77
"dependencies": {
8-
"@oclif/core": "^2.8.11",
8+
"@oclif/core": "^2.9.3",
99
"fancy-test": "^2.0.28"
1010
},
1111
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,10 @@
292292
"@nodelib/fs.scandir" "2.1.5"
293293
fastq "^1.6.0"
294294

295-
"@oclif/core@^2.8.11":
296-
version "2.8.11"
297-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.11.tgz#fbdf8b5b74a8b2012f2fcd5a30a515d327b54482"
298-
integrity sha512-9wYW6KRSWfB/D+tqeyl/jxmEz/xPXkFJGVWfKaptqHz6FPWNJREjAM945MuJL2Y8NRhMe+ScRlZ3WpdToX5aVQ==
295+
"@oclif/core@^2.9.3":
296+
version "2.9.3"
297+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.9.3.tgz#d20478d03b57713e5a6d9582027f97e83e8be496"
298+
integrity sha512-0KLiVpXCJivAjLoj/LAXQf85MtGzyforyPkgNJQEP6QQugnuq2kHcG+DojWEQYz0sADXT2259EdPibslEThUMg==
299299
dependencies:
300300
"@types/cli-progress" "^3.11.0"
301301
ansi-escapes "^4.3.2"
@@ -317,6 +317,7 @@
317317
object-treeify "^1.1.33"
318318
password-prompt "^1.1.2"
319319
semver "^7.5.3"
320+
slice-ansi "^4.0.0"
320321
string-width "^4.2.3"
321322
strip-ansi "^6.0.1"
322323
supports-color "^8.1.1"

0 commit comments

Comments
 (0)