Skip to content

Commit

Permalink
chore: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 24, 2018
1 parent 914e0e1 commit 882aaac
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 80 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.3",
"@oclif/command": "^1.4.13",
"@oclif/config": "^1.6.6",
"@oclif/errors": "^1.0.4",
"@oclif/command": "^1.4.15",
"@oclif/config": "^1.6.13",
"@oclif/errors": "^1.0.6",
"@types/semver": "^5.5.0",
"cli-ux": "^3.3.31",
"cli-ux": "^3.4.1",
"cross-spawn": "^6.0.5",
"debug": "^3.1.0",
"filesize": "^3.6.1",
"fs-extra": "^5.0.0",
"http-call": "^5.1.0",
"http-call": "^5.1.1",
"lodash": "^4.17.5",
"log-chopper": "^1.0.2",
"semver": "^5.5.0",
"tar-fs": "^1.16.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.13.3",
"@oclif/dev-cli": "^1.13.6",
"@oclif/plugin-help": "^1.2.5",
"@oclif/test": "^1.0.5",
"@oclif/tslint": "^1.1.0",
Expand All @@ -38,7 +38,7 @@
"chai": "^4.1.2",
"globby": "^8.0.1",
"mocha": "^5.1.1",
"qqjs": "^0.3.6",
"qqjs": "^0.3.7",
"ts-node": "6.0.0",
"tslib": "^1.9.0",
"tslint": "^5.9.1",
Expand Down
115 changes: 42 additions & 73 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,29 +34,29 @@
call-me-maybe "^1.0.1"
glob-to-regexp "^0.3.0"

"@oclif/command@^1.4.13":
version "1.4.13"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.13.tgz#2ed3c42142307d20337ec04eabd1be410dfa2a5e"
"@oclif/command@^1.4.13", "@oclif/command@^1.4.14", "@oclif/command@^1.4.15":
version "1.4.15"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.15.tgz#1886c7dd88a40fbc29427bbca04bdb0e1a538133"
dependencies:
"@oclif/errors" "^1.0.4"
"@oclif/parser" "^3.3.2"
"@oclif/errors" "^1.0.6"
"@oclif/parser" "^3.3.3"
debug "^3.1.0"
semver "^5.5.0"

"@oclif/config@^1.6.6":
version "1.6.6"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.6.tgz#8a5aed05018b6294ce4a46cba75aacebb1a3bf16"
"@oclif/config@^1.6.13":
version "1.6.13"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.13.tgz#fa4688a8a32afe49fd353a13aac6061b96eac1be"
dependencies:
debug "^3.1.0"

"@oclif/dev-cli@^1.13.3":
version "1.13.3"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.3.tgz#e366ecebef7775368b5a35c28f4e94cb04c916dc"
"@oclif/dev-cli@^1.13.6":
version "1.13.6"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.6.tgz#9ef12d771acee7a231753b7ef4611603710f3fc3"
dependencies:
"@oclif/command" "^1.4.13"
"@oclif/config" "^1.6.6"
"@oclif/errors" "^1.0.4"
"@oclif/plugin-help" "^1.2.4"
"@oclif/command" "^1.4.14"
"@oclif/config" "^1.6.13"
"@oclif/errors" "^1.0.6"
"@oclif/plugin-help" "^1.2.5"
cli-ux "^3.3.31"
debug "^3.1.0"
fs-extra "^5.0.0"
Expand All @@ -66,9 +66,9 @@
require-resolve "^0.0.2"
tslib "^1.9.0"

"@oclif/errors@^1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.4.tgz#8e34386ede530484ae3c98bc21d818c416214c66"
"@oclif/errors@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.6.tgz#76b17906ac1beea252add52e8e8ed78229c33a7b"
dependencies:
clean-stack "^1.3.0"
fs-extra "^5.0.0"
Expand All @@ -80,24 +80,12 @@
version "1.0.0"
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"

"@oclif/parser@^3.3.2":
version "3.3.2"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.3.2.tgz#81af56d4f97beae376abb59e461005489abd9e19"
"@oclif/parser@^3.3.3":
version "3.3.3"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.3.3.tgz#bfde499b836178eee2b6b29ccb7fb3f95851d3c6"
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^2.3.2"

"@oclif/plugin-help@^1.2.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.4.tgz#1b4349f7d570445ad5cfe4f925bfd832d4552aa2"
dependencies:
"@oclif/command" "^1.4.13"
chalk "^2.3.2"
indent-string "^3.2.0"
lodash.template "^4.4.0"
string-width "^2.1.1"
widest-line "^2.0.0"
wrap-ansi "^3.0.1"
chalk "^2.4.0"

"@oclif/plugin-help@^1.2.5":
version "1.2.5"
Expand Down Expand Up @@ -173,11 +161,7 @@
version "5.2.0"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.0.tgz#b3c8e69f038835db1a7fdc0b3d879fc50506e29e"

"@types/node@*":
version "7.0.60"
resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.60.tgz#5406c35961e4f9e2d5a1b9482daa14501754ecda"

"@types/node@^9.6.6":
"@types/node@*", "@types/node@^9.6.6":
version "9.6.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.6.tgz#439b91f9caf3983cad2eef1e11f6bedcbf9431d2"

Expand Down Expand Up @@ -378,15 +362,7 @@ chalk@^1.1.3:
strip-ansi "^3.0.0"
supports-color "^2.0.0"

chalk@^2.3.0, chalk@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.2.tgz#250dc96b07491bfd601e648d66ddf5f60c7a5c65"
dependencies:
ansi-styles "^3.2.1"
escape-string-regexp "^1.0.5"
supports-color "^5.3.0"

chalk@^2.4.0:
chalk@^2.3.0, chalk@^2.3.2, chalk@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.0.tgz#a060a297a6b57e15b61ca63ce84995daa0fe6e52"
dependencies:
Expand Down Expand Up @@ -415,9 +391,9 @@ clean-stack@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-1.3.0.tgz#9e821501ae979986c46b1d66d2d432db2fd4ae31"

cli-ux@^3.3.31:
version "3.3.31"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.3.31.tgz#e4f2a380df00ebf298189b83a77ae92cdfc7355f"
cli-ux@^3.3.31, cli-ux@^3.4.1:
version "3.4.1"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.4.1.tgz#bfa17e75cd1a60547a11c515166117b05ea89cdd"
dependencies:
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^1.0.2"
Expand Down Expand Up @@ -654,14 +630,14 @@ fancy-test@^1.0.5:
stdout-stderr "^0.1.9"

fast-glob@^2.0.2:
version "2.2.0"
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-2.2.0.tgz#e9d032a69b86bef46fc03d935408f02fb211d9fc"
version "2.2.1"
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-2.2.1.tgz#686c2345be88f3741e174add0be6f2e5b6078889"
dependencies:
"@mrmlnc/readdir-enhanced" "^2.2.1"
glob-parent "^3.1.0"
is-glob "^4.0.0"
merge2 "^1.2.1"
micromatch "^3.1.8"
micromatch "^3.1.10"

filesize@^3.6.1:
version "3.6.1"
Expand Down Expand Up @@ -811,15 +787,14 @@ hosted-git-info@^2.1.4:
version "2.6.0"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.6.0.tgz#23235b29ab230c576aab0d4f13fc046b0b038222"

http-call@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.1.0.tgz#699847d9bcd635eb4e3fdfe3084456a9c89d716d"
http-call@^5.1.0, http-call@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.1.1.tgz#0110095d455b876c64cc9fe820b3f836cc552ea7"
dependencies:
content-type "^1.0.4"
debug "^3.1.0"
is-retry-allowed "^1.1.0"
is-stream "^1.1.0"
tslib "^1.9.0"
tunnel-agent "^0.6.0"

ignore@^3.3.5:
Expand All @@ -846,8 +821,8 @@ inherits@2, inherits@~2.0.3:
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"

inversify@^4.10.0:
version "4.11.1"
resolved "https://registry.yarnpkg.com/inversify/-/inversify-4.11.1.tgz#9a10635d1fd347da11da96475b3608babd5945a6"
version "4.13.0"
resolved "https://registry.yarnpkg.com/inversify/-/inversify-4.13.0.tgz#0ab40570bfa4474b04d5b919bbab3a4f682a72f5"

is-accessor-descriptor@^0.1.6:
version "0.1.6"
Expand Down Expand Up @@ -1108,7 +1083,7 @@ merge2@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.2.1.tgz#271d2516ff52d4af7f7b710b8bf3e16e183fef66"

micromatch@^3.1.8:
micromatch@^3.1.10:
version "3.1.10"
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
dependencies:
Expand Down Expand Up @@ -1340,9 +1315,9 @@ pump@^1.0.0:
end-of-stream "^1.1.0"
once "^1.3.1"

qqjs@^0.3.6:
version "0.3.6"
resolved "https://registry.yarnpkg.com/qqjs/-/qqjs-0.3.6.tgz#6e4b8008489a055fb95a93365154a9e777e9b784"
qqjs@^0.3.6, qqjs@^0.3.7:
version "0.3.7"
resolved "https://registry.yarnpkg.com/qqjs/-/qqjs-0.3.7.tgz#eb7d481d3cf3e8c9744da0d21d917d1a4b2080d9"
dependencies:
chalk "^2.3.2"
debug "^3.1.0"
Expand Down Expand Up @@ -1406,8 +1381,8 @@ resolve-url@^0.2.1:
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"

resolve@^1.3.2:
version "1.7.0"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.7.0.tgz#2bdf5374811207285df0df652b78f118ab8f3c5e"
version "1.7.1"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.7.1.tgz#aadd656374fd298aee895bc026b8297418677fd3"
dependencies:
path-parse "^1.0.5"

Expand Down Expand Up @@ -1615,13 +1590,7 @@ supports-color@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"

supports-color@^5.1.0, supports-color@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.3.0.tgz#5b24ac15db80fa927cf5227a4a33fd3c4c7676c0"
dependencies:
has-flag "^3.0.0"

supports-color@^5.4.0:
supports-color@^5.1.0, supports-color@^5.3.0, supports-color@^5.4.0:
version "5.4.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.4.0.tgz#1c6b337402c2137605efe19f10fec390f6faab54"
dependencies:
Expand Down

0 comments on commit 882aaac

Please sign in to comment.