Skip to content

Commit b7ba5bf

Browse files
build(deps-dev): bump codecov from 3.0.0 to 3.7.1
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.0.0 to 3.7.1. - [Release notes](https://github.com/codecov/codecov-node/releases) - [Commits](codecov/codecov-node@v3.0.0...v3.7.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7290ab commit b7ba5bf

File tree

1 file changed

+81
-16
lines changed

1 file changed

+81
-16
lines changed

yarn.lock

Lines changed: 81 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,11 @@
340340
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5"
341341
integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==
342342

343+
"@tootallnate/once@1":
344+
version "1.1.2"
345+
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
346+
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
347+
343348
"@types/events@*":
344349
version "3.0.0"
345350
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
@@ -418,6 +423,18 @@ agent-base@4, agent-base@^4.3.0:
418423
dependencies:
419424
es6-promisify "^5.0.0"
420425

426+
agent-base@5:
427+
version "5.1.1"
428+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-5.1.1.tgz#e8fb3f242959db44d63be665db7a8e739537a32c"
429+
integrity sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==
430+
431+
agent-base@6:
432+
version "6.0.2"
433+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
434+
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
435+
dependencies:
436+
debug "4"
437+
421438
agent-base@~4.2.1:
422439
version "4.2.1"
423440
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.2.1.tgz#d89e5999f797875674c07d87f260fc41e83e8ca9"
@@ -1317,11 +1334,14 @@ code-point-at@^1.0.0:
13171334
resolved "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
13181335

13191336
codecov@^3.0.0:
1320-
version "3.0.0"
1321-
resolved "https://registry.npmjs.org/codecov/-/codecov-3.0.0.tgz#c273b8c4f12945723e8dc9d25803d89343e5f28e"
1337+
version "3.7.1"
1338+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.7.1.tgz#434cb8d55f18ef01672e5739d3d266696bebc202"
1339+
integrity sha512-JHWxyPTkMLLJn9SmKJnwAnvY09kg2Os2+Ux+GG7LwZ9g8gzDDISpIN5wAsH1UBaafA/yGcd3KofMaorE8qd6Lw==
13221340
dependencies:
13231341
argv "0.0.2"
1324-
request "2.81.0"
1342+
ignore-walk "3.0.3"
1343+
js-yaml "3.13.1"
1344+
teeny-request "6.0.1"
13251345
urlgrey "0.4.4"
13261346

13271347
collection-visit@^1.0.0:
@@ -1667,6 +1687,13 @@ [email protected]:
16671687
dependencies:
16681688
ms "^2.1.1"
16691689

1690+
debug@4:
1691+
version "4.3.1"
1692+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
1693+
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
1694+
dependencies:
1695+
ms "2.1.2"
1696+
16701697
debug@^2.1.1, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8:
16711698
version "2.6.9"
16721699
resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -3109,6 +3136,15 @@ http-proxy-agent@^2.1.0:
31093136
agent-base "4"
31103137
debug "3.1.0"
31113138

3139+
http-proxy-agent@^4.0.0:
3140+
version "4.0.1"
3141+
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a"
3142+
integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==
3143+
dependencies:
3144+
"@tootallnate/once" "1"
3145+
agent-base "6"
3146+
debug "4"
3147+
31123148
http-signature@~1.1.0:
31133149
version "1.1.1"
31143150
resolved "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz#df72e267066cd0ac67fb76adf8e134a8fbcf91bf"
@@ -3133,6 +3169,14 @@ https-proxy-agent@^2.2.1:
31333169
agent-base "^4.3.0"
31343170
debug "^3.1.0"
31353171

3172+
https-proxy-agent@^4.0.0:
3173+
version "4.0.0"
3174+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-4.0.0.tgz#702b71fb5520a132a66de1f67541d9e62154d82b"
3175+
integrity sha512-zoDhWrkR3of1l9QAL8/scJZyLu8j/gBkcwcaQOZh7Gyh/+uJQzGVETdgT30akuwkpL8HTRfssqI3BZuV18teDg==
3176+
dependencies:
3177+
agent-base "5"
3178+
debug "4"
3179+
31363180
humanize-ms@^1.2.1:
31373181
version "1.2.1"
31383182
resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed"
@@ -3169,10 +3213,10 @@ ignore-by-default@^1.0.1:
31693213
version "1.0.1"
31703214
resolved "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz#48ca6d72f6c6a3af00a9ad4ae6876be3889e2b09"
31713215

3172-
ignore-walk@^3.0.1:
3173-
version "3.0.1"
3174-
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.1.tgz#a83e62e7d272ac0e3b551aaa82831a19b69f82f8"
3175-
integrity sha512-DTVlMx3IYPe0/JJcYP7Gxg7ttZZu3IInhuEhbchuqneY9wWe5Ojy2mXLBaQFUQmo0AW2r3qG7m1mg86js+gnlQ==
3216+
ignore-walk@3.0.3, ignore-walk@^3.0.1:
3217+
version "3.0.3"
3218+
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.3.tgz#017e2447184bfeade7c238e4aefdd1e8f95b1e37"
3219+
integrity sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==
31763220
dependencies:
31773221
minimatch "^3.0.4"
31783222

@@ -3775,14 +3819,7 @@ [email protected]:
37753819
argparse "^1.0.7"
37763820
esprima "^4.0.0"
37773821

3778-
[email protected], js-yaml@^3.5.1, js-yaml@^3.9.0:
3779-
version "3.10.0"
3780-
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
3781-
dependencies:
3782-
argparse "^1.0.7"
3783-
esprima "^4.0.0"
3784-
3785-
js-yaml@^3.13.1:
3822+
[email protected], [email protected], js-yaml@^3.13.1, js-yaml@^3.5.1, js-yaml@^3.9.0:
37863823
version "3.13.1"
37873824
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
37883825
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
@@ -4730,7 +4767,7 @@ [email protected], ms@^2.1.1:
47304767
version "2.1.1"
47314768
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
47324769

4733-
ms@^2.0.0:
4770+
ms@2.1.2, ms@^2.0.0:
47344771
version "2.1.2"
47354772
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
47364773
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
@@ -4829,6 +4866,11 @@ node-fetch-npm@^2.0.2:
48294866
json-parse-better-errors "^1.0.0"
48304867
safe-buffer "^5.1.1"
48314868

4869+
node-fetch@^2.2.0:
4870+
version "2.6.1"
4871+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4872+
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4873+
48324874
node-fetch@^2.3.0:
48334875
version "2.6.0"
48344876
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
@@ -6767,6 +6809,13 @@ stream-each@^1.1.0:
67676809
end-of-stream "^1.1.0"
67686810
stream-shift "^1.0.0"
67696811

6812+
stream-events@^1.0.5:
6813+
version "1.0.5"
6814+
resolved "https://registry.yarnpkg.com/stream-events/-/stream-events-1.0.5.tgz#bbc898ec4df33a4902d892333d47da9bf1c406d5"
6815+
integrity sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg==
6816+
dependencies:
6817+
stubs "^3.0.0"
6818+
67706819
stream-iterate@^1.1.0:
67716820
version "1.2.0"
67726821
resolved "https://registry.yarnpkg.com/stream-iterate/-/stream-iterate-1.2.0.tgz#2bd7c77296c1702a46488b8ad41f79865eecd4e1"
@@ -6906,6 +6955,11 @@ [email protected], strip-json-comments@~2.0.1:
69066955
version "2.0.1"
69076956
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
69086957

6958+
stubs@^3.0.0:
6959+
version "3.0.0"
6960+
resolved "https://registry.yarnpkg.com/stubs/-/stubs-3.0.0.tgz#e8d2ba1fa9c90570303c030b6900f7d5f89abe5b"
6961+
integrity sha1-6NK6H6nJBXAwPAMLaQD31fiavls=
6962+
69096963
success-symbol@^0.1.0:
69106964
version "0.1.0"
69116965
resolved "https://registry.npmjs.org/success-symbol/-/success-symbol-0.1.0.tgz#24022e486f3bf1cdca094283b769c472d3b72897"
@@ -6992,6 +7046,17 @@ tar@^4.4.10, tar@^4.4.8:
69927046
safe-buffer "^5.1.2"
69937047
yallist "^3.0.3"
69947048

7049+
7050+
version "6.0.1"
7051+
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-6.0.1.tgz#9b1f512cef152945827ba7e34f62523a4ce2c5b0"
7052+
integrity sha512-TAK0c9a00ELOqLrZ49cFxvPVogMUFaWY8dUsQc/0CuQPGF+BOxOQzXfE413BAk2kLomwNplvdtMpeaeGWmoc2g==
7053+
dependencies:
7054+
http-proxy-agent "^4.0.0"
7055+
https-proxy-agent "^4.0.0"
7056+
node-fetch "^2.2.0"
7057+
stream-events "^1.0.5"
7058+
uuid "^3.3.2"
7059+
69957060
term-size@^1.2.0:
69967061
version "1.2.0"
69977062
resolved "https://registry.npmjs.org/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69"

0 commit comments

Comments
 (0)