From b1f0fd8106807e24c8e6d387a08cd3da5b1b78be Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Thu, 6 Jan 2022 06:45:11 -0700 Subject: [PATCH] fix: bump @oclif/core --- package.json | 4 ++-- yarn.lock | 29 ++++++++++++++++++++++++++--- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8ab24da3..f84b40ee 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,9 @@ "bugs": "https://github.com/oclif/plugin-plugins/issues", "dependencies": { "@oclif/color": "^0.1.2", - "@oclif/core": "1.0.11", + "@oclif/core": "^1.1.1", "chalk": "^4.1.2", - "cli-ux": "6.0.6", + "cli-ux": "^6.0.6", "debug": "^4.1.0", "fs-extra": "^9.0", "http-call": "^5.2.2", diff --git a/yarn.lock b/yarn.lock index b7fa02e3..b28eb6cf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -509,7 +509,7 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@1.0.11", "@oclif/core@^1.0.10", "@oclif/core@^1.0.8": +"@oclif/core@^1.0.10", "@oclif/core@^1.0.8": version "1.0.11" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.0.11.tgz#5ad1258c0c756073744ac8b9403e9314757d949f" integrity sha512-CQw9dbzh+BTF73cp53mnDZnTJF4hth7oab761Si4pEW18PDYDLyOv7TnEtJkvPu4rlTaGBh2jge9BDXgwye4vQ== @@ -532,6 +532,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" @@ -1396,9 +1419,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"