Skip to content

Commit eea3f96

Browse files
chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
1 parent bfeee2c commit eea3f96

File tree

1 file changed

+124
-20
lines changed

1 file changed

+124
-20
lines changed

yarn.lock

Lines changed: 124 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,86 @@
22
# yarn lockfile v1
33

44

5+
6+
version "7.0.0-beta.49"
7+
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0-beta.49.tgz#becd805482734440c9d137e46d77340e64d7f51b"
8+
dependencies:
9+
"@babel/highlight" "7.0.0-beta.49"
10+
11+
12+
version "7.0.0-beta.49"
13+
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.0.0-beta.49.tgz#e9cffda913996accec793bbc25ab91bc19d0bf7a"
14+
dependencies:
15+
"@babel/types" "7.0.0-beta.49"
16+
jsesc "^2.5.1"
17+
lodash "^4.17.5"
18+
source-map "^0.5.0"
19+
trim-right "^1.0.1"
20+
21+
22+
version "7.0.0-beta.49"
23+
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.49.tgz#a25c1119b9f035278670126e0225c03041c8de32"
24+
dependencies:
25+
"@babel/helper-get-function-arity" "7.0.0-beta.49"
26+
"@babel/template" "7.0.0-beta.49"
27+
"@babel/types" "7.0.0-beta.49"
28+
29+
30+
version "7.0.0-beta.49"
31+
resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.49.tgz#cf5023f32d2ad92d087374939cec0951bcb51441"
32+
dependencies:
33+
"@babel/types" "7.0.0-beta.49"
34+
35+
36+
version "7.0.0-beta.49"
37+
resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.49.tgz#40d78eda0968d011b1c52866e5746cfb23e57548"
38+
dependencies:
39+
"@babel/types" "7.0.0-beta.49"
40+
41+
42+
version "7.0.0-beta.49"
43+
resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.0.0-beta.49.tgz#96bdc6b43e13482012ba6691b1018492d39622cc"
44+
dependencies:
45+
chalk "^2.0.0"
46+
esutils "^2.0.2"
47+
js-tokens "^3.0.0"
48+
49+
50+
version "7.0.0-beta.49"
51+
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.0.0-beta.49.tgz#944d0c5ba2812bb159edbd226743afd265179bdc"
52+
53+
54+
version "7.0.0-beta.49"
55+
resolved "https://registry.npmjs.org/@babel/template/-/template-7.0.0-beta.49.tgz#e38abe8217cb9793f461a5306d7ad745d83e1d27"
56+
dependencies:
57+
"@babel/code-frame" "7.0.0-beta.49"
58+
"@babel/parser" "7.0.0-beta.49"
59+
"@babel/types" "7.0.0-beta.49"
60+
lodash "^4.17.5"
61+
62+
63+
version "7.0.0-beta.49"
64+
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.0.0-beta.49.tgz#4f2a73682a18334ed6625d100a8d27319f7c2d68"
65+
dependencies:
66+
"@babel/code-frame" "7.0.0-beta.49"
67+
"@babel/generator" "7.0.0-beta.49"
68+
"@babel/helper-function-name" "7.0.0-beta.49"
69+
"@babel/helper-split-export-declaration" "7.0.0-beta.49"
70+
"@babel/parser" "7.0.0-beta.49"
71+
"@babel/types" "7.0.0-beta.49"
72+
debug "^3.1.0"
73+
globals "^11.1.0"
74+
invariant "^2.2.0"
75+
lodash "^4.17.5"
76+
77+
78+
version "7.0.0-beta.49"
79+
resolved "https://registry.npmjs.org/@babel/types/-/types-7.0.0-beta.49.tgz#b7e3b1c3f4d4cfe11bdf8c89f1efd5e1617b87a6"
80+
dependencies:
81+
esutils "^2.0.2"
82+
lodash "^4.17.5"
83+
to-fast-properties "^2.0.0"
84+
585
"@mrmlnc/readdir-enhanced@^2.2.1":
686
version "2.2.1"
787
resolved "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
@@ -3368,6 +3448,10 @@ global-prefix@^1.0.1:
33683448
is-windows "^1.0.1"
33693449
which "^1.2.14"
33703450

3451+
globals@^11.1.0:
3452+
version "11.5.0"
3453+
resolved "https://registry.npmjs.org/globals/-/globals-11.5.0.tgz#6bc840de6771173b191f13d3a9c94d441ee92642"
3454+
33713455
globals@^9.18.0:
33723456
version "9.18.0"
33733457
resolved "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -4074,7 +4158,7 @@ into-stream@^3.1.0:
40744158
from2 "^2.1.1"
40754159
p-is-promise "^1.1.0"
40764160

4077-
invariant@^2.2.2:
4161+
invariant@^2.2.0, invariant@^2.2.2:
40784162
version "2.2.4"
40794163
resolved "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
40804164
dependencies:
@@ -4457,7 +4541,7 @@ istanbul-lib-hook@^1.2.0:
44574541
dependencies:
44584542
append-transform "^0.4.0"
44594543

4460-
istanbul-lib-instrument@^1.10.0, istanbul-lib-instrument@^1.10.1, istanbul-lib-instrument@^1.7.3:
4544+
istanbul-lib-instrument@^1.10.1, istanbul-lib-instrument@^1.7.3:
44614545
version "1.10.1"
44624546
resolved "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.1.tgz#724b4b6caceba8692d3f1f9d0727e279c401af7b"
44634547
dependencies:
@@ -4469,6 +4553,18 @@ istanbul-lib-instrument@^1.10.0, istanbul-lib-instrument@^1.10.1, istanbul-lib-i
44694553
istanbul-lib-coverage "^1.2.0"
44704554
semver "^5.3.0"
44714555

4556+
istanbul-lib-instrument@^2.1.0:
4557+
version "2.1.0"
4558+
resolved "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-2.1.0.tgz#76576f844cdbc4952a8b3904dae09d1eb10e6c4d"
4559+
dependencies:
4560+
"@babel/generator" "7.0.0-beta.49"
4561+
"@babel/parser" "7.0.0-beta.49"
4562+
"@babel/template" "7.0.0-beta.49"
4563+
"@babel/traverse" "7.0.0-beta.49"
4564+
"@babel/types" "7.0.0-beta.49"
4565+
istanbul-lib-coverage "^1.2.0"
4566+
semver "^5.3.0"
4567+
44724568
istanbul-lib-report@^1.1.3:
44734569
version "1.1.3"
44744570
resolved "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-1.1.3.tgz#2df12188c0fa77990c0d2176d2d0ba3394188259"
@@ -4487,19 +4583,19 @@ istanbul-lib-report@^1.1.4:
44874583
path-parse "^1.0.5"
44884584
supports-color "^3.1.2"
44894585

4490-
istanbul-lib-source-maps@^1.2.3:
4491-
version "1.2.3"
4492-
resolved "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.3.tgz#20fb54b14e14b3fb6edb6aca3571fd2143db44e6"
4586+
istanbul-lib-source-maps@^1.2.4:
4587+
version "1.2.4"
4588+
resolved "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.4.tgz#cc7ccad61629f4efff8e2f78adb8c522c9976ec7"
44934589
dependencies:
44944590
debug "^3.1.0"
4495-
istanbul-lib-coverage "^1.1.2"
4591+
istanbul-lib-coverage "^1.2.0"
44964592
mkdirp "^0.5.1"
44974593
rimraf "^2.6.1"
44984594
source-map "^0.5.3"
44994595

4500-
istanbul-lib-source-maps@^1.2.4:
4501-
version "1.2.4"
4502-
resolved "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.4.tgz#cc7ccad61629f4efff8e2f78adb8c522c9976ec7"
4596+
istanbul-lib-source-maps@^1.2.5:
4597+
version "1.2.5"
4598+
resolved "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.5.tgz#ffe6be4e7ab86d3603e4290d54990b14506fc9b1"
45034599
dependencies:
45044600
debug "^3.1.0"
45054601
istanbul-lib-coverage "^1.2.0"
@@ -4513,9 +4609,9 @@ istanbul-reports@^1.3.0:
45134609
dependencies:
45144610
handlebars "^4.0.3"
45154611

4516-
istanbul-reports@^1.4.0:
4517-
version "1.4.0"
4518-
resolved "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-1.4.0.tgz#3d7b44b912ecbe7652a603662b962120739646a1"
4612+
istanbul-reports@^1.4.1:
4613+
version "1.4.1"
4614+
resolved "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-1.4.1.tgz#4f2e8e928aa7a05d1da6c427d4098b2655ec7334"
45194615
dependencies:
45204616
handlebars "^4.0.3"
45214617

@@ -4621,6 +4717,10 @@ jsesc@^1.3.0:
46214717
version "1.3.0"
46224718
resolved "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b"
46234719

4720+
jsesc@^2.5.1:
4721+
version "2.5.1"
4722+
resolved "https://registry.npmjs.org/jsesc/-/jsesc-2.5.1.tgz#e421a2a8e20d6b0819df28908f782526b96dd1fe"
4723+
46244724
jsesc@~0.5.0:
46254725
version "0.5.0"
46264726
resolved "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
@@ -5811,9 +5911,9 @@ number-is-nan@^1.0.0:
58115911
version "1.0.1"
58125912
resolved "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
58135913

5814-
nyc@^11.8.0:
5815-
version "11.8.0"
5816-
resolved "https://registry.npmjs.org/nyc/-/nyc-11.8.0.tgz#1e8453b0644f8fea4d829b1a6636663157cd3b00"
5914+
nyc@^12.0.1:
5915+
version "12.0.1"
5916+
resolved "https://registry.npmjs.org/nyc/-/nyc-12.0.1.tgz#909cdd932eb0630e7ff94ab45cb3826c72c08320"
58175917
dependencies:
58185918
archy "^1.0.0"
58195919
arrify "^1.0.1"
@@ -5825,12 +5925,12 @@ nyc@^11.8.0:
58255925
find-up "^2.1.0"
58265926
foreground-child "^1.5.3"
58275927
glob "^7.0.6"
5828-
istanbul-lib-coverage "^1.1.2"
5928+
istanbul-lib-coverage "^1.2.0"
58295929
istanbul-lib-hook "^1.1.0"
5830-
istanbul-lib-instrument "^1.10.0"
5930+
istanbul-lib-instrument "^2.1.0"
58315931
istanbul-lib-report "^1.1.3"
5832-
istanbul-lib-source-maps "^1.2.3"
5833-
istanbul-reports "^1.4.0"
5932+
istanbul-lib-source-maps "^1.2.5"
5933+
istanbul-reports "^1.4.1"
58345934
md5-hex "^1.2.0"
58355935
merge-source-map "^1.1.0"
58365936
micromatch "^3.1.10"
@@ -7455,7 +7555,7 @@ source-map@^0.4.4:
74557555
dependencies:
74567556
amdefine ">=0.0.4"
74577557

7458-
source-map@^0.5.3, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.1:
7558+
source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.1:
74597559
version "0.5.7"
74607560
resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
74617561

@@ -7899,6 +7999,10 @@ to-fast-properties@^1.0.3:
78997999
version "1.0.3"
79008000
resolved "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
79018001

8002+
to-fast-properties@^2.0.0:
8003+
version "2.0.0"
8004+
resolved "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
8005+
79028006
to-object-path@^0.3.0:
79038007
version "0.3.0"
79048008
resolved "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af"

0 commit comments

Comments
 (0)