Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit ce8cec5

Browse files
authored
fix: bump @oclif/core (#475)
1 parent 8c2ee67 commit ce8cec5

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/cli-ux/issues",
77
"dependencies": {
8-
"@oclif/core": "1.0.10",
8+
"@oclif/core": "^1.1.1",
99
"@oclif/linewrap": "^1.0.0",
1010
"@oclif/screen": "^1.0.4 ",
1111
"ansi-escapes": "^4.3.0",

yarn.lock

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,29 @@
313313
widest-line "^3.1.0"
314314
wrap-ansi "^7.0.0"
315315

316+
"@oclif/core@^1.1.1":
317+
version "1.1.1"
318+
resolved "https://registry.npmjs.org/@oclif/core/-/core-1.1.1.tgz#71a91be5af645a7088d4f716a9c83b0adbd1d4a3"
319+
integrity sha512-lCn4CT39gMV9oo/P1u99kmBy61RU5lsq0ENocnnvoFtGHrsEZQgOztxR6mTBKMl5QCBK1c6cEy47E8owUQgEGw==
320+
dependencies:
321+
"@oclif/linewrap" "^1.0.0"
322+
chalk "^4.1.2"
323+
clean-stack "^3.0.1"
324+
cli-ux "^6.0.6"
325+
debug "^4.3.3"
326+
fs-extra "^9.1.0"
327+
get-package-type "^0.1.0"
328+
globby "^11.0.4"
329+
indent-string "^4.0.0"
330+
is-wsl "^2.2.0"
331+
lodash "^4.17.21"
332+
semver "^7.3.5"
333+
string-width "^4.2.3"
334+
strip-ansi "^6.0.1"
335+
tslib "^2.3.1"
336+
widest-line "^3.1.0"
337+
wrap-ansi "^7.0.0"
338+
316339
"@oclif/linewrap@^1.0.0":
317340
version "1.0.0"
318341
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
@@ -839,6 +862,37 @@ cli-ux@6.0.5, cli-ux@^6.0.4:
839862
supports-hyperlinks "^2.1.0"
840863
tslib "^2.0.0"
841864

865+
cli-ux@^6.0.6:
866+
version "6.0.6"
867+
resolved "https://registry.npmjs.org/cli-ux/-/cli-ux-6.0.6.tgz#00536bf6038f195b0a1a2589f61ce5e625e75870"
868+
integrity sha512-CvL4qmV78VhnbyHTswGjpDSQtU+oj3hT9DP9L6yMOwiTiNv0nMjMEV/8zou4CSqO6PtZ2A8qnlZDgAc07Js+aw==
869+
dependencies:
870+
"@oclif/core" "1.0.10"
871+
"@oclif/linewrap" "^1.0.0"
872+
"@oclif/screen" "^1.0.4 "
873+
ansi-escapes "^4.3.0"
874+
ansi-styles "^4.2.0"
875+
cardinal "^2.1.1"
876+
chalk "^4.1.0"
877+
clean-stack "^3.0.0"
878+
cli-progress "^3.9.1"
879+
extract-stack "^2.0.0"
880+
fs-extra "^8.1"
881+
hyperlinker "^1.0.0"
882+
indent-string "^4.0.0"
883+
is-wsl "^2.2.0"
884+
js-yaml "^3.13.1"
885+
lodash "^4.17.21"
886+
natural-orderby "^2.0.1"
887+
object-treeify "^1.1.4"
888+
password-prompt "^1.1.2"
889+
semver "^7.3.2"
890+
string-width "^4.2.0"
891+
strip-ansi "^6.0.0"
892+
supports-color "^8.1.0"
893+
supports-hyperlinks "^2.1.0"
894+
tslib "^2.0.0"
895+
842896
cliui@^7.0.2:
843897
version "7.0.4"
844898
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"

0 commit comments

Comments
 (0)