Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 02828d1

Browse files
committedMay 7, 2019
chore(deps): nyc
1 parent 916989f commit 02828d1

File tree

2 files changed

+73
-31
lines changed

2 files changed

+73
-31
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"eslint-plugin-ember": "6.4.1",
6565
"husky": "1.3.1",
6666
"loader.js": "4.7.0",
67-
"nyc": "13.2.0",
67+
"nyc": "14.1.0",
6868
"qunit-dom": "0.8.5",
6969
"remark-cli": "6.0.1",
7070
"remark-lint": "6.0.4",

‎yarn.lock

Lines changed: 72 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3381,7 +3381,7 @@ cacheable-request@^6.0.0:
33813381
normalize-url "^3.1.0"
33823382
responselike "^1.0.2"
33833383

3384-
caching-transform@^3.0.1:
3384+
caching-transform@^3.0.2:
33853385
version "3.0.2"
33863386
resolved "https://registry.yarnpkg.com/caching-transform/-/caching-transform-3.0.2.tgz#601d46b91eca87687a281e71cef99791b0efca70"
33873387
integrity sha512-Mtgcv3lh3U0zRii/6qVgQODdPA4G3zhG+jtbCWj39RXuUFTMzH0vcdMtaJS1jPowd+It2Pqr6y3NJMQqOqCE2w==
@@ -4143,6 +4143,17 @@ cosmiconfig@^5.0.1, cosmiconfig@^5.0.7, cosmiconfig@^5.2.0:
41434143
js-yaml "^3.13.0"
41444144
parse-json "^4.0.0"
41454145

4146+
cp-file@^6.2.0:
4147+
version "6.2.0"
4148+
resolved "https://registry.yarnpkg.com/cp-file/-/cp-file-6.2.0.tgz#40d5ea4a1def2a9acdd07ba5c0b0246ef73dc10d"
4149+
integrity sha512-fmvV4caBnofhPe8kOcitBwSn2f39QLjnAnGq3gO9dfd75mUytzKNZB1hde6QHunW2Rt+OwuBOMc3i1tNElbszA==
4150+
dependencies:
4151+
graceful-fs "^4.1.2"
4152+
make-dir "^2.0.0"
4153+
nested-error-stacks "^2.0.0"
4154+
pify "^4.0.1"
4155+
safe-buffer "^5.0.1"
4156+
41464157
create-error-class@^3.0.0:
41474158
version "3.0.2"
41484159
resolved "https://registry.yarnpkg.com/create-error-class/-/create-error-class-3.0.2.tgz#06be7abef947a3f14a30fd610671d401bca8b7b6"
@@ -5674,7 +5685,7 @@ find-babel-config@^1.1.0:
56745685
json5 "^0.5.1"
56755686
path-exists "^3.0.0"
56765687

5677-
find-cache-dir@^2.0.0:
5688+
find-cache-dir@^2.0.0, find-cache-dir@^2.1.0:
56785689
version "2.1.0"
56795690
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7"
56805691
integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==
@@ -7192,19 +7203,19 @@ issue-parser@^3.0.0:
71927203
lodash.isstring "^4.0.1"
71937204
lodash.uniqby "^4.7.0"
71947205

7195-
istanbul-lib-coverage@^2.0.3, istanbul-lib-coverage@^2.0.5:
7206+
istanbul-lib-coverage@^2.0.5:
71967207
version "2.0.5"
71977208
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz#675f0ab69503fad4b1d849f736baaca803344f49"
71987209
integrity sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==
71997210

7200-
istanbul-lib-hook@^2.0.3:
7211+
istanbul-lib-hook@^2.0.7:
72017212
version "2.0.7"
72027213
resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-2.0.7.tgz#c95695f383d4f8f60df1f04252a9550e15b5b133"
72037214
integrity sha512-vrRztU9VRRFDyC+aklfLoeXyNdTfga2EI3udDGn4cZ6fpSXpHLV9X6CHvfoMCPtggg8zvDDmC4b9xfu0z6/llA==
72047215
dependencies:
72057216
append-transform "^1.0.0"
72067217

7207-
istanbul-lib-instrument@^3.0.1:
7218+
istanbul-lib-instrument@^3.3.0:
72087219
version "3.3.0"
72097220
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz#a5f63d91f0bbc0c3e479ef4c5de027335ec6d630"
72107221
integrity sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==
@@ -7217,7 +7228,7 @@ istanbul-lib-instrument@^3.0.1:
72177228
istanbul-lib-coverage "^2.0.5"
72187229
semver "^6.0.0"
72197230

7220-
istanbul-lib-report@^2.0.4:
7231+
istanbul-lib-report@^2.0.8:
72217232
version "2.0.8"
72227233
resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-2.0.8.tgz#5a8113cd746d43c4889eba36ab10e7d50c9b4f33"
72237234
integrity sha512-fHBeG573EIihhAblwgxrSenp0Dby6tJMFR/HvlerBsrCTD5bkUuoNtn3gVh29ZCS824cGGBPn7Sg7cNk+2xUsQ==
@@ -7226,7 +7237,7 @@ istanbul-lib-report@^2.0.4:
72267237
make-dir "^2.1.0"
72277238
supports-color "^6.1.0"
72287239

7229-
istanbul-lib-source-maps@^3.0.2:
7240+
istanbul-lib-source-maps@^3.0.6:
72307241
version "3.0.6"
72317242
resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.6.tgz#284997c48211752ec486253da97e3879defba8c8"
72327243
integrity sha512-R47KzMtDJH6X4/YW9XTx+jrLnZnscW4VpNN+1PViSYTejLVPWv7oov+Duf8YQSPyVRUvueQqz1TcsC6mooZTXw==
@@ -7237,7 +7248,7 @@ istanbul-lib-source-maps@^3.0.2:
72377248
rimraf "^2.6.3"
72387249
source-map "^0.6.1"
72397250

7240-
istanbul-reports@^2.1.0:
7251+
istanbul-reports@^2.2.4:
72417252
version "2.2.4"
72427253
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-2.2.4.tgz#4e0d0ddf0f0ad5b49a314069d31b4f06afe49ad3"
72437254
integrity sha512-QCHGyZEK0bfi9GR215QSm+NJwFKEShbtc7tfbUdLAEzn3kKhLDDZqvljn8rPZM9v8CEOhzL1nlYoO4r1ryl67w==
@@ -7296,7 +7307,7 @@ js-tokens@^3.0.2:
72967307
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
72977308
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
72987309

7299-
js-yaml@^3.12.2, js-yaml@^3.13.0, js-yaml@^3.2.5, js-yaml@^3.2.7, js-yaml@^3.6.1:
7310+
js-yaml@^3.12.2, js-yaml@^3.13.0, js-yaml@^3.13.1, js-yaml@^3.2.5, js-yaml@^3.2.7, js-yaml@^3.6.1:
73007311
version "3.13.1"
73017312
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
73027313
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
@@ -8151,7 +8162,7 @@ magic-string@^0.24.0:
81518162
dependencies:
81528163
sourcemap-codec "^1.4.1"
81538164

8154-
make-dir@^1.0.0, make-dir@^1.3.0:
8165+
make-dir@^1.0.0:
81558166
version "1.3.0"
81568167
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
81578168
integrity sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==
@@ -8720,6 +8731,11 @@ nerf-dart@^1.0.0:
87208731
resolved "https://registry.yarnpkg.com/nerf-dart/-/nerf-dart-1.0.0.tgz#e6dab7febf5ad816ea81cf5c629c5a0ebde72c1a"
87218732
integrity sha1-5tq3/r9a2Bbqgc9cYpxaDr3nLBo=
87228733

8734+
nested-error-stacks@^2.0.0:
8735+
version "2.1.0"
8736+
resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61"
8737+
integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==
8738+
87238739
nice-try@^1.0.4:
87248740
version "1.0.5"
87258741
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
@@ -9178,35 +9194,36 @@ number-is-nan@^1.0.0:
91789194
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
91799195
integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
91809196

9181-
nyc@13.2.0:
9182-
version "13.2.0"
9183-
resolved "https://registry.yarnpkg.com/nyc/-/nyc-13.2.0.tgz#6a4a4b3f5f97b63ab491c665567557debcfa23d6"
9184-
integrity sha512-gQBlOqvfpYt9b2PZ7qElrHWt8x4y8ApNfbMBoDPdl3sY4/4RJwCxDGTSqhA9RnaguZjS5nW7taW8oToe86JLgQ==
9197+
nyc@14.1.0:
9198+
version "14.1.0"
9199+
resolved "https://registry.yarnpkg.com/nyc/-/nyc-14.1.0.tgz#ae864913a4c5a947bfaebeb66a488bdb1868c9a3"
9200+
integrity sha512-iy9fEV8Emevz3z/AanIZsoGa8F4U2p0JKevZ/F0sk+/B2r9E6Qn+EPs0bpxEhnAt6UPlTL8mQZIaSJy8sK0ZFw==
91859201
dependencies:
91869202
archy "^1.0.0"
9187-
arrify "^1.0.1"
9188-
caching-transform "^3.0.1"
9203+
caching-transform "^3.0.2"
91899204
convert-source-map "^1.6.0"
9190-
find-cache-dir "^2.0.0"
9205+
cp-file "^6.2.0"
9206+
find-cache-dir "^2.1.0"
91919207
find-up "^3.0.0"
91929208
foreground-child "^1.5.6"
91939209
glob "^7.1.3"
9194-
istanbul-lib-coverage "^2.0.3"
9195-
istanbul-lib-hook "^2.0.3"
9196-
istanbul-lib-instrument "^3.0.1"
9197-
istanbul-lib-report "^2.0.4"
9198-
istanbul-lib-source-maps "^3.0.2"
9199-
istanbul-reports "^2.1.0"
9200-
make-dir "^1.3.0"
9210+
istanbul-lib-coverage "^2.0.5"
9211+
istanbul-lib-hook "^2.0.7"
9212+
istanbul-lib-instrument "^3.3.0"
9213+
istanbul-lib-report "^2.0.8"
9214+
istanbul-lib-source-maps "^3.0.6"
9215+
istanbul-reports "^2.2.4"
9216+
js-yaml "^3.13.1"
9217+
make-dir "^2.1.0"
92019218
merge-source-map "^1.1.0"
92029219
resolve-from "^4.0.0"
92039220
rimraf "^2.6.3"
92049221
signal-exit "^3.0.2"
92059222
spawn-wrap "^1.4.2"
9206-
test-exclude "^5.1.0"
9223+
test-exclude "^5.2.3"
92079224
uuid "^3.3.2"
9208-
yargs "^12.0.5"
9209-
yargs-parser "^11.1.1"
9225+
yargs "^13.2.2"
9226+
yargs-parser "^13.0.0"
92109227

92119228
oauth-sign@~0.9.0:
92129229
version "0.9.0"
@@ -9346,7 +9363,7 @@ os-locale@^2.0.0:
93469363
lcid "^1.0.0"
93479364
mem "^1.1.0"
93489365

9349-
os-locale@^3.0.0:
9366+
os-locale@^3.0.0, os-locale@^3.1.0:
93509367
version "3.1.0"
93519368
resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.1.0.tgz#a802a6ee17f24c10483ab9935719cef4ed16bf1a"
93529369
integrity sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==
@@ -12174,7 +12191,7 @@ terser@^3.17.0:
1217412191
source-map "~0.6.1"
1217512192
source-map-support "~0.5.10"
1217612193

12177-
test-exclude@^5.1.0:
12194+
test-exclude@^5.2.3:
1217812195
version "5.2.3"
1217912196
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-5.2.3.tgz#c3d3e1e311eb7ee405e092dac10aefd09091eac0"
1218012197
integrity sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g==
@@ -13154,6 +13171,14 @@ yargs-parser@^11.1.1:
1315413171
camelcase "^5.0.0"
1315513172
decamelize "^1.2.0"
1315613173

13174+
yargs-parser@^13.0.0:
13175+
version "13.1.0"
13176+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.0.tgz#7016b6dd03e28e1418a510e258be4bff5a31138f"
13177+
integrity sha512-Yq+32PrijHRri0vVKQEm+ys8mbqWjLiwQkMFNXEENutzLPP0bE4Lcd4iA3OQY5HF+GD3xXxf0MEHb8E4/SA3AA==
13178+
dependencies:
13179+
camelcase "^5.0.0"
13180+
decamelize "^1.2.0"
13181+
1315713182
yargs-parser@^9.0.2:
1315813183
version "9.0.2"
1315913184
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077"
@@ -13179,7 +13204,7 @@ yargs@^11.0.0:
1317913204
y18n "^3.2.1"
1318013205
yargs-parser "^9.0.2"
1318113206

13182-
yargs@^12.0.0, yargs@^12.0.1, yargs@^12.0.5:
13207+
yargs@^12.0.0, yargs@^12.0.1:
1318313208
version "12.0.5"
1318413209
resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13"
1318513210
integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==
@@ -13197,6 +13222,23 @@ yargs@^12.0.0, yargs@^12.0.1, yargs@^12.0.5:
1319713222
y18n "^3.2.1 || ^4.0.0"
1319813223
yargs-parser "^11.1.1"
1319913224

13225+
yargs@^13.2.2:
13226+
version "13.2.2"
13227+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.2.2.tgz#0c101f580ae95cea7f39d927e7770e3fdc97f993"
13228+
integrity sha512-WyEoxgyTD3w5XRpAQNYUB9ycVH/PQrToaTXdYXRdOXvEy1l19br+VJsc0vcO8PTGg5ro/l/GY7F/JMEBmI0BxA==
13229+
dependencies:
13230+
cliui "^4.0.0"
13231+
find-up "^3.0.0"
13232+
get-caller-file "^2.0.1"
13233+
os-locale "^3.1.0"
13234+
require-directory "^2.1.1"
13235+
require-main-filename "^2.0.0"
13236+
set-blocking "^2.0.0"
13237+
string-width "^3.0.0"
13238+
which-module "^2.0.0"
13239+
y18n "^4.0.0"
13240+
yargs-parser "^13.0.0"
13241+
1320013242
yeast@0.1.2:
1320113243
version "0.1.2"
1320213244
resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"

0 commit comments

Comments
 (0)
Please sign in to comment.