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

Commit

Permalink
fix: bump deps (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed Dec 6, 2021
1 parent 24b4931 commit 7d1e5e1
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 28 deletions.
13 changes: 6 additions & 7 deletions package.json
Expand Up @@ -8,11 +8,11 @@
},
"bugs": "https://github.com/oclif/dev-cli/issues",
"dependencies": {
"@oclif/command": "^1.8.6",
"@oclif/config": "^1.18.1",
"@oclif/command": "^1.8.7",
"@oclif/config": "^1.18.2",
"@oclif/errors": "^1.3.5",
"@oclif/plugin-help": "^3.2.10",
"cli-ux": "^5.6.4",
"@oclif/plugin-help": "^3.2.11",
"cli-ux": "^5.6.5",
"debug": "^4.1.1",
"find-yarn-workspace-root": "^2.0.0",
"fs-extra": "^8.1",
Expand All @@ -23,13 +23,12 @@
"tslib": "^2.0.3"
},
"devDependencies": {
"@oclif/plugin-legacy": "^1.2.3",
"@oclif/plugin-legacy": "^1.2.4",
"@oclif/test": "^1.2.8",
"@types/chai": "^4.1.7",
"@types/execa": "^0.9.0",
"@types/fs-extra": "^9.0",
"@types/lodash": "^4.14.123",
"@types/lodash.template": "^4.4.6",
"@types/lodash": "^4.14.177",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.14",
"@types/supports-color": "^5.3.0",
Expand Down
75 changes: 54 additions & 21 deletions yarn.lock
Expand Up @@ -310,7 +310,7 @@
supports-color "^5.4.0"
tslib "^1"

"@oclif/command@^1.8.4", "@oclif/command@^1.8.5", "@oclif/command@^1.8.6":
"@oclif/command@^1.8.5", "@oclif/command@^1.8.6":
version "1.8.6"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.6.tgz#7b42060e30bf0beae2be2e6d9b887b0ccb4b140b"
integrity sha512-tIcGPpf7ndGe0Sp22RbPhZbwKjfrebHzCfe1SHRlqlJNy2xS3FT50i9p+dZmF+7Zpn4CEcBHag1TCdfFCTc1vQ==
Expand All @@ -322,6 +322,18 @@
debug "^4.1.1"
semver "^7.3.2"

"@oclif/command@^1.8.7":
version "1.8.7"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.7.tgz#825d34bea8e93cecfaf0cb9bf327f4ab87cd0714"
integrity sha512-5DRLd2WHppuKsudHe8rCZnjgEpA2/6P4zxrLwWBXrGz+/kzA/RWcPJgkcdfm1uBCEgHMSWZP4MX21d4lAB1vYA==
dependencies:
"@oclif/config" "^1.18.1"
"@oclif/errors" "^1.3.5"
"@oclif/parser" "^3.8.6"
"@oclif/plugin-help" "^3.2.10"
debug "^4.1.1"
semver "^7.3.2"

"@oclif/config@^1.17.1":
version "1.17.1"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.17.1.tgz#383515f6715b91d8df5db8108214e93bb46e86ca"
Expand All @@ -346,6 +358,18 @@
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/config@^1.18.2":
version "1.18.2"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.2.tgz#5bfe74a9ba6a8ca3dceb314a81bd9ce2e15ebbfe"
integrity sha512-cE3qfHWv8hGRCP31j7fIS7BfCflm/BNZ2HNqHexH+fDrdF2f1D5S8VmXWLC77ffv3oDvWyvE9AZeR0RfmHCCaA==
dependencies:
"@oclif/errors" "^1.3.3"
"@oclif/parser" "^3.8.0"
debug "^4.1.1"
globby "^11.0.1"
is-wsl "^2.1.1"
tslib "^2.0.0"

"@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 @@ -388,6 +412,22 @@
widest-line "^3.1.0"
wrap-ansi "^6.2.0"

"@oclif/plugin-help@^3.2.11":
version "3.2.11"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.11.tgz#241f1d9bb4e7bf89d24f490b54ab9af5846e59c3"
integrity sha512-SSLvVMk3WZ23kFfDvKrotCZUcPUdGuPdYjtlIACaIoEmjtgCO9IqdQA5xmMzWozv9MHTqOdWwoJdU0qxD+MwNg==
dependencies:
"@oclif/command" "^1.8.7"
"@oclif/config" "^1.18.2"
"@oclif/errors" "^1.3.5"
chalk "^4.1.2"
indent-string "^4.0.0"
lodash "^4.17.21"
string-width "^4.2.0"
strip-ansi "^6.0.0"
widest-line "^3.1.0"
wrap-ansi "^6.2.0"

"@oclif/plugin-help@^3.2.8":
version "3.2.8"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.8.tgz#6020f1969aa98343b9a63ff9de82eec5eae98405"
Expand All @@ -404,10 +444,10 @@
widest-line "^3.1.0"
wrap-ansi "^4.0.0"

"@oclif/plugin-legacy@^1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.2.3.tgz#3d6deb69307f566326304901578d86aa154eccb9"
integrity sha512-mtvd+eua6/JNSnLxC2Cu3HYF0rhClgfVUxZtVDbWVIfTvvHepGehLc8mpa/uPIB4XJ3O8P/YEADBtjfOjXFDwg==
"@oclif/plugin-legacy@^1.2.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.2.4.tgz#bf6e580ee7fb6f7e556de440c73ed30f5c59e8ea"
integrity sha512-ztbT8WJwK1MjEirv6WKCpdRFqVZXxxryCPZw5hcmfWZZVsu52bz7G/dzhS+RaToF1Y5FocHwt9XQXqOs8HOzFw==
dependencies:
"@heroku-cli/command" "^8.5.0"
"@oclif/color" "^0.1.2"
Expand All @@ -417,7 +457,7 @@
semver "^7.3.2"
tslib "^2.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 @@ -480,14 +520,7 @@
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==

"@types/lodash.template@^4.4.6":
version "4.5.0"
resolved "https://registry.yarnpkg.com/@types/lodash.template/-/lodash.template-4.5.0.tgz#277654af717ed37ce2687c69f8f221c550276b7a"
integrity sha512-4LgHxK16IPbGR7TmXpPvNT7iNGsLCdQY6Rc0mi1a/JECt8et/D4hx6NMVAJej/d932sj1mJsg0QYHKL189O0Qw==
dependencies:
"@types/lodash" "*"

"@types/lodash@*", "@types/lodash@^4.14.123":
"@types/lodash@*", "@types/lodash@^4.14.177":
version "4.14.177"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.177.tgz#f70c0d19c30fab101cad46b52be60363c43c4578"
integrity sha512-0fDwydE2clKe9MNfvXHBHF9WEahRuj+msTuQqOmAApNORFvhMYZKNGGJdCzuhheVjMps/ti0Ak/iJPACMaevvw==
Expand Down Expand Up @@ -988,15 +1021,15 @@ cli-ux@^4.9.3:
treeify "^1.1.0"
tslib "^1.9.3"

cli-ux@^5.6.4:
version "5.6.4"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-5.6.4.tgz#fd930fd175111aab2aa11b21c9da58b305a8d7cc"
integrity sha512-jW2oROKZdb3NlIHCMjjtaanuElHB/IhYPE5kgsbhmNtiBcUg/4L5QYyDbJ0n/wF+LAb/tl+Bh30lAHq5bmsbMA==
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.4"
"@oclif/command" "^1.8.7"
"@oclif/errors" "^1.3.5"
"@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 All @@ -1009,7 +1042,7 @@ cli-ux@^5.6.4:
indent-string "^4.0.0"
is-wsl "^2.2.0"
js-yaml "^3.13.1"
lodash "^4.17.11"
lodash "^4.17.21"
natural-orderby "^2.0.1"
object-treeify "^1.1.4"
password-prompt "^1.1.2"
Expand Down

0 comments on commit 7d1e5e1

Please sign in to comment.