diff --git a/package.json b/package.json index 61abbc6b..79af3575 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues", "dependencies": { - "@oclif/core": "^1.16.5", + "@oclif/core": "^1.18.0", "chalk": "^4.1.0", "debug": "^4.1.0", "fs-extra": "^9.0.1", diff --git a/yarn.lock b/yarn.lock index c5675f42..0df0ad3b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -127,10 +127,10 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^1.0.10", "@oclif/core@^1.0.8", "@oclif/core@^1.1.1", "@oclif/core@^1.16.5": - version "1.16.5" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.16.5.tgz#248c3371b615462a6ee6826a3c316bdc54dc5193" - integrity sha512-Jb58K79AALkLmY0PNU1Jx4Z+/JIWtpgtRbei92PIIBx+TaAmYgVySNI1beInZFNOpGo2fhxVBp+yr3DZ38z3kQ== +"@oclif/core@^1.0.10", "@oclif/core@^1.0.8", "@oclif/core@^1.1.1", "@oclif/core@^1.18.0": + version "1.18.0" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.18.0.tgz#93c790c663c6b24a609d1ea44362f5438cb19d73" + integrity sha512-12SWbbDbMrhBmEuN9cOQkbN+sFUKlSTw+NlCPVVIg3uEhnmkXgx2wZJtCN4c+IBMJjC27L9lDneeoe70yQuiVg== dependencies: "@oclif/linewrap" "^1.0.0" "@oclif/screen" "^3.0.2"