diff --git a/package.json b/package.json index 2e4bb502..1a701cab 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": { "@oclif/color": "^1.0.0", - "@oclif/core": "1.0.10", + "@oclif/core": "^1.1.1", "@types/semver": "^7.3.4", - "cli-ux": "6.0.6", + "cli-ux": "^6.0.6", "cross-spawn": "^7.0.3", "debug": "^4.3.1", "filesize": "^6.1.0", diff --git a/yarn.lock b/yarn.lock index 8ae73bce..1cebc6f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -328,6 +328,29 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" +"@oclif/core@^1.1.1": + version "1.1.1" + resolved "https://registry.npmjs.org/@oclif/core/-/core-1.1.1.tgz#71a91be5af645a7088d4f716a9c83b0adbd1d4a3" + integrity sha512-lCn4CT39gMV9oo/P1u99kmBy61RU5lsq0ENocnnvoFtGHrsEZQgOztxR6mTBKMl5QCBK1c6cEy47E8owUQgEGw== + dependencies: + "@oclif/linewrap" "^1.0.0" + chalk "^4.1.2" + clean-stack "^3.0.1" + cli-ux "^6.0.6" + debug "^4.3.3" + fs-extra "^9.1.0" + get-package-type "^0.1.0" + globby "^11.0.4" + indent-string "^4.0.0" + is-wsl "^2.2.0" + lodash "^4.17.21" + semver "^7.3.5" + string-width "^4.2.3" + strip-ansi "^6.0.1" + tslib "^2.3.1" + widest-line "^3.1.0" + wrap-ansi "^7.0.0" + "@oclif/fixpack@^2.3.0": version "2.3.0" resolved "https://registry.yarnpkg.com/@oclif/fixpack/-/fixpack-2.3.0.tgz#4b2c3500c4545b6a2a9ad89de8320a1e6535ba5a" @@ -1220,9 +1243,9 @@ cli-ux@6.0.5: supports-hyperlinks "^2.1.0" tslib "^2.0.0" -cli-ux@6.0.6, cli-ux@^6.0.5: +cli-ux@6.0.6, cli-ux@^6.0.5, cli-ux@^6.0.6: version "6.0.6" - resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-6.0.6.tgz#00536bf6038f195b0a1a2589f61ce5e625e75870" + resolved "https://registry.npmjs.org/cli-ux/-/cli-ux-6.0.6.tgz#00536bf6038f195b0a1a2589f61ce5e625e75870" integrity sha512-CvL4qmV78VhnbyHTswGjpDSQtU+oj3hT9DP9L6yMOwiTiNv0nMjMEV/8zou4CSqO6PtZ2A8qnlZDgAc07Js+aw== dependencies: "@oclif/core" "1.0.10"