diff --git a/package.json b/package.json index 776c2c59..8d5c49a5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": { - "@oclif/core": "^1.0.6" + "@oclif/core": "^1.0.7" }, "devDependencies": { "@oclif/plugin-plugins": "^2.0.2", diff --git a/yarn.lock b/yarn.lock index 04437876..030f48cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -418,15 +418,15 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^1.0.6": - version "1.0.6" - resolved "https://registry.npmjs.org/@oclif/core/-/core-1.0.6.tgz#6ccd6d7794f10123129941dc4406ff18e1eb0854" - integrity sha512-j6dtBPQMZjqrm9IID4A9IfMv5PY2y/beCC35e3PGzPHH9g39GXXcR1hyRmok8prRrvJWPx05OeJfj3OcxObk8w== +"@oclif/core@^1.0.7": + version "1.0.7" + resolved "https://registry.npmjs.org/@oclif/core/-/core-1.0.7.tgz#3f3b38774aecc7c09902beb9f424735149b6b3ba" + integrity sha512-bIaf3zM9YSo8SJq/fN8dfHjmDmZ6QmC3UCWpoykvl7UH2Prt5aCfdAJH/y3HrXVgWPYi+ByrXdzje1Mwgnq4dQ== dependencies: "@oclif/linewrap" "^1.0.0" chalk "^4.1.2" clean-stack "^3.0.1" - cli-ux "^6.0.2" + cli-ux "^6.0.3" debug "^4.3.3" fs-extra "^9.1.0" get-package-type "^0.1.0" @@ -1465,10 +1465,10 @@ cli-ux@^6.0.1: supports-hyperlinks "^2.1.0" tslib "^2.0.0" -cli-ux@^6.0.2: - version "6.0.2" - resolved "https://registry.npmjs.org/cli-ux/-/cli-ux-6.0.2.tgz#58d97a2e597698fc8652bd3b6846dbdd3be4a966" - integrity sha512-uLVfxABvq0mSoTbMWXrZwcq87Lj1nz3w8mbZaJSx0VPltmTZi5M16qTbr27Rjka/02x6WCWVMwU9dGp1GLp4dg== +cli-ux@^6.0.3: + version "6.0.3" + resolved "https://registry.npmjs.org/cli-ux/-/cli-ux-6.0.3.tgz#11de25d7db31669c231899d39da3e75d1471bc85" + integrity sha512-XAzXgDDpFZZlDifxbP82ZICeY9KTnYE+xMKcxH2lPJzi/JEPoqG0OxnrS06kcJrSKsxyGAlh7rVaIeW9afKhcA== dependencies: "@oclif/core" "^1.0.5" "@oclif/linewrap" "^1.0.0"