Skip to content

Commit 36cdd8b

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 635fc73 commit 36cdd8b

File tree

1 file changed

+76
-23
lines changed

1 file changed

+76
-23
lines changed

yarn.lock

Lines changed: 76 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,11 @@
304304
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5"
305305
integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==
306306

307+
"@tootallnate/once@1":
308+
version "1.1.2"
309+
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
310+
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
311+
307312
"@types/events@*":
308313
version "3.0.0"
309314
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
@@ -382,6 +387,18 @@ agent-base@4, agent-base@^4.3.0:
382387
dependencies:
383388
es6-promisify "^5.0.0"
384389

390+
agent-base@5:
391+
version "5.1.1"
392+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-5.1.1.tgz#e8fb3f242959db44d63be665db7a8e739537a32c"
393+
integrity sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==
394+
395+
agent-base@6:
396+
version "6.0.1"
397+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.1.tgz#808007e4e5867decb0ab6ab2f928fbdb5a596db4"
398+
integrity sha512-01q25QQDwLSsyfhrKbn8yuur+JNw0H+0Y4JiGIKd3z9aYk/w/2kxD/Upc+t2ZBBSUNff50VjPsSW2YxM8QYKVg==
399+
dependencies:
400+
debug "4"
401+
385402
agent-base@~4.2.1:
386403
version "4.2.1"
387404
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.2.1.tgz#d89e5999f797875674c07d87f260fc41e83e8ca9"
@@ -1272,11 +1289,14 @@ code-point-at@^1.0.0:
12721289
resolved "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
12731290

12741291
codecov@^3.0.0:
1275-
version "3.0.0"
1276-
resolved "https://registry.npmjs.org/codecov/-/codecov-3.0.0.tgz#c273b8c4f12945723e8dc9d25803d89343e5f28e"
1292+
version "3.7.1"
1293+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.7.1.tgz#434cb8d55f18ef01672e5739d3d266696bebc202"
1294+
integrity sha512-JHWxyPTkMLLJn9SmKJnwAnvY09kg2Os2+Ux+GG7LwZ9g8gzDDISpIN5wAsH1UBaafA/yGcd3KofMaorE8qd6Lw==
12771295
dependencies:
12781296
argv "0.0.2"
1279-
request "2.81.0"
1297+
ignore-walk "3.0.3"
1298+
js-yaml "3.13.1"
1299+
teeny-request "6.0.1"
12801300
urlgrey "0.4.4"
12811301

12821302
collection-visit@^1.0.0:
@@ -1620,19 +1640,19 @@ [email protected]:
16201640
dependencies:
16211641
ms "^2.1.1"
16221642

1623-
debug@^2.1.1, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8:
1624-
version "2.6.9"
1625-
resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
1626-
dependencies:
1627-
ms "2.0.0"
1628-
1629-
debug@^4.0.0:
1643+
debug@4, debug@^4.0.0:
16301644
version "4.1.1"
16311645
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
16321646
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
16331647
dependencies:
16341648
ms "^2.1.1"
16351649

1650+
debug@^2.1.1, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8:
1651+
version "2.6.9"
1652+
resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
1653+
dependencies:
1654+
ms "2.0.0"
1655+
16361656
debuglog@^1.0.1:
16371657
version "1.0.1"
16381658
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
@@ -3061,6 +3081,15 @@ http-proxy-agent@^2.1.0:
30613081
agent-base "4"
30623082
debug "3.1.0"
30633083

3084+
http-proxy-agent@^4.0.0:
3085+
version "4.0.1"
3086+
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a"
3087+
integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==
3088+
dependencies:
3089+
"@tootallnate/once" "1"
3090+
agent-base "6"
3091+
debug "4"
3092+
30643093
http-signature@~1.1.0:
30653094
version "1.1.1"
30663095
resolved "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz#df72e267066cd0ac67fb76adf8e134a8fbcf91bf"
@@ -3085,6 +3114,14 @@ https-proxy-agent@^2.2.1:
30853114
agent-base "^4.3.0"
30863115
debug "^3.1.0"
30873116

3117+
https-proxy-agent@^4.0.0:
3118+
version "4.0.0"
3119+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-4.0.0.tgz#702b71fb5520a132a66de1f67541d9e62154d82b"
3120+
integrity sha512-zoDhWrkR3of1l9QAL8/scJZyLu8j/gBkcwcaQOZh7Gyh/+uJQzGVETdgT30akuwkpL8HTRfssqI3BZuV18teDg==
3121+
dependencies:
3122+
agent-base "5"
3123+
debug "4"
3124+
30883125
humanize-ms@^1.2.1:
30893126
version "1.2.1"
30903127
resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed"
@@ -3121,10 +3158,10 @@ ignore-by-default@^1.0.1:
31213158
version "1.0.1"
31223159
resolved "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz#48ca6d72f6c6a3af00a9ad4ae6876be3889e2b09"
31233160

3124-
ignore-walk@^3.0.1:
3125-
version "3.0.1"
3126-
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.1.tgz#a83e62e7d272ac0e3b551aaa82831a19b69f82f8"
3127-
integrity sha512-DTVlMx3IYPe0/JJcYP7Gxg7ttZZu3IInhuEhbchuqneY9wWe5Ojy2mXLBaQFUQmo0AW2r3qG7m1mg86js+gnlQ==
3161+
ignore-walk@3.0.3, ignore-walk@^3.0.1:
3162+
version "3.0.3"
3163+
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.3.tgz#017e2447184bfeade7c238e4aefdd1e8f95b1e37"
3164+
integrity sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==
31283165
dependencies:
31293166
minimatch "^3.0.4"
31303167

@@ -3727,14 +3764,7 @@ [email protected]:
37273764
argparse "^1.0.7"
37283765
esprima "^4.0.0"
37293766

3730-
[email protected], js-yaml@^3.5.1, js-yaml@^3.9.0:
3731-
version "3.10.0"
3732-
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
3733-
dependencies:
3734-
argparse "^1.0.7"
3735-
esprima "^4.0.0"
3736-
3737-
js-yaml@^3.13.1:
3767+
[email protected], [email protected], js-yaml@^3.13.1, js-yaml@^3.5.1, js-yaml@^3.9.0:
37383768
version "3.13.1"
37393769
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
37403770
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
@@ -4759,7 +4789,7 @@ node-fetch-npm@^2.0.2:
47594789
json-parse-better-errors "^1.0.0"
47604790
safe-buffer "^5.1.1"
47614791

4762-
node-fetch@^2.3.0:
4792+
node-fetch@^2.2.0, node-fetch@^2.3.0:
47634793
version "2.6.0"
47644794
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
47654795
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
@@ -6707,6 +6737,13 @@ stream-each@^1.1.0:
67076737
end-of-stream "^1.1.0"
67086738
stream-shift "^1.0.0"
67096739

6740+
stream-events@^1.0.5:
6741+
version "1.0.5"
6742+
resolved "https://registry.yarnpkg.com/stream-events/-/stream-events-1.0.5.tgz#bbc898ec4df33a4902d892333d47da9bf1c406d5"
6743+
integrity sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg==
6744+
dependencies:
6745+
stubs "^3.0.0"
6746+
67106747
stream-iterate@^1.1.0:
67116748
version "1.2.0"
67126749
resolved "https://registry.yarnpkg.com/stream-iterate/-/stream-iterate-1.2.0.tgz#2bd7c77296c1702a46488b8ad41f79865eecd4e1"
@@ -6846,6 +6883,11 @@ [email protected], strip-json-comments@~2.0.1:
68466883
version "2.0.1"
68476884
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
68486885

6886+
stubs@^3.0.0:
6887+
version "3.0.0"
6888+
resolved "https://registry.yarnpkg.com/stubs/-/stubs-3.0.0.tgz#e8d2ba1fa9c90570303c030b6900f7d5f89abe5b"
6889+
integrity sha1-6NK6H6nJBXAwPAMLaQD31fiavls=
6890+
68496891
success-symbol@^0.1.0:
68506892
version "0.1.0"
68516893
resolved "https://registry.npmjs.org/success-symbol/-/success-symbol-0.1.0.tgz#24022e486f3bf1cdca094283b769c472d3b72897"
@@ -6932,6 +6974,17 @@ tar@^4.4.10, tar@^4.4.8:
69326974
safe-buffer "^5.1.2"
69336975
yallist "^3.0.3"
69346976

6977+
6978+
version "6.0.1"
6979+
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-6.0.1.tgz#9b1f512cef152945827ba7e34f62523a4ce2c5b0"
6980+
integrity sha512-TAK0c9a00ELOqLrZ49cFxvPVogMUFaWY8dUsQc/0CuQPGF+BOxOQzXfE413BAk2kLomwNplvdtMpeaeGWmoc2g==
6981+
dependencies:
6982+
http-proxy-agent "^4.0.0"
6983+
https-proxy-agent "^4.0.0"
6984+
node-fetch "^2.2.0"
6985+
stream-events "^1.0.5"
6986+
uuid "^3.3.2"
6987+
69356988
term-size@^1.2.0:
69366989
version "1.2.0"
69376990
resolved "https://registry.npmjs.org/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69"

0 commit comments

Comments
 (0)