Skip to content

Commit

Permalink
fix: bump deps (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale authored Dec 8, 2021
1 parent e224a32 commit 3e656e0
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@oclif/linewrap": "^1.0.0",
"chalk": "^4.1.2",
"clean-stack": "^3.0.1",
"cli-ux": "^6.0.4",
"cli-ux": "6.0.5",
"debug": "^4.3.3",
"fs-extra": "^9.1.0",
"get-package-type": "^0.1.0",
Expand Down
56 changes: 55 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,29 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^1.0.8":
version "1.0.9"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.0.9.tgz#5b9db438f5f1f458f9b54114983d73c1f52c9ef0"
integrity sha512-1YQLYWlMdpxHE2W70WrUSgBkWyEsyI8SNST4FAq7kJ+wQCym/XSQeZ1TF+jInHl9aq6DZkG0MAA19hXn4sIIqw==
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.2"
clean-stack "^3.0.1"
cli-ux "^6.0.4"
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/errors@^1.2.1", "@oclif/errors@^1.2.2", "@oclif/errors@^1.3.3", "@oclif/errors@^1.3.5":
version "1.3.5"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.5.tgz#a1e9694dbeccab10fe2fe15acb7113991bed636c"
Expand Down Expand Up @@ -580,7 +603,7 @@
tslib "^2.0.0"
yarn "^1.21.1"

"@oclif/screen@^1.0.3":
"@oclif/screen@^1.0.3", "@oclif/screen@^1.0.4 ":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493"
integrity sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==
Expand Down Expand Up @@ -1184,6 +1207,37 @@ cli-progress@^3.9.1:
colors "^1.1.2"
string-width "^4.2.0"

[email protected]:
version "6.0.5"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-6.0.5.tgz#5461dffb6c29e4a727e071f8b74bbebcc6b7be08"
integrity sha512-q2pvzDiXMNISMqCBh0P2dkofQ/8OiWlEAjl6MDNk5oUZ6p54Fnk1rOaXxohYm+YkLX5YNUonGOrwkvuiwVreIg==
dependencies:
"@oclif/core" "^1.0.8"
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^1.0.4 "
ansi-escapes "^4.3.0"
ansi-styles "^4.2.0"
cardinal "^2.1.1"
chalk "^4.1.0"
clean-stack "^3.0.0"
cli-progress "^3.9.1"
extract-stack "^2.0.0"
fs-extra "^8.1"
hyperlinker "^1.0.0"
indent-string "^4.0.0"
is-wsl "^2.2.0"
js-yaml "^3.13.1"
lodash "^4.17.21"
natural-orderby "^2.0.1"
object-treeify "^1.1.4"
password-prompt "^1.1.2"
semver "^7.3.2"
string-width "^4.2.0"
strip-ansi "^6.0.0"
supports-color "^8.1.0"
supports-hyperlinks "^2.1.0"
tslib "^2.0.0"

cli-ux@^5.1.0:
version "5.6.3"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-5.6.3.tgz#eecdb2e0261171f2b28f2be6b18c490291c3a287"
Expand Down

0 comments on commit 3e656e0

Please sign in to comment.