Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2022
1 parent 3a4de88 commit 24becba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/oclif/command/issues",
"dependencies": {
"@oclif/config": "^1.18.2",
"@oclif/errors": "^1.3.5",
"@oclif/errors": "^1.3.6",
"@oclif/parser": "^3.8.6",
"@oclif/help": "^1.0.1",
"debug": "^4.1.1",
Expand Down
13 changes: 12 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/errors@1.3.5", "@oclif/errors@^1.2.2", "@oclif/errors@^1.3.3", "@oclif/errors@^1.3.5":
"@oclif/errors@1.3.5":
version "1.3.5"
resolved "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.5.tgz#a1e9694dbeccab10fe2fe15acb7113991bed636c"
integrity sha512-OivucXPH/eLLlOT7FkCMoZXiaVYf8I/w1eTAM1+gKzfhALwWTusxEx7wBmW0uzvkSg/9ovWLycPaBgJbM3LOCQ==
Expand All @@ -318,6 +318,17 @@
strip-ansi "^6.0.0"
wrap-ansi "^7.0.0"

"@oclif/errors@^1.2.2", "@oclif/errors@^1.3.3", "@oclif/errors@^1.3.5", "@oclif/errors@^1.3.6":
version "1.3.6"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.6.tgz#e8fe1fc12346cb77c4f274e26891964f5175f75d"
integrity sha512-fYaU4aDceETd89KXP+3cLyg9EHZsLD3RxF2IU9yxahhBpspWjkWi3Dy3bTgcwZ3V47BgxQaGapzJWDM33XIVDQ==
dependencies:
clean-stack "^3.0.0"
fs-extra "^8.1"
indent-string "^4.0.0"
strip-ansi "^6.0.1"
wrap-ansi "^7.0.0"

"@oclif/help@^1.0.1":
version "1.0.1"
resolved "https://registry.npmjs.org/@oclif/help/-/help-1.0.1.tgz#fd96a3dd9fb2314479e6c8584c91b63754a7dff5"
Expand Down

0 comments on commit 24becba

Please sign in to comment.