Skip to content

Commit 6fb2956

Browse files
committed
2 parents 9113513 + 9549a0f commit 6fb2956

File tree

2 files changed

+18
-76
lines changed

2 files changed

+18
-76
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"eslint-watch": "^4.0.2",
108108
"flow-bin": "^0.86.0",
109109
"flow-copy-source": "^2.0.2",
110-
"flow-watch": "^1.1.0",
110+
"flow-watch": "^1.1.4",
111111
"husky": "^1.1.4",
112112
"immutable": "^4.0.0-rc",
113113
"istanbul": "^0.4.5",

yarn.lock

Lines changed: 17 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -2901,11 +2901,6 @@ duplexer3@^0.1.4:
29012901
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
29022902
integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=
29032903

2904-
duplexer@^0.1.1, duplexer@~0.1.1:
2905-
version "0.1.1"
2906-
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1"
2907-
integrity sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=
2908-
29092904
duplexify@^3.4.2, duplexify@^3.6.0:
29102905
version "3.6.1"
29112906
resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.6.1.tgz#b1a7a29c4abfd639585efaecce80d666b1e34125"
@@ -3336,20 +3331,6 @@ esutils@^2.0.0, esutils@^2.0.2:
33363331
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
33373332
integrity sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=
33383333

3339-
event-stream@~3.3.0:
3340-
version "3.3.6"
3341-
resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.6.tgz#cac1230890e07e73ec9cacd038f60a5b66173eef"
3342-
integrity sha512-dGXNg4F/FgVzlApjzItL+7naHutA3fDqbV/zAZqDDlXTjiMnQmZKu+prImWKszeBM5UQeGvAl3u1wBiKeDh61g==
3343-
dependencies:
3344-
duplexer "^0.1.1"
3345-
flatmap-stream "^0.1.0"
3346-
from "^0.1.7"
3347-
map-stream "0.0.7"
3348-
pause-stream "^0.0.11"
3349-
split "^1.0.1"
3350-
stream-combiner "^0.2.2"
3351-
through "^2.3.8"
3352-
33533334
execa@^0.10.0:
33543335
version "0.10.0"
33553336
resolved "https://registry.yarnpkg.com/execa/-/execa-0.10.0.tgz#ff456a8f53f90f8eccc71a96d11bdfc7f082cb50"
@@ -3674,11 +3655,6 @@ flat-cache@^1.2.1:
36743655
rimraf "~2.6.2"
36753656
write "^0.2.1"
36763657

3677-
flatmap-stream@^0.1.0:
3678-
version "0.1.1"
3679-
resolved "https://registry.yarnpkg.com/flatmap-stream/-/flatmap-stream-0.1.1.tgz#d34f39ef3b9aa5a2fc225016bd3adf28ac5ae6ea"
3680-
integrity sha512-lAq4tLbm3sidmdCN8G3ExaxH7cUCtP5mgDvrYowsx84dcYkJJ4I28N7gkxA6+YlSXzaGLJYIDEi9WGfXzMiXdw==
3681-
36823658
flow-bin@^0.86.0:
36833659
version "0.86.0"
36843660
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.86.0.tgz#153a28722b4dc13b7200c74b644dd4d9f4969a11"
@@ -3695,13 +3671,13 @@ flow-copy-source@^2.0.2:
36953671
kefir "^3.7.3"
36963672
yargs "^12.0.1"
36973673

3698-
flow-watch@^1.1.0:
3699-
version "1.1.3"
3700-
resolved "https://registry.yarnpkg.com/flow-watch/-/flow-watch-1.1.3.tgz#75b71c7c1ca1cba48142fb97b0ec80a4b3b15800"
3701-
integrity sha512-0gbkdBE+YF4WBKlyb80vsTAPIXqMI/mMuBsekDfW/GD4Czu0rPOKTevfsqheK7Nr2uy5r+/jVqYn23Y2GHKeWQ==
3674+
flow-watch@^1.1.4:
3675+
version "1.1.4"
3676+
resolved "https://registry.yarnpkg.com/flow-watch/-/flow-watch-1.1.4.tgz#d4ab2278a4c35d7483e3e99e9e87675f24c5adbe"
3677+
integrity sha512-k2B4PtkaQX43GqMRHce1Y0zKDKGefHw/39DkaiabaKVG8dVGpFO//LQ3/DT6PWn1YfTh+S85j375Jst5spHSIA==
37023678
dependencies:
37033679
cross-spawn "^6.0.3"
3704-
nodemon "^1.10.2"
3680+
nodemon "^1.18.6"
37053681

37063682
flush-write-stream@^1.0.0:
37073683
version "1.0.3"
@@ -3775,11 +3751,6 @@ from2@^2.1.0, from2@^2.1.1:
37753751
inherits "^2.0.1"
37763752
readable-stream "^2.0.0"
37773753

3778-
from@^0.1.7:
3779-
version "0.1.7"
3780-
resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe"
3781-
integrity sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=
3782-
37833754
fs-exists-sync@^0.1.0:
37843755
version "0.1.0"
37853756
resolved "https://registry.yarnpkg.com/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz#982d6893af918e72d08dec9e8673ff2b5a8d6add"
@@ -5805,11 +5776,6 @@ map-obj@^2.0.0:
58055776
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-2.0.0.tgz#a65cd29087a92598b8791257a523e021222ac1f9"
58065777
integrity sha1-plzSkIepJZi4eRJXpSPgISIqwfk=
58075778

5808-
map-stream@0.0.7:
5809-
version "0.0.7"
5810-
resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.0.7.tgz#8a1f07896d82b10926bd3744a2420009f88974a8"
5811-
integrity sha1-ih8HiW2CsQkmvTdEokIACfiJdKg=
5812-
58135779
map-visit@^1.0.0:
58145780
version "1.0.0"
58155781
resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f"
@@ -6259,21 +6225,21 @@ node-releases@^1.0.1:
62596225
dependencies:
62606226
semver "^5.3.0"
62616227

6262-
nodemon@^1.10.2:
6263-
version "1.18.6"
6264-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.18.6.tgz#89b1136634d6c0afc7de24cc932a760e999e2c76"
6265-
integrity sha512-4pHQNYEZun+IkIC2jCaXEhkZnfA7rQe73i8RkdRyDJls/K+WxR7IpI5uNUsAvQ0zWvYcCDNGD+XVtw2ZG86/uQ==
6228+
nodemon@^1.18.6:
6229+
version "1.18.8"
6230+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.18.8.tgz#eb4c0052dc81395bdc503f3c8ae3cba86ca7146a"
6231+
integrity sha512-CgC/JdCf+CT7Z+K6wWaV30t8GU1DPtXpr/6PuXC1/LboXCmUQNKOaz0AEMjoWDTt2AdHOBFxgv41dyC0i79SbA==
62666232
dependencies:
62676233
chokidar "^2.0.4"
62686234
debug "^3.1.0"
62696235
ignore-by-default "^1.0.1"
62706236
minimatch "^3.0.4"
6271-
pstree.remy "^1.1.0"
6237+
pstree.remy "^1.1.3"
62726238
semver "^5.5.0"
62736239
supports-color "^5.2.0"
62746240
touch "^3.1.0"
62756241
undefsafe "^2.0.2"
6276-
update-notifier "^2.3.0"
6242+
update-notifier "^2.5.0"
62776243

62786244
nomnom@~1.6.2:
62796245
version "1.6.2"
@@ -7054,13 +7020,6 @@ pathval@^1.1.0:
70547020
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.0.tgz#b942e6d4bde653005ef6b71361def8727d0645e0"
70557021
integrity sha1-uULm1L3mUwBe9rcTYd74cn0GReA=
70567022

7057-
pause-stream@^0.0.11:
7058-
version "0.0.11"
7059-
resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445"
7060-
integrity sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=
7061-
dependencies:
7062-
through "~2.3"
7063-
70647023
performance-now@^2.1.0:
70657024
version "2.1.0"
70667025
resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
@@ -7262,13 +7221,6 @@ prr@~1.0.1:
72627221
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"
72637222
integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY=
72647223

7265-
ps-tree@^1.1.0:
7266-
version "1.1.0"
7267-
resolved "https://registry.yarnpkg.com/ps-tree/-/ps-tree-1.1.0.tgz#b421b24140d6203f1ed3c76996b4427b08e8c014"
7268-
integrity sha1-tCGyQUDWID8e08dplrRCewjowBQ=
7269-
dependencies:
7270-
event-stream "~3.3.0"
7271-
72727224
pseudomap@^1.0.2:
72737225
version "1.0.2"
72747226
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
@@ -7279,12 +7231,10 @@ psl@^1.1.24:
72797231
resolved "https://registry.yarnpkg.com/psl/-/psl-1.1.29.tgz#60f580d360170bb722a797cc704411e6da850c67"
72807232
integrity sha512-AeUmQ0oLN02flVHXWh9sSJF7mcdFq0ppid/JkErufc3hGIV/AMa8Fo9VgDo/cT2jFdOWoFvHp90qqBH54W+gjQ==
72817233

7282-
pstree.remy@^1.1.0:
7283-
version "1.1.0"
7284-
resolved "https://registry.yarnpkg.com/pstree.remy/-/pstree.remy-1.1.0.tgz#f2af27265bd3e5b32bbfcc10e80bac55ba78688b"
7285-
integrity sha512-q5I5vLRMVtdWa8n/3UEzZX7Lfghzrg9eG2IKk2ENLSofKRCXVqMvMUHxCKgXNaqH/8ebhBxrqftHWnyTFweJ5Q==
7286-
dependencies:
7287-
ps-tree "^1.1.0"
7234+
pstree.remy@^1.1.3:
7235+
version "1.1.4"
7236+
resolved "https://registry.yarnpkg.com/pstree.remy/-/pstree.remy-1.1.4.tgz#a03d5dbc06ba639fb6dd4874644c4bad9882ec21"
7237+
integrity sha512-3kSyTN/iTJMxtL87idnFgTyOp2vQ6B/49QcHUO26kh2M2qahlUivFI1zWJ9FRFPoB+KgcP820JMOuIhkBJAP3Q==
72887238

72897239
pump@^2.0.0, pump@^2.0.1:
72907240
version "2.0.1"
@@ -8369,7 +8319,7 @@ split2@~1.0.0:
83698319
dependencies:
83708320
through2 "~2.0.0"
83718321

8372-
split@^1.0.0, split@^1.0.1:
8322+
split@^1.0.0:
83738323
version "1.0.1"
83748324
resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9"
83758325
integrity sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==
@@ -8436,14 +8386,6 @@ stream-combiner2@~1.1.1:
84368386
duplexer2 "~0.1.0"
84378387
readable-stream "^2.0.2"
84388388

8439-
stream-combiner@^0.2.2:
8440-
version "0.2.2"
8441-
resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.2.2.tgz#aec8cbac177b56b6f4fa479ced8c1912cee52858"
8442-
integrity sha1-rsjLrBd7Vrb0+kec7YwZEs7lKFg=
8443-
dependencies:
8444-
duplexer "~0.1.1"
8445-
through "~2.3.4"
8446-
84478389
stream-each@^1.1.0:
84488390
version "1.2.3"
84498391
resolved "https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae"
@@ -8708,7 +8650,7 @@ through2@^2.0.0, through2@^2.0.1, through2@^2.0.2, through2@~2.0.0:
87088650
readable-stream "~2.3.6"
87098651
xtend "~4.0.1"
87108652

8711-
through@2, "through@>=2.2.7 <3", through@^2.3.6, through@^2.3.8, through@~2.3, through@~2.3.4:
8653+
through@2, "through@>=2.2.7 <3", through@^2.3.6:
87128654
version "2.3.8"
87138655
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
87148656
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=

0 commit comments

Comments
 (0)