Skip to content

Commit 4679868

Browse files
Bump codecov from 3.1.0 to 3.5.0
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.1.0 to 3.5.0. - [Release notes](https://github.com/codecov/codecov-node/releases) - [Commits](https://github.com/codecov/codecov-node/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 972e999 commit 4679868

File tree

2 files changed

+44
-9
lines changed

2 files changed

+44
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@types/jest": "^23.3.2",
29-
"codecov": "3.1.0",
29+
"codecov": "3.5.0",
3030
"husky": "1.0.0-rc.13",
3131
"jest": "^23.5.0",
3232
"lint-staged": "7.2.2",

yarn.lock

+43-8
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ acorn@^5.0.0, acorn@^5.5.3:
4848
version "5.7.1"
4949
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.1.tgz#f095829297706a7c9776958c0afc8930a9b9d9d8"
5050

51+
agent-base@^4.1.0:
52+
version "4.3.0"
53+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
54+
dependencies:
55+
es6-promisify "^5.0.0"
56+
5157
ajv@^5.3.0:
5258
version "5.5.2"
5359
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
@@ -563,14 +569,14 @@ code-point-at@^1.0.0:
563569
version "1.1.0"
564570
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
565571

566-
codecov@3.1.0:
567-
version "3.1.0"
568-
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.1.0.tgz#340bd968d361f256976b5af782dd8ba9f82bc849"
572+
codecov@3.5.0:
573+
version "3.5.0"
574+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.5.0.tgz#3d0748932f9cb41e1ad7f21fa346ef1b2b1bed47"
569575
dependencies:
570576
argv "^0.0.2"
571577
ignore-walk "^3.0.1"
572-
js-yaml "^3.12.0"
573-
request "^2.87.0"
578+
js-yaml "^3.13.1"
579+
teeny-request "^3.11.3"
574580
urlgrey "^0.4.4"
575581

576582
collection-visit@^1.0.0:
@@ -806,6 +812,16 @@ es-to-primitive@^1.1.1:
806812
is-date-object "^1.0.1"
807813
is-symbol "^1.0.1"
808814

815+
es6-promise@^4.0.3:
816+
version "4.2.6"
817+
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.6.tgz#b685edd8258886365ea62b57d30de28fadcd974f"
818+
819+
es6-promisify@^5.0.0:
820+
version "5.0.0"
821+
resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203"
822+
dependencies:
823+
es6-promise "^4.0.3"
824+
809825
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
810826
version "1.0.5"
811827
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
@@ -1261,6 +1277,13 @@ http-signature@~1.2.0:
12611277
jsprim "^1.2.2"
12621278
sshpk "^1.7.0"
12631279

1280+
https-proxy-agent@^2.2.1:
1281+
version "2.2.1"
1282+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.1.tgz#51552970fa04d723e04c56d04178c3f92592bbc0"
1283+
dependencies:
1284+
agent-base "^4.1.0"
1285+
debug "^3.1.0"
1286+
12641287
husky@1.0.0-rc.13:
12651288
version "1.0.0-rc.13"
12661289
resolved "https://registry.yarnpkg.com/husky/-/husky-1.0.0-rc.13.tgz#49c3cc210bfeac24d4ad272f770b7505c9091828"
@@ -1930,9 +1953,9 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
19301953
version "4.0.0"
19311954
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
19321955

1933-
js-yaml@^3.12.0, js-yaml@^3.7.0, js-yaml@^3.9.0:
1934-
version "3.12.0"
1935-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
1956+
js-yaml@^3.13.1, js-yaml@^3.7.0, js-yaml@^3.9.0:
1957+
version "3.13.1"
1958+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
19361959
dependencies:
19371960
argparse "^1.0.7"
19381961
esprima "^4.0.0"
@@ -2368,6 +2391,10 @@ needle@^2.2.1:
23682391
iconv-lite "^0.4.4"
23692392
sax "^1.2.4"
23702393

2394+
node-fetch@^2.2.0:
2395+
version "2.6.0"
2396+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
2397+
23712398
node-int64@^0.4.0:
23722399
version "0.4.0"
23732400
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
@@ -3316,6 +3343,14 @@ tar@^4:
33163343
safe-buffer "^5.1.2"
33173344
yallist "^3.0.2"
33183345

3346+
teeny-request@^3.11.3:
3347+
version "3.11.3"
3348+
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-3.11.3.tgz#335c629f7645e5d6599362df2f3230c4cbc23a55"
3349+
dependencies:
3350+
https-proxy-agent "^2.2.1"
3351+
node-fetch "^2.2.0"
3352+
uuid "^3.3.2"
3353+
33193354
test-exclude@^4.2.1:
33203355
version "4.2.1"
33213356
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.2.1.tgz#dfa222f03480bca69207ca728b37d74b45f724fa"

0 commit comments

Comments
 (0)