Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: bump deps (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed Dec 9, 2021
1 parent 0335919 commit 9daa780
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"@types/node": "^14.0.14",
"@types/semver": "^7.3.1",
"chai": "^4.2.0",
"cli-ux": "^5.6.5",
"cli-ux": "^5.6.6",
"conventional-changelog-cli": "^2.1.1",
"eslint": "^7.3.1",
"eslint-config-oclif": "^3.1.0",
Expand Down
32 changes: 0 additions & 32 deletions yarn.lock
Expand Up @@ -879,38 +879,6 @@ cli-progress@^3.4.0:
colors "^1.1.2"
string-width "^4.2.0"

cli-ux@^5.6.5:
version "5.6.5"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-5.6.5.tgz#d2a73070fb73d77d6adf6cb51592b6f04b31deb9"
integrity sha512-FjC69Z13a5iMuo6mNjXaA+/qNO1vdJvoHPAGKqULIMVAuhff6DMPU5hbk5ygHoIQWkU9RsgeAup9tV97pXJ7fQ==
dependencies:
"@oclif/command" "^1.8.7"
"@oclif/errors" "^1.3.5"
"@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.4.0"
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.6.6:
version "5.6.6"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-5.6.6.tgz#1424f5a9fbddcd796ad985b867a3de7f5a452090"
Expand Down

0 comments on commit 9daa780

Please sign in to comment.