Skip to content

Commit

Permalink
fix(deps): bump @oclif/core from 1.16.4 to 1.16.5
Browse files Browse the repository at this point in the history
Bumps [@oclif/core](https://github.com/oclif/core) from 1.16.4 to 1.16.5.
- [Release notes](https://github.com/oclif/core/releases)
- [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
- [Commits](oclif/core@v1.16.4...1.16.5)

---
updated-dependencies:
- dependency-name: "@oclif/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 8, 2022
1 parent ca1d499 commit 8e9de2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/oclif/plugin-plugins/issues",
"dependencies": {
"@oclif/color": "^1.0.1",
"@oclif/core": "^1.16.4",
"@oclif/core": "^1.16.5",
"chalk": "^4.1.2",
"debug": "^4.3.4",
"fs-extra": "^9.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -613,10 +613,10 @@
supports-color "^8.1.1"
tslib "^2"

"@oclif/core@^1.0.8", "@oclif/core@^1.16.4", "@oclif/core@^1.2.1", "@oclif/core@^1.6.4":
version "1.16.4"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.16.4.tgz#fafa338ada0624d7f1adac036302b05a37cd96d0"
integrity sha512-l+xHtVMteJWeTZZ+f2yLyNjf69X0mhAH8GILXnmoAGAemXbc1DVstvloxOouarvm9xyHHhquzO1Qg5l6xa1VIw==
"@oclif/core@^1.0.8", "@oclif/core@^1.16.4", "@oclif/core@^1.16.5", "@oclif/core@^1.2.1", "@oclif/core@^1.6.4":
version "1.16.5"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.16.5.tgz#248c3371b615462a6ee6826a3c316bdc54dc5193"
integrity sha512-Jb58K79AALkLmY0PNU1Jx4Z+/JIWtpgtRbei92PIIBx+TaAmYgVySNI1beInZFNOpGo2fhxVBp+yr3DZ38z3kQ==
dependencies:
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^3.0.2"
Expand Down Expand Up @@ -2286,7 +2286,7 @@ external-editor@^3.0.3:
iconv-lite "^0.4.24"
tmp "^0.0.33"

fancy-test@^2.0.2, fancy-test@^2.0.4:
fancy-test@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.4.tgz#b7650e13598e5ad2a27f0d89ad07813bfb09d53e"
integrity sha512-jZbiHiJY1phazdfQkVhdBEY5aZXEydiZzFxK9VqCfrMmRw/kHPgQ6i88+nyqQwpFV3yL2mUbMe/NEfMaSfO7+g==
Expand Down

0 comments on commit 8e9de2e

Please sign in to comment.