diff --git a/package.json b/package.json index bc2b8cb..12c1d37 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/errors/issues", "dependencies": { - "clean-stack": "^1.3.0", + "clean-stack": "^2.0.0", "fs-extra": "^7.0.0", "indent-string": "^3.2.0", "strip-ansi": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 4bad2fc..440a52b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -285,10 +285,10 @@ clean-regexp@^1.0.0: dependencies: escape-string-regexp "^1.0.5" -clean-stack@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-1.3.0.tgz#9e821501ae979986c46b1d66d2d432db2fd4ae31" - integrity sha1-noIVAa6XmYbEax1m0tQy2y/UrjE= +clean-stack@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" + integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== cli-cursor@^3.1.0: version "3.1.0"