Skip to content

Commit cd25056

Browse files
committed
Upgrade some dependencies
1 parent d2ab521 commit cd25056

File tree

2 files changed

+61
-29
lines changed

2 files changed

+61
-29
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -92,24 +92,24 @@
9292
"ansi-styles": "^3.2.1",
9393
"babel-runtime": "^6.26.0",
9494
"chalk": "^2.4.1",
95-
"concat-stream": "^1.6.0",
95+
"concat-stream": "^1.6.2",
9696
"docopt": "^0.6.1",
97-
"glob": "^7.1.2",
97+
"glob": "^7.1.3",
9898
"glob2base": "0.0.12",
99-
"js-yaml": "^3.10.0",
99+
"js-yaml": "^3.12.0",
100100
"lodash.difference": "^4.5.0",
101101
"lodash.uniq": "^4.5.0",
102102
"minimatch": "^3.0.4",
103103
"mkdirp": "^0.5.0",
104-
"multipipe": "^1.0.2",
104+
"multipipe": "^2.0.3",
105105
"rimraf": "^2.6.2",
106106
"safe-wipe": "0.*",
107107
"sass-convert": "^0.5.0",
108108
"sassdoc-theme-default": "^2.6.2",
109109
"scss-comment-parser": "^0.8.3",
110110
"strip-indent": "^2.0.0",
111111
"through2": "1.1.1",
112-
"update-notifier": "^2.2.0",
112+
"update-notifier": "^2.5.0",
113113
"vinyl-fs": "^2.4.4",
114114
"vinyl-source-stream": "^1.0.0",
115115
"vinyl-string": "^1.0.2"

yarn.lock

+56-24
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,11 @@ browserslist@^3.2.6:
903903
caniuse-lite "^1.0.30000844"
904904
electron-to-chromium "^1.3.47"
905905

906+
buffer-from@^1.0.0:
907+
version "1.1.1"
908+
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
909+
integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
910+
906911
builtin-modules@^1.0.0, builtin-modules@^1.1.1:
907912
version "1.1.1"
908913
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
@@ -1042,6 +1047,11 @@ chroma-js@^1.2.2:
10421047
resolved "https://registry.yarnpkg.com/chroma-js/-/chroma-js-1.3.4.tgz#93a7c19f287960285cc3fdebb205b8ea1a0f04f9"
10431048
integrity sha1-k6fBnyh5YChcw/3rsgW46hoPBPk=
10441049

1050+
ci-info@^1.5.0:
1051+
version "1.6.0"
1052+
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497"
1053+
integrity sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==
1054+
10451055
circular-json@^0.3.1:
10461056
version "0.3.1"
10471057
resolved "https://registry.yarnpkg.com/circular-json/-/circular-json-0.3.1.tgz#be8b36aefccde8b3ca7aa2d6afc07a37242c0d2d"
@@ -1186,7 +1196,7 @@ [email protected]:
11861196
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
11871197
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
11881198

1189-
concat-stream@^1.4.7, concat-stream@^1.5.2, concat-stream@^1.6.0:
1199+
concat-stream@^1.4.7, concat-stream@^1.5.2:
11901200
version "1.6.0"
11911201
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.0.tgz#0aac662fd52be78964d5532f694784e70110acf7"
11921202
integrity sha1-CqxmL9Ur54lk1VMvaUeE5wEQrPc=
@@ -1195,6 +1205,16 @@ concat-stream@^1.4.7, concat-stream@^1.5.2, concat-stream@^1.6.0:
11951205
readable-stream "^2.2.2"
11961206
typedarray "^0.0.6"
11971207

1208+
concat-stream@^1.6.2:
1209+
version "1.6.2"
1210+
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
1211+
integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==
1212+
dependencies:
1213+
buffer-from "^1.0.0"
1214+
inherits "^2.0.3"
1215+
readable-stream "^2.2.2"
1216+
typedarray "^0.0.6"
1217+
11981218
configstore@^3.0.0:
11991219
version "3.1.1"
12001220
resolved "https://registry.yarnpkg.com/configstore/-/configstore-3.1.1.tgz#094ee662ab83fad9917678de114faaea8fcdca90"
@@ -2199,6 +2219,18 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.0.6, glob@^7.1.2:
21992219
once "^1.3.0"
22002220
path-is-absolute "^1.0.0"
22012221

2222+
glob@^7.1.3:
2223+
version "7.1.3"
2224+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
2225+
integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==
2226+
dependencies:
2227+
fs.realpath "^1.0.0"
2228+
inflight "^1.0.4"
2229+
inherits "2"
2230+
minimatch "^3.0.4"
2231+
once "^1.3.0"
2232+
path-is-absolute "^1.0.0"
2233+
22022234
global-dirs@^0.1.0:
22032235
version "0.1.0"
22042236
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.0.tgz#10d34039e0df04272e262cf24224f7209434df4f"
@@ -2512,6 +2544,13 @@ is-callable@^1.1.1, is-callable@^1.1.3:
25122544
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
25132545
integrity sha1-hut1OSgF3cM69xySoO7fdO52BLI=
25142546

2547+
is-ci@^1.0.10:
2548+
version "1.2.1"
2549+
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c"
2550+
integrity sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==
2551+
dependencies:
2552+
ci-info "^1.5.0"
2553+
25152554
is-date-object@^1.0.1:
25162555
version "1.0.1"
25172556
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
@@ -2787,15 +2826,7 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
27872826
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
27882827
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
27892828

2790-
js-yaml@^3.10.0:
2791-
version "3.10.0"
2792-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
2793-
integrity sha512-O2v52ffjLa9VeM43J4XocZE//WT9N0IiwDa3KSHH7Tu8CtH+1qM8SIZvnsTh6v+4yFy5KUY3BHUVwjpfAWsjIA==
2794-
dependencies:
2795-
argparse "^1.0.7"
2796-
esprima "^4.0.0"
2797-
2798-
js-yaml@^3.11.0:
2829+
js-yaml@^3.11.0, js-yaml@^3.12.0:
27992830
version "3.12.0"
28002831
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
28012832
integrity sha512-PIt2cnwmPfL4hKNwqeiuz4bKfnzHTBv6HyVgjahA6mPLwPDzjDWrplJBMjHUFxku/N3FlmrbyPclad+I+4mJ3A==
@@ -3428,10 +3459,10 @@ [email protected]:
34283459
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
34293460
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
34303461

3431-
multipipe@^1.0.2:
3432-
version "1.0.2"
3433-
resolved "https://registry.yarnpkg.com/multipipe/-/multipipe-1.0.2.tgz#cc13efd833c9cda99f224f868461b8e1a3fd939d"
3434-
integrity sha1-zBPv2DPJzamfIk+GhGG44aP9k50=
3462+
multipipe@^2.0.3:
3463+
version "2.0.3"
3464+
resolved "https://registry.yarnpkg.com/multipipe/-/multipipe-2.0.3.tgz#2305ecf8f69cc67737f507c460e6aec0a41eacfb"
3465+
integrity sha512-OtUaPHj/mrk2dh+34+uw7RGGg7rhOcV7UVjhyHM3zk/yvUq7580G5XNEw9elzjR2N92GmB+YxgS/b0+xo8zHPQ==
34353466
dependencies:
34363467
duplexer2 "^0.1.2"
34373468
object-assign "^4.1.0"
@@ -4823,15 +4854,15 @@ [email protected]:
48234854
readable-stream ">=1.1.13-1 <1.2.0-0"
48244855
xtend ">=4.0.0 <4.1.0-0"
48254856

4826-
through2@^0.6.0, through2@^0.6.1:
4857+
through2@^0.6.0:
48274858
version "0.6.5"
48284859
resolved "https://registry.yarnpkg.com/through2/-/through2-0.6.5.tgz#41ab9c67b29d57209071410e1d7a7a968cd3ad48"
48294860
integrity sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=
48304861
dependencies:
48314862
readable-stream ">=1.0.33-1 <1.1.0-0"
48324863
xtend ">=4.0.0 <4.1.0-0"
48334864

4834-
through2@^2.0.0, through2@^2.0.1, through2@~2.0.0:
4865+
through2@^2.0.0, through2@^2.0.1, through2@^2.0.3, through2@~2.0.0:
48354866
version "2.0.3"
48364867
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be"
48374868
integrity sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=
@@ -4983,15 +5014,16 @@ unzip-response@^2.0.1:
49835014
resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97"
49845015
integrity sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c=
49855016

4986-
update-notifier@^2.2.0:
4987-
version "2.3.0"
4988-
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-2.3.0.tgz#4e8827a6bb915140ab093559d7014e3ebb837451"
4989-
integrity sha1-TognpruRUUCrCTVZ1wFOPruDdFE=
5017+
update-notifier@^2.5.0:
5018+
version "2.5.0"
5019+
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-2.5.0.tgz#d0744593e13f161e406acb1d9408b72cad08aff6"
5020+
integrity sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw==
49905021
dependencies:
49915022
boxen "^1.2.1"
49925023
chalk "^2.0.1"
49935024
configstore "^3.0.0"
49945025
import-lazy "^2.1.0"
5026+
is-ci "^1.0.10"
49955027
is-installed-globally "^0.1.0"
49965028
is-npm "^1.0.0"
49975029
latest-version "^3.0.0"
@@ -5095,11 +5127,11 @@ vinyl-fs@^2.4.4:
50955127
vinyl "^1.0.0"
50965128

50975129
vinyl-source-stream@^1.0.0:
5098-
version "1.1.0"
5099-
resolved "https://registry.yarnpkg.com/vinyl-source-stream/-/vinyl-source-stream-1.1.0.tgz#44cbe5108205279deb0c5653c094a2887938b1ab"
5100-
integrity sha1-RMvlEIIFJ53rDFZTwJSiiHk4sas=
5130+
version "1.1.2"
5131+
resolved "https://registry.yarnpkg.com/vinyl-source-stream/-/vinyl-source-stream-1.1.2.tgz#62b53a135610a896e98ca96bee3a87f008a8e780"
5132+
integrity sha1-YrU6E1YQqJbpjKlr7jqH8Aio54A=
51015133
dependencies:
5102-
through2 "^0.6.1"
5134+
through2 "^2.0.3"
51035135
vinyl "^0.4.3"
51045136

51055137
vinyl-string@^1.0.2:

0 commit comments

Comments
 (0)