From 2e7b18f152c1919be70c3e55555da532ad4a2ca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 21:07:19 +0000 Subject: [PATCH] build(deps): bump @oclif/errors from 1.3.5 to 1.3.6 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](https://github.com/oclif/errors/compare/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] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1ad303d..6ec3d1d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ ], "dependencies": { "@oclif/core": "^1", - "@oclif/errors": "^1.3.5", + "@oclif/errors": "^1.3.6", "@oclif/plugin-help": "^5", "@oclif/plugin-not-found": "^2.3.1", "@oclif/plugin-update": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 0fa8e69..ece8ffe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -496,15 +496,15 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/errors@^1.3.5": - version "1.3.5" - resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.5.tgz#a1e9694dbeccab10fe2fe15acb7113991bed636c" - integrity sha512-OivucXPH/eLLlOT7FkCMoZXiaVYf8I/w1eTAM1+gKzfhALwWTusxEx7wBmW0uzvkSg/9ovWLycPaBgJbM3LOCQ== +"@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.0" + strip-ansi "^6.0.1" wrap-ansi "^7.0.0" "@oclif/linewrap@^1.0.0":