Skip to content

Commit ed9fe2d

Browse files
build(deps-dev): bump codecov from 3.7.0 to 3.8.3
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.7.0 to 3.8.3. - [Release notes](https://github.com/codecov/codecov-node/releases) - [Changelog](https://github.com/codecov/codecov-node/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-node@v3.7.0...v3.8.3) --- updated-dependencies: - dependency-name: codecov dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43200d0 commit ed9fe2d

File tree

1 file changed

+80
-25
lines changed

1 file changed

+80
-25
lines changed

yarn.lock

Lines changed: 80 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2210,15 +2210,15 @@ code-point-at@^1.0.0:
22102210
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
22112211

22122212
codecov@^3.7.0:
2213-
version "3.7.0"
2214-
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.7.0.tgz#4a09939cde24447a43f36d068e8b4e0188dc3f27"
2215-
integrity sha512-uIixKofG099NbUDyzRk1HdGtaG8O+PBUAg3wfmjwXw2+ek+PZp+puRvbTohqrVfuudaezivJHFgTtSC3M8MXww==
2213+
version "3.8.3"
2214+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.8.3.tgz#9c3e364b8a700c597346ae98418d09880a3fdbe7"
2215+
integrity sha512-Y8Hw+V3HgR7V71xWH2vQ9lyS358CbGCldWlJFR0JirqoGtOoas3R3/OclRTvgUYFK29mmJICDPauVKmpqbwhOA==
22162216
dependencies:
22172217
argv "0.0.2"
2218-
ignore-walk "3.0.3"
2219-
js-yaml "3.13.1"
2220-
teeny-request "6.0.1"
2221-
urlgrey "0.4.4"
2218+
ignore-walk "3.0.4"
2219+
js-yaml "3.14.1"
2220+
teeny-request "7.1.1"
2221+
urlgrey "1.0.0"
22222222

22232223
collection-visit@^1.0.0:
22242224
version "1.0.0"
@@ -3336,6 +3336,13 @@ fast-levenshtein@~2.0.6:
33363336
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
33373337
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
33383338

3339+
fast-url-parser@^1.1.3:
3340+
version "1.1.3"
3341+
resolved "https://registry.yarnpkg.com/fast-url-parser/-/fast-url-parser-1.1.3.tgz#f4af3ea9f34d8a271cf58ad2b3759f431f0b318d"
3342+
integrity sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==
3343+
dependencies:
3344+
punycode "^1.3.2"
3345+
33393346
fastq@^1.6.0:
33403347
version "1.6.0"
33413348
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.6.0.tgz#4ec8a38f4ac25f21492673adb7eae9cfef47d1c2"
@@ -4132,6 +4139,14 @@ https-proxy-agent@^4.0.0:
41324139
agent-base "5"
41334140
debug "4"
41344141

4142+
https-proxy-agent@^5.0.0:
4143+
version "5.0.1"
4144+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
4145+
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
4146+
dependencies:
4147+
agent-base "6"
4148+
debug "4"
4149+
41354150
human-signals@^1.1.1:
41364151
version "1.1.1"
41374152
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
@@ -4177,10 +4192,10 @@ iferr@^1.0.2:
41774192
resolved "https://registry.yarnpkg.com/iferr/-/iferr-1.0.2.tgz#e9fde49a9da06dc4a4194c6c9ed6d08305037a6d"
41784193
integrity sha512-9AfeLfji44r5TKInjhz3W9DyZI1zR1JAf2hVBMGhddAKPqBsupb89jGfbCTHIGZd6fGZl9WlHdn4AObygyMKwg==
41794194

4180-
ignore-walk@3.0.3, ignore-walk@^3.0.1:
4181-
version "3.0.3"
4182-
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.3.tgz#017e2447184bfeade7c238e4aefdd1e8f95b1e37"
4183-
integrity sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==
4195+
ignore-walk@3.0.4, ignore-walk@^3.0.1:
4196+
version "3.0.4"
4197+
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.4.tgz#c9a09f69b7c7b479a5d74ac1a3c0d4236d2a6335"
4198+
integrity sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==
41844199
dependencies:
41854200
minimatch "^3.0.4"
41864201

@@ -4825,14 +4840,22 @@ js-tokens@^3.0.2:
48254840
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
48264841
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
48274842

4828-
js-yaml@3.13.1, js-yaml@3.x, js-yaml@^3.13.0, js-yaml@^3.13.1, js-yaml@^3.9.0, js-yaml@^3.9.1:
4843+
js-yaml@3.13.1:
48294844
version "3.13.1"
48304845
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
48314846
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
48324847
dependencies:
48334848
argparse "^1.0.7"
48344849
esprima "^4.0.0"
48354850

4851+
js-yaml@3.14.1, js-yaml@3.x, js-yaml@^3.13.0, js-yaml@^3.13.1, js-yaml@^3.9.0, js-yaml@^3.9.1:
4852+
version "3.14.1"
4853+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
4854+
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
4855+
dependencies:
4856+
argparse "^1.0.7"
4857+
esprima "^4.0.0"
4858+
48364859
jsbn@~0.1.0:
48374860
version "0.1.1"
48384861
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
@@ -5948,11 +5971,18 @@ node-fetch-npm@^2.0.2:
59485971
json-parse-better-errors "^1.0.0"
59495972
safe-buffer "^5.1.1"
59505973

5951-
node-fetch@^2.2.0, node-fetch@^2.3.0:
5974+
node-fetch@^2.3.0:
59525975
version "2.6.0"
59535976
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
59545977
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
59555978

5979+
node-fetch@^2.6.1:
5980+
version "2.6.7"
5981+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
5982+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
5983+
dependencies:
5984+
whatwg-url "^5.0.0"
5985+
59565986
node-gyp@^5.0.2, node-gyp@^5.0.5:
59575987
version "5.0.7"
59585988
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-5.0.7.tgz#dd4225e735e840cf2870e4037c2ed9c28a31719e"
@@ -6939,7 +6969,7 @@ pumpify@^1.3.3:
69396969
inherits "^2.0.3"
69406970
pump "^2.0.0"
69416971

6942-
punycode@^1.4.1:
6972+
punycode@^1.3.2, punycode@^1.4.1:
69436973
version "1.4.1"
69446974
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
69456975
integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
@@ -8202,16 +8232,16 @@ tar@^4.4.10, tar@^4.4.12, tar@^4.4.13:
82028232
safe-buffer "^5.1.2"
82038233
yallist "^3.0.3"
82048234

8205-
teeny-request@6.0.1:
8206-
version "6.0.1"
8207-
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-6.0.1.tgz#9b1f512cef152945827ba7e34f62523a4ce2c5b0"
8208-
integrity sha512-TAK0c9a00ELOqLrZ49cFxvPVogMUFaWY8dUsQc/0CuQPGF+BOxOQzXfE413BAk2kLomwNplvdtMpeaeGWmoc2g==
8235+
teeny-request@7.1.1:
8236+
version "7.1.1"
8237+
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-7.1.1.tgz#2b0d156f4a8ad81de44303302ba8d7f1f05e20e6"
8238+
integrity sha512-iwY6rkW5DDGq8hE2YgNQlKbptYpY5Nn2xecjQiNjOXWbKzPGUfmeUBCSQbbr306d7Z7U2N0TPl+/SwYRfua1Dg==
82098239
dependencies:
82108240
http-proxy-agent "^4.0.0"
8211-
https-proxy-agent "^4.0.0"
8212-
node-fetch "^2.2.0"
8241+
https-proxy-agent "^5.0.0"
8242+
node-fetch "^2.6.1"
82138243
stream-events "^1.0.5"
8214-
uuid "^3.3.2"
8244+
uuid "^8.0.0"
82158245

82168246
temp-dir@^1.0.0:
82178247
version "1.0.0"
@@ -8355,6 +8385,11 @@ tough-cookie@~2.4.3:
83558385
psl "^1.1.24"
83568386
punycode "^1.4.1"
83578387

8388+
tr46@~0.0.3:
8389+
version "0.0.3"
8390+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
8391+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
8392+
83588393
traverse@~0.6.6:
83598394
version "0.6.6"
83608395
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -8601,10 +8636,12 @@ url-parse-lax@^1.0.0:
86018636
dependencies:
86028637
prepend-http "^1.0.1"
86038638

8604-
urlgrey@0.4.4:
8605-
version "0.4.4"
8606-
resolved "https://registry.yarnpkg.com/urlgrey/-/urlgrey-0.4.4.tgz#892fe95960805e85519f1cd4389f2cb4cbb7652f"
8607-
integrity sha1-iS/pWWCAXoVRnxzUOJ8stMu3ZS8=
8639+
urlgrey@1.0.0:
8640+
version "1.0.0"
8641+
resolved "https://registry.yarnpkg.com/urlgrey/-/urlgrey-1.0.0.tgz#72d2f904482d0b602e3c7fa599343d699bbe1017"
8642+
integrity sha512-hJfIzMPJmI9IlLkby8QrsCykQ+SXDeO2W5Q9QTW3QpqZVTx4a/K7p8/5q+/isD8vsbVaFgql/gvAoQCRQ2Cb5w==
8643+
dependencies:
8644+
fast-url-parser "^1.1.3"
86088645

86098646
use@^3.1.0:
86108647
version "3.1.1"
@@ -8633,6 +8670,11 @@ uuid@^3.3.2, uuid@^3.3.3:
86338670
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
86348671
integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==
86358672

8673+
uuid@^8.0.0:
8674+
version "8.3.2"
8675+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
8676+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
8677+
86368678
validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4:
86378679
version "3.0.4"
86388680
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
@@ -8685,6 +8727,19 @@ wcwidth@^1.0.0:
86858727
dependencies:
86868728
defaults "^1.0.3"
86878729

8730+
webidl-conversions@^3.0.0:
8731+
version "3.0.1"
8732+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
8733+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
8734+
8735+
whatwg-url@^5.0.0:
8736+
version "5.0.0"
8737+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
8738+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
8739+
dependencies:
8740+
tr46 "~0.0.3"
8741+
webidl-conversions "^3.0.0"
8742+
86888743
which-module@^2.0.0:
86898744
version "2.0.0"
86908745
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

0 commit comments

Comments
 (0)