Skip to content

Commit dd25109

Browse files
Merge pull request #68 from RobotlegsJS/greenkeeper/nyc-12.0.1
Update nyc to the latest version 🚀
2 parents 5d716af + b5fb3c9 commit dd25109

File tree

2 files changed

+125
-21
lines changed

2 files changed

+125
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"karma-sourcemap-writer": "^0.1.2",
9292
"karma-webpack": "^3.0.0",
9393
"mocha": "^5.2.0",
94-
"nyc": "^11.8.0",
94+
"nyc": "^12.0.2",
9595
"prettier": "^1.12.1",
9696
"publish-please": "^3.0.1",
9797
"reflect-metadata": "^0.1.12",

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"
@@ -3370,6 +3450,10 @@ global-prefix@^1.0.1:
33703450
is-windows "^1.0.1"
33713451
which "^1.2.14"
33723452

3453+
globals@^11.1.0:
3454+
version "11.5.0"
3455+
resolved "https://registry.npmjs.org/globals/-/globals-11.5.0.tgz#6bc840de6771173b191f13d3a9c94d441ee92642"
3456+
33733457
globals@^9.18.0:
33743458
version "9.18.0"
33753459
resolved "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -4081,7 +4165,7 @@ into-stream@^3.1.0:
40814165
from2 "^2.1.1"
40824166
p-is-promise "^1.1.0"
40834167

4084-
invariant@^2.2.2:
4168+
invariant@^2.2.0, invariant@^2.2.2:
40854169
version "2.2.4"
40864170
resolved "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
40874171
dependencies:
@@ -4460,7 +4544,7 @@ istanbul-lib-hook@^1.2.0:
44604544
dependencies:
44614545
append-transform "^0.4.0"
44624546

4463-
istanbul-lib-instrument@^1.10.0, istanbul-lib-instrument@^1.10.1, istanbul-lib-instrument@^1.7.3:
4547+
istanbul-lib-instrument@^1.10.1, istanbul-lib-instrument@^1.7.3:
44644548
version "1.10.1"
44654549
resolved "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.1.tgz#724b4b6caceba8692d3f1f9d0727e279c401af7b"
44664550
dependencies:
@@ -4472,6 +4556,18 @@ istanbul-lib-instrument@^1.10.0, istanbul-lib-instrument@^1.10.1, istanbul-lib-i
44724556
istanbul-lib-coverage "^1.2.0"
44734557
semver "^5.3.0"
44744558

4559+
istanbul-lib-instrument@^2.1.0:
4560+
version "2.1.0"
4561+
resolved "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-2.1.0.tgz#76576f844cdbc4952a8b3904dae09d1eb10e6c4d"
4562+
dependencies:
4563+
"@babel/generator" "7.0.0-beta.49"
4564+
"@babel/parser" "7.0.0-beta.49"
4565+
"@babel/template" "7.0.0-beta.49"
4566+
"@babel/traverse" "7.0.0-beta.49"
4567+
"@babel/types" "7.0.0-beta.49"
4568+
istanbul-lib-coverage "^1.2.0"
4569+
semver "^5.3.0"
4570+
44754571
istanbul-lib-report@^1.1.3:
44764572
version "1.1.3"
44774573
resolved "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-1.1.3.tgz#2df12188c0fa77990c0d2176d2d0ba3394188259"
@@ -4490,19 +4586,19 @@ istanbul-lib-report@^1.1.4:
44904586
path-parse "^1.0.5"
44914587
supports-color "^3.1.2"
44924588

4493-
istanbul-lib-source-maps@^1.2.3:
4494-
version "1.2.3"
4495-
resolved "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.3.tgz#20fb54b14e14b3fb6edb6aca3571fd2143db44e6"
4589+
istanbul-lib-source-maps@^1.2.4:
4590+
version "1.2.4"
4591+
resolved "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.4.tgz#cc7ccad61629f4efff8e2f78adb8c522c9976ec7"
44964592
dependencies:
44974593
debug "^3.1.0"
4498-
istanbul-lib-coverage "^1.1.2"
4594+
istanbul-lib-coverage "^1.2.0"
44994595
mkdirp "^0.5.1"
45004596
rimraf "^2.6.1"
45014597
source-map "^0.5.3"
45024598

4503-
istanbul-lib-source-maps@^1.2.4:
4504-
version "1.2.4"
4505-
resolved "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.4.tgz#cc7ccad61629f4efff8e2f78adb8c522c9976ec7"
4599+
istanbul-lib-source-maps@^1.2.5:
4600+
version "1.2.5"
4601+
resolved "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.5.tgz#ffe6be4e7ab86d3603e4290d54990b14506fc9b1"
45064602
dependencies:
45074603
debug "^3.1.0"
45084604
istanbul-lib-coverage "^1.2.0"
@@ -4516,9 +4612,9 @@ istanbul-reports@^1.3.0:
45164612
dependencies:
45174613
handlebars "^4.0.3"
45184614

4519-
istanbul-reports@^1.4.0:
4520-
version "1.4.0"
4521-
resolved "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-1.4.0.tgz#3d7b44b912ecbe7652a603662b962120739646a1"
4615+
istanbul-reports@^1.4.1:
4616+
version "1.4.1"
4617+
resolved "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-1.4.1.tgz#4f2e8e928aa7a05d1da6c427d4098b2655ec7334"
45224618
dependencies:
45234619
handlebars "^4.0.3"
45244620

@@ -4615,6 +4711,10 @@ jsesc@^1.3.0:
46154711
version "1.3.0"
46164712
resolved "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b"
46174713

4714+
jsesc@^2.5.1:
4715+
version "2.5.1"
4716+
resolved "https://registry.npmjs.org/jsesc/-/jsesc-2.5.1.tgz#e421a2a8e20d6b0819df28908f782526b96dd1fe"
4717+
46184718
jsesc@~0.5.0:
46194719
version "0.5.0"
46204720
resolved "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
@@ -5812,9 +5912,9 @@ number-is-nan@^1.0.0:
58125912
version "1.0.1"
58135913
resolved "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
58145914

5815-
nyc@^11.8.0:
5816-
version "11.8.0"
5817-
resolved "https://registry.npmjs.org/nyc/-/nyc-11.8.0.tgz#1e8453b0644f8fea4d829b1a6636663157cd3b00"
5915+
nyc@^12.0.2:
5916+
version "12.0.2"
5917+
resolved "https://registry.npmjs.org/nyc/-/nyc-12.0.2.tgz#8a4a4ed690966c11ec587ff87eea0c12c974ba99"
58185918
dependencies:
58195919
archy "^1.0.0"
58205920
arrify "^1.0.1"
@@ -5826,12 +5926,12 @@ nyc@^11.8.0:
58265926
find-up "^2.1.0"
58275927
foreground-child "^1.5.3"
58285928
glob "^7.0.6"
5829-
istanbul-lib-coverage "^1.1.2"
5929+
istanbul-lib-coverage "^1.2.0"
58305930
istanbul-lib-hook "^1.1.0"
5831-
istanbul-lib-instrument "^1.10.0"
5931+
istanbul-lib-instrument "^2.1.0"
58325932
istanbul-lib-report "^1.1.3"
5833-
istanbul-lib-source-maps "^1.2.3"
5834-
istanbul-reports "^1.4.0"
5933+
istanbul-lib-source-maps "^1.2.5"
5934+
istanbul-reports "^1.4.1"
58355935
md5-hex "^1.2.0"
58365936
merge-source-map "^1.1.0"
58375937
micromatch "^3.1.10"
@@ -7465,7 +7565,7 @@ source-map@^0.4.4:
74657565
dependencies:
74667566
amdefine ">=0.0.4"
74677567

7468-
source-map@^0.5.3, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.1:
7568+
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:
74697569
version "0.5.7"
74707570
resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
74717571

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

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

0 commit comments

Comments
 (0)