diff --git a/package.json b/package.json index 8f9ee4f1..680127e9 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/test/issues", "dependencies": { - "@oclif/core": "^2.0.2-beta.10", + "@oclif/core": "^2.0.3", "fancy-test": "^2.0.12" }, "devDependencies": { @@ -45,4 +45,4 @@ "pretest": "yarn build --noEmit && tsc -p test --noEmit" }, "types": "lib/index.d.ts" -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 23be4fd3..b37fe637 100644 --- a/yarn.lock +++ b/yarn.lock @@ -281,10 +281,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^2.0.2-beta.10": - version "2.0.2-beta.10" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.2-beta.10.tgz#5b459a91d653b8d5aa234e4324a4cc483747abd2" - integrity sha512-FgJ5XHE6MjE7DOyQAcOZPD5Xs5cNOzP91zAQBkut8xhOkZA1NRQjv+7BczJqOTerXccohhTlu09pd7OAyDuitw== +"@oclif/core@^2.0.3": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.3.tgz#ce71efbfc6e4c2655579ce81adce6471be2bc799" + integrity sha512-Dr6tghg32KKEivcWYqrx9bgC8FDE4i47FLR1wjnLg3jNJWf+blTYorj6aHize2WF0wiwkvB28Cr5TUNBooB4AQ== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2"