Skip to content

Commit 128912f

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 2d6ea93 commit 128912f

File tree

2 files changed

+42
-14
lines changed

2 files changed

+42
-14
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": "2.7.0",
3131
"jest": "^23.5.0",
3232
"lint-staged": "9.2.1",

yarn.lock

+41-13
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ acorn@^5.0.0, acorn@^5.5.3:
9090
version "5.7.1"
9191
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.1.tgz#f095829297706a7c9776958c0afc8930a9b9d9d8"
9292

93+
agent-base@^4.3.0:
94+
version "4.3.0"
95+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
96+
dependencies:
97+
es6-promisify "^5.0.0"
98+
9399
ajv@^5.3.0:
94100
version "5.5.2"
95101
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
@@ -619,14 +625,14 @@ code-point-at@^1.0.0:
619625
version "1.1.0"
620626
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
621627

622-
codecov@3.1.0:
623-
version "3.1.0"
624-
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.1.0.tgz#340bd968d361f256976b5af782dd8ba9f82bc849"
628+
codecov@3.5.0:
629+
version "3.5.0"
630+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.5.0.tgz#3d0748932f9cb41e1ad7f21fa346ef1b2b1bed47"
625631
dependencies:
626632
argv "^0.0.2"
627633
ignore-walk "^3.0.1"
628-
js-yaml "^3.12.0"
629-
request "^2.87.0"
634+
js-yaml "^3.13.1"
635+
teeny-request "^3.11.3"
630636
urlgrey "^0.4.4"
631637

632638
collection-visit@^1.0.0:
@@ -901,6 +907,16 @@ es-to-primitive@^1.1.1:
901907
is-date-object "^1.0.1"
902908
is-symbol "^1.0.1"
903909

910+
es6-promise@^4.0.3:
911+
version "4.2.8"
912+
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a"
913+
914+
es6-promisify@^5.0.0:
915+
version "5.0.0"
916+
resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203"
917+
dependencies:
918+
es6-promise "^4.0.3"
919+
904920
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
905921
version "1.0.5"
906922
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
@@ -1440,6 +1456,13 @@ http-signature@~1.2.0:
14401456
jsprim "^1.2.2"
14411457
sshpk "^1.7.0"
14421458

1459+
https-proxy-agent@^2.2.1:
1460+
version "2.2.2"
1461+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.2.tgz#271ea8e90f836ac9f119daccd39c19ff7dfb0793"
1462+
dependencies:
1463+
agent-base "^4.3.0"
1464+
debug "^3.1.0"
1465+
14431466
husky@2.7.0:
14441467
version "2.7.0"
14451468
resolved "https://registry.yarnpkg.com/husky/-/husky-2.7.0.tgz#c0a9a6a3b51146224e11bba0b46bba546e461d05"
@@ -2138,14 +2161,7 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
21382161
version "4.0.0"
21392162
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
21402163

2141-
js-yaml@^3.12.0, js-yaml@^3.7.0:
2142-
version "3.12.0"
2143-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
2144-
dependencies:
2145-
argparse "^1.0.7"
2146-
esprima "^4.0.0"
2147-
2148-
js-yaml@^3.13.1:
2164+
js-yaml@^3.13.1, js-yaml@^3.7.0:
21492165
version "3.13.1"
21502166
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
21512167
dependencies:
@@ -2601,6 +2617,10 @@ nice-try@^1.0.4:
26012617
version "1.0.5"
26022618
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
26032619

2620+
node-fetch@^2.2.0:
2621+
version "2.6.0"
2622+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
2623+
26042624
node-int64@^0.4.0:
26052625
version "0.4.0"
26062626
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
@@ -3605,6 +3625,14 @@ tar@^4:
36053625
safe-buffer "^5.1.2"
36063626
yallist "^3.0.2"
36073627

3628+
teeny-request@^3.11.3:
3629+
version "3.11.3"
3630+
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-3.11.3.tgz#335c629f7645e5d6599362df2f3230c4cbc23a55"
3631+
dependencies:
3632+
https-proxy-agent "^2.2.1"
3633+
node-fetch "^2.2.0"
3634+
uuid "^3.3.2"
3635+
36083636
test-exclude@^4.2.1:
36093637
version "4.2.1"
36103638
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.2.1.tgz#dfa222f03480bca69207ca728b37d74b45f724fa"

0 commit comments

Comments
 (0)