Skip to content

Commit 2b5428d

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 6a593cf commit 2b5428d

File tree

2 files changed

+42
-14
lines changed

2 files changed

+42
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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": "2.7.0",
3131
"jest": "^23.5.0",
3232
"lint-staged": "7.2.2",

yarn.lock

Lines changed: 41 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ acorn@^5.0.0, acorn@^5.5.3:
5252
version "5.7.1"
5353
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.1.tgz#f095829297706a7c9776958c0afc8930a9b9d9d8"
5454

55+
agent-base@^4.1.0:
56+
version "4.3.0"
57+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
58+
dependencies:
59+
es6-promisify "^5.0.0"
60+
5561
ajv@^5.3.0:
5662
version "5.5.2"
5763
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
@@ -579,14 +585,14 @@ code-point-at@^1.0.0:
579585
version "1.1.0"
580586
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
581587

582-
codecov@3.1.0:
583-
version "3.1.0"
584-
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.1.0.tgz#340bd968d361f256976b5af782dd8ba9f82bc849"
588+
codecov@3.5.0:
589+
version "3.5.0"
590+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.5.0.tgz#3d0748932f9cb41e1ad7f21fa346ef1b2b1bed47"
585591
dependencies:
586592
argv "^0.0.2"
587593
ignore-walk "^3.0.1"
588-
js-yaml "^3.12.0"
589-
request "^2.87.0"
594+
js-yaml "^3.13.1"
595+
teeny-request "^3.11.3"
590596
urlgrey "^0.4.4"
591597

592598
collection-visit@^1.0.0:
@@ -839,6 +845,16 @@ es-to-primitive@^1.1.1:
839845
is-date-object "^1.0.1"
840846
is-symbol "^1.0.1"
841847

848+
es6-promise@^4.0.3:
849+
version "4.2.8"
850+
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a"
851+
852+
es6-promisify@^5.0.0:
853+
version "5.0.0"
854+
resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203"
855+
dependencies:
856+
es6-promise "^4.0.3"
857+
842858
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
843859
version "1.0.5"
844860
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
@@ -1319,6 +1335,13 @@ http-signature@~1.2.0:
13191335
jsprim "^1.2.2"
13201336
sshpk "^1.7.0"
13211337

1338+
https-proxy-agent@^2.2.1:
1339+
version "2.2.1"
1340+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.1.tgz#51552970fa04d723e04c56d04178c3f92592bbc0"
1341+
dependencies:
1342+
agent-base "^4.1.0"
1343+
debug "^3.1.0"
1344+
13221345
husky@2.7.0:
13231346
version "2.7.0"
13241347
resolved "https://registry.yarnpkg.com/husky/-/husky-2.7.0.tgz#c0a9a6a3b51146224e11bba0b46bba546e461d05"
@@ -1995,14 +2018,7 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
19952018
version "4.0.0"
19962019
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
19972020

1998-
js-yaml@^3.12.0, js-yaml@^3.7.0:
1999-
version "3.12.0"
2000-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
2001-
dependencies:
2002-
argparse "^1.0.7"
2003-
esprima "^4.0.0"
2004-
2005-
js-yaml@^3.13.1:
2021+
js-yaml@^3.13.1, js-yaml@^3.7.0:
20062022
version "3.13.1"
20072023
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
20082024
dependencies:
@@ -2450,6 +2466,10 @@ nice-try@^1.0.4:
24502466
version "1.0.5"
24512467
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
24522468

2469+
node-fetch@^2.2.0:
2470+
version "2.6.0"
2471+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
2472+
24532473
node-int64@^0.4.0:
24542474
version "0.4.0"
24552475
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
@@ -3437,6 +3457,14 @@ tar@^4:
34373457
safe-buffer "^5.1.2"
34383458
yallist "^3.0.2"
34393459

3460+
teeny-request@^3.11.3:
3461+
version "3.11.3"
3462+
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-3.11.3.tgz#335c629f7645e5d6599362df2f3230c4cbc23a55"
3463+
dependencies:
3464+
https-proxy-agent "^2.2.1"
3465+
node-fetch "^2.2.0"
3466+
uuid "^3.3.2"
3467+
34403468
test-exclude@^4.2.1:
34413469
version "4.2.1"
34423470
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.2.1.tgz#dfa222f03480bca69207ca728b37d74b45f724fa"

0 commit comments

Comments
 (0)