forked from palantir/tslint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update update-notifier (palantir#2212)
- Loading branch information
Showing
2 changed files
with
169 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,6 +123,18 @@ boxen@^0.6.0: | |
string-width "^1.0.1" | ||
widest-line "^1.0.0" | ||
|
||
boxen@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/boxen/-/boxen-1.0.0.tgz#b2694baf1f605f708ff0177c12193b22f29aaaab" | ||
dependencies: | ||
ansi-align "^1.1.0" | ||
camelcase "^4.0.0" | ||
chalk "^1.1.1" | ||
cli-boxes "^1.0.0" | ||
string-width "^2.0.0" | ||
term-size "^0.1.0" | ||
widest-line "^1.0.0" | ||
|
||
brace-expansion@^1.0.0: | ||
version "1.1.6" | ||
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.6.tgz#7197d7eaa9b87e648390ea61fc66c84427420df9" | ||
|
@@ -146,6 +158,10 @@ camelcase@^2.1.0: | |
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" | ||
|
||
camelcase@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.0.0.tgz#8b0f90d44be5e281b903b9887349b92595ef07f2" | ||
|
||
capture-stack-trace@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz#4a6fa07399c26bba47f0b2496b4d0fb408c5550d" | ||
|
@@ -204,23 +220,45 @@ configstore@^2.0.0: | |
write-file-atomic "^1.1.2" | ||
xdg-basedir "^2.0.0" | ||
|
||
configstore@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/configstore/-/configstore-3.0.0.tgz#e1b8669c1803ccc50b545e92f8e6e79aa80e0196" | ||
dependencies: | ||
dot-prop "^4.1.0" | ||
graceful-fs "^4.1.2" | ||
mkdirp "^0.5.0" | ||
unique-string "^1.0.0" | ||
write-file-atomic "^1.1.2" | ||
xdg-basedir "^3.0.0" | ||
|
||
core-util-is@~1.0.0: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" | ||
|
||
create-error-class@^3.0.1: | ||
create-error-class@^3.0.0, create-error-class@^3.0.1: | ||
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/create-error-class/-/create-error-class-3.0.2.tgz#06be7abef947a3f14a30fd610671d401bca8b7b6" | ||
dependencies: | ||
capture-stack-trace "^1.0.0" | ||
|
||
cross-spawn-async@^2.1.1: | ||
version "2.2.5" | ||
resolved "https://registry.yarnpkg.com/cross-spawn-async/-/cross-spawn-async-2.2.5.tgz#845ff0c0834a3ded9d160daca6d390906bb288cc" | ||
dependencies: | ||
lru-cache "^4.0.0" | ||
which "^1.2.8" | ||
|
||
cross-spawn@^4.0.0: | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-4.0.2.tgz#7b9247621c23adfdd3856004a823cbe397424d41" | ||
dependencies: | ||
lru-cache "^4.0.1" | ||
which "^1.2.9" | ||
|
||
crypto-random-string@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e" | ||
|
||
[email protected]: | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da" | ||
|
@@ -258,12 +296,22 @@ dot-prop@^3.0.0: | |
dependencies: | ||
is-obj "^1.0.0" | ||
|
||
dot-prop@^4.1.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.1.0.tgz#eb29eac57dfa31fda1edef50ea462ee3d38ff3ab" | ||
dependencies: | ||
is-obj "^1.0.0" | ||
|
||
duplexer2@^0.1.4: | ||
version "0.1.4" | ||
resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz#8b12dab878c0d69e3e7891051662a32fc6bddcc1" | ||
dependencies: | ||
readable-stream "^2.0.2" | ||
|
||
duplexer3@^0.1.4: | ||
version "0.1.4" | ||
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" | ||
|
||
duplexer@~0.1.1: | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1" | ||
|
@@ -315,6 +363,17 @@ event-stream@~3.3.0: | |
stream-combiner "~0.0.4" | ||
through "~2.3.1" | ||
|
||
execa@^0.4.0: | ||
version "0.4.0" | ||
resolved "https://registry.yarnpkg.com/execa/-/execa-0.4.0.tgz#4eb6467a36a095fabb2970ff9d5e3fb7bce6ebc3" | ||
dependencies: | ||
cross-spawn-async "^2.1.1" | ||
is-stream "^1.1.0" | ||
npm-run-path "^1.0.0" | ||
object-assign "^4.0.1" | ||
path-key "^1.0.0" | ||
strip-eof "^1.0.0" | ||
|
||
filled-array@^1.0.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/filled-array/-/filled-array-1.1.0.tgz#c3c4f6c663b923459a9aa29912d2d031f1507f84" | ||
|
@@ -348,6 +407,10 @@ function-bind@^1.0.2, function-bind@^1.1.0: | |
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.0.tgz#16176714c801798e4e8f2cf7f7529467bb4a5771" | ||
|
||
get-stream@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" | ||
|
||
[email protected]: | ||
version "7.0.5" | ||
resolved "https://registry.yarnpkg.com/glob/-/glob-7.0.5.tgz#b4202a69099bbb4d292a7c1b95b6682b67ebdc95" | ||
|
@@ -400,6 +463,22 @@ got@^5.0.0: | |
unzip-response "^1.0.2" | ||
url-parse-lax "^1.0.0" | ||
|
||
got@^6.7.1: | ||
version "6.7.1" | ||
resolved "https://registry.yarnpkg.com/got/-/got-6.7.1.tgz#240cd05785a9a18e561dc1b44b41c763ef1e8db0" | ||
dependencies: | ||
create-error-class "^3.0.0" | ||
duplexer3 "^0.1.4" | ||
get-stream "^3.0.0" | ||
is-redirect "^1.0.0" | ||
is-retry-allowed "^1.0.0" | ||
is-stream "^1.0.0" | ||
lowercase-keys "^1.0.0" | ||
safe-buffer "^5.0.1" | ||
timed-out "^4.0.0" | ||
unzip-response "^2.0.1" | ||
url-parse-lax "^1.0.0" | ||
|
||
graceful-fs@^4.1.11, graceful-fs@^4.1.2: | ||
version "4.1.11" | ||
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658" | ||
|
@@ -475,6 +554,10 @@ is-fullwidth-code-point@^1.0.0: | |
dependencies: | ||
number-is-nan "^1.0.0" | ||
|
||
is-fullwidth-code-point@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" | ||
|
||
is-npm@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4" | ||
|
@@ -495,7 +578,7 @@ is-retry-allowed@^1.0.0: | |
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz#11a060568b67339444033d0125a61a20d564fb34" | ||
|
||
is-stream@^1.0.0: | ||
is-stream@^1.0.0, is-stream@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" | ||
|
||
|
@@ -540,10 +623,20 @@ latest-version@^2.0.0: | |
dependencies: | ||
package-json "^2.0.0" | ||
|
||
latest-version@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-3.0.0.tgz#3104f008c0c391084107f85a344bc61e38970649" | ||
dependencies: | ||
package-json "^3.0.0" | ||
|
||
lazy-req@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/lazy-req/-/lazy-req-1.1.0.tgz#bdaebead30f8d824039ce0ce149d4daa07ba1fac" | ||
|
||
lazy-req@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/lazy-req/-/lazy-req-2.0.0.tgz#c9450a363ecdda2e6f0c70132ad4f37f8f06f2b4" | ||
|
||
load-json-file@^1.0.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" | ||
|
@@ -605,7 +698,7 @@ lowercase-keys@^1.0.0: | |
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.0.tgz#4e3366b39e7f5457e35f1324bdf6f88d0bfc7306" | ||
|
||
lru-cache@^4.0.1: | ||
lru-cache@^4.0.0, lru-cache@^4.0.1: | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.0.2.tgz#1d17679c069cda5d040991a09dbc2c0db377e55e" | ||
dependencies: | ||
|
@@ -688,6 +781,12 @@ npm-run-all@^3.1.0: | |
shell-quote "^1.6.1" | ||
string.prototype.padend "^3.0.0" | ||
|
||
npm-run-path@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-1.0.0.tgz#f5c32bf595fe81ae927daec52e82f8b000ac3c8f" | ||
dependencies: | ||
path-key "^1.0.0" | ||
|
||
number-is-nan@^1.0.0: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" | ||
|
@@ -737,6 +836,15 @@ package-json@^2.0.0: | |
registry-url "^3.0.3" | ||
semver "^5.1.0" | ||
|
||
package-json@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/package-json/-/package-json-3.0.0.tgz#dc11f79ebdb436e55fe2b9b294ee3f2a87a33b13" | ||
dependencies: | ||
got "^6.7.1" | ||
registry-auth-token "^3.0.1" | ||
registry-url "^3.0.3" | ||
semver "^5.1.0" | ||
|
||
parse-json@^2.1.0, parse-json@^2.2.0: | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" | ||
|
@@ -753,6 +861,10 @@ path-is-absolute@^1.0.0: | |
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" | ||
|
||
path-key@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/path-key/-/path-key-1.0.0.tgz#5d53d578019646c0d68800db4e146e6bdc2ac7af" | ||
|
||
path-type@^1.0.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" | ||
|
@@ -870,6 +982,10 @@ rimraf@^2.5.4: | |
dependencies: | ||
glob "^7.0.5" | ||
|
||
safe-buffer@^5.0.1: | ||
version "5.0.1" | ||
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.0.1.tgz#d263ca54696cd8a306b5ca6551e92de57918fbe7" | ||
|
||
semver-diff@^2.0.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/semver-diff/-/semver-diff-2.1.0.tgz#4bbb8437c8d37e4b0cf1a68fd726ec6d645d6d36" | ||
|
@@ -931,6 +1047,13 @@ string-width@^1.0.1: | |
is-fullwidth-code-point "^1.0.0" | ||
strip-ansi "^3.0.0" | ||
|
||
string-width@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.0.0.tgz#635c5436cc72a6e0c387ceca278d4e2eec52687e" | ||
dependencies: | ||
is-fullwidth-code-point "^2.0.0" | ||
strip-ansi "^3.0.0" | ||
|
||
string.prototype.padend@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz#f3aaef7c1719f170c5eab1c32bf780d96e21f2f0" | ||
|
@@ -955,6 +1078,10 @@ strip-bom@^2.0.0: | |
dependencies: | ||
is-utf8 "^0.2.0" | ||
|
||
strip-eof@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" | ||
|
||
strip-json-comments@~1.0.4: | ||
version "1.0.4" | ||
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-1.0.4.tgz#1e15fbcac97d3ee99bf2d73b4c656b082bbafb91" | ||
|
@@ -969,6 +1096,12 @@ supports-color@^2.0.0: | |
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" | ||
|
||
term-size@^0.1.0: | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/term-size/-/term-size-0.1.1.tgz#87360b96396cab5760963714cda0d0cbeecad9ca" | ||
dependencies: | ||
execa "^0.4.0" | ||
|
||
through@2, through@~2.3, through@~2.3.1: | ||
version "2.3.8" | ||
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" | ||
|
@@ -977,6 +1110,10 @@ timed-out@^3.0.0: | |
version "3.1.3" | ||
resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-3.1.3.tgz#95860bfcc5c76c277f8f8326fd0f5b2e20eba217" | ||
|
||
timed-out@^4.0.0: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f" | ||
|
||
"tslint-test-config-non-relative@file:test/external/tslint-test-config-non-relative": | ||
version "0.0.1" | ||
|
||
|
@@ -1005,10 +1142,20 @@ [email protected]: | |
version "2.1.4" | ||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.1.4.tgz#b53b69fb841126acb1dd4b397d21daba87572251" | ||
|
||
unique-string@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-1.0.0.tgz#9e1057cca851abb93398f8b33ae187b99caec11a" | ||
dependencies: | ||
crypto-random-string "^1.0.0" | ||
|
||
unzip-response@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-1.0.2.tgz#b984f0877fc0a89c2c773cc1ef7b5b232b5b06fe" | ||
|
||
unzip-response@^2.0.1: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97" | ||
|
||
update-notifier@^1.0.2: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-1.0.3.tgz#8f92c515482bd6831b7c93013e70f87552c7cf5a" | ||
|
@@ -1022,6 +1169,19 @@ update-notifier@^1.0.2: | |
semver-diff "^2.0.0" | ||
xdg-basedir "^2.0.0" | ||
|
||
update-notifier@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-2.0.0.tgz#1f2712fd2079f415980b5af95eb120e4aceea9a6" | ||
dependencies: | ||
boxen "^1.0.0" | ||
chalk "^1.0.0" | ||
configstore "^3.0.0" | ||
is-npm "^1.0.0" | ||
latest-version "^3.0.0" | ||
lazy-req "^2.0.0" | ||
semver-diff "^2.0.0" | ||
xdg-basedir "^3.0.0" | ||
|
||
url-parse-lax@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz#7af8f303645e9bd79a272e7a14ac68bc0609da73" | ||
|
@@ -1043,7 +1203,7 @@ validate-npm-package-license@^3.0.1: | |
spdx-correct "~1.0.0" | ||
spdx-expression-parse "~1.0.0" | ||
|
||
which@^1.2.9: | ||
which@^1.2.8, which@^1.2.9: | ||
version "1.2.12" | ||
resolved "https://registry.yarnpkg.com/which/-/which-1.2.12.tgz#de67b5e450269f194909ef23ece4ebe416fa1192" | ||
dependencies: | ||
|
@@ -1077,6 +1237,10 @@ xdg-basedir@^2.0.0: | |
dependencies: | ||
os-homedir "^1.0.0" | ||
|
||
xdg-basedir@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4" | ||
|
||
yallist@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.0.0.tgz#306c543835f09ee1a4cb23b7bce9ab341c91cdd4" |