diff --git a/package.json b/package.json index 6590a51..cae75ef 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-version/issues", "dependencies": { - "@oclif/core": "^2.0.2-beta.6" + "@oclif/core": "^2.0.3" }, "devDependencies": { "@commitlint/config-conventional": "^12.1.4", @@ -60,4 +60,4 @@ "version": "oclif readme && git add README.md" }, "types": "lib/index.d.ts" -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index a6e6693..f5ae922 100644 --- a/yarn.lock +++ b/yarn.lock @@ -690,10 +690,10 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2.0.2-beta.6": - version "2.0.2-beta.6" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.2-beta.6.tgz#d794d53886683f37ab712092ff88741981b2c02f" - integrity sha512-g3M/I2VrZaN6Ba8qyn2KggGoxDc2ys88LV/7+cGhxpaK98ZVWlgPCTLNHyY1DiA0KSDTTBhUsPV+Uis5mbHB4g== +"@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"