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

Commit

Permalink
fix: bump deps (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale authored Dec 7, 2021
1 parent 641a2fb commit 2b8699d
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/cli-ux/issues",
"dependencies": {
"@oclif/core": "^1.0.7",
"@oclif/core": "^1.0.8",
"@oclif/linewrap": "^1.0.0",
"@oclif/screen": "^1.0.3",
"@oclif/screen": "^1.0.4 ",
"ansi-escapes": "^4.3.0",
"ansi-styles": "^4.2.0",
"cardinal": "^2.1.1",
Expand Down
56 changes: 55 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,29 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^1.0.8":
version "1.0.8"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.0.8.tgz#dc2482941cfe507dff9b551b2e5f568699bbbffb"
integrity sha512-Z+d9hj0SEoADEAnCIUIrs2mr7mNlXtw2B/HE46evmge/Z94aiurUCTnKS8QtuTptkLM2suhiiy1QZ+DxHYypVA==
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":
version "1.3.4"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.4.tgz#a96f94536b4e25caa72eff47e8b3ed04f6995f55"
Expand Down Expand Up @@ -401,7 +424,7 @@
widest-line "^2.0.1"
wrap-ansi "^4.0.0"

"@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 @@ -993,6 +1016,37 @@ cli-ux@^6.0.3:
supports-hyperlinks "^2.1.0"
tslib "^2.0.0"

cli-ux@^6.0.4:
version "6.0.4"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-6.0.4.tgz#36acb0a30fda27a6c59686a44d783b7c92a3dad0"
integrity sha512-9B7pLM1kPXQTHHvZtEKHLpJc9BDHIHZOWuPmJX/O+ZSO8zKmfV9A1rRiq8HNOMG7+Yuy3rtCgFqFl/KB7ZnYiQ==
dependencies:
"@oclif/core" "^1.0.7"
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^1.0.3"
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"

cliui@^7.0.2:
version "7.0.4"
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
Expand Down

0 comments on commit 2b8699d

Please sign in to comment.