Skip to content

Commit 220de76

Browse files
chore(deps-dev): bump codecov from 3.8.1 to 3.8.2 (#3280)
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.8.1 to 3.8.2. - [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.8.1...v3.8.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b88e09 commit 220de76

File tree

1 file changed

+19
-35
lines changed

1 file changed

+19
-35
lines changed

yarn.lock

+19-35
Original file line numberDiff line numberDiff line change
@@ -1362,11 +1362,6 @@ acorn@^7.1.1, acorn@^7.4.0:
13621362
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
13631363
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
13641364

1365-
agent-base@5:
1366-
version "5.1.1"
1367-
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-5.1.1.tgz#e8fb3f242959db44d63be665db7a8e739537a32c"
1368-
integrity sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==
1369-
13701365
agent-base@6, agent-base@^6.0.0:
13711366
version "6.0.2"
13721367
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
@@ -2208,14 +2203,14 @@ coa@^2.0.2:
22082203
q "^1.1.2"
22092204

22102205
codecov@^3.8.1:
2211-
version "3.8.1"
2212-
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.8.1.tgz#06fe026b75525ed1ce864d4a34f1010c52c51546"
2213-
integrity sha512-Qm7ltx1pzLPsliZY81jyaQ80dcNR4/JpcX0IHCIWrHBXgseySqbdbYfkdiXd7o/xmzQpGRVCKGYeTrHUpn6Dcw==
2206+
version "3.8.2"
2207+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.8.2.tgz#ab24f18783998c39e809ea210af899f8dbcc790e"
2208+
integrity sha512-6w/kt/xvmPsWMfDFPE/T054txA9RTgcJEw36PNa6MYX+YV29jCHCRFXwbQ3QZBTOgnex1J2WP8bo2AT8TWWz9g==
22142209
dependencies:
22152210
argv "0.0.2"
22162211
ignore-walk "3.0.3"
2217-
js-yaml "3.14.0"
2218-
teeny-request "6.0.1"
2212+
js-yaml "3.14.1"
2213+
teeny-request "7.0.1"
22192214
urlgrey "0.4.4"
22202215

22212216
collapse-white-space@^1.0.2:
@@ -4123,14 +4118,6 @@ https-proxy-agent@5, https-proxy-agent@^5.0.0:
41234118
agent-base "6"
41244119
debug "4"
41254120

4126-
https-proxy-agent@^4.0.0:
4127-
version "4.0.0"
4128-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-4.0.0.tgz#702b71fb5520a132a66de1f67541d9e62154d82b"
4129-
integrity sha512-zoDhWrkR3of1l9QAL8/scJZyLu8j/gBkcwcaQOZh7Gyh/+uJQzGVETdgT30akuwkpL8HTRfssqI3BZuV18teDg==
4130-
dependencies:
4131-
agent-base "5"
4132-
debug "4"
4133-
41344121
41354122
version "0.4.24"
41364123
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
@@ -4585,15 +4572,7 @@ js-tokens@^4.0.0:
45854572
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
45864573
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
45874574

4588-
4589-
version "3.14.0"
4590-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
4591-
integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
4592-
dependencies:
4593-
argparse "^1.0.7"
4594-
esprima "^4.0.0"
4595-
4596-
js-yaml@^3.10.0, js-yaml@^3.13.1:
4575+
[email protected], js-yaml@^3.10.0, js-yaml@^3.13.1:
45974576
version "3.14.1"
45984577
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
45994578
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
@@ -5232,7 +5211,7 @@ node-addon-api@^1.7.1:
52325211
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-1.7.2.tgz#3df30b95720b53c24e59948b49532b662444f54d"
52335212
integrity sha512-ibPK3iA+vaY1eEjESkQkM0BbCqFOaZMiXRTtdB0u7b4djtY6JnsjvPdUHVMg6xQt3B8fpTTWHI9A+ADjM9frzg==
52345213

5235-
node-fetch@^2.2.0, node-fetch@^2.6.1:
5214+
node-fetch@^2.6.1:
52365215
version "2.6.1"
52375216
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
52385217
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
@@ -7602,16 +7581,16 @@ tar-stream@^2.1.4, tar-stream@^2.2.0:
76027581
inherits "^2.0.3"
76037582
readable-stream "^3.1.1"
76047583

7605-
teeny-request@6.0.1:
7606-
version "6.0.1"
7607-
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-6.0.1.tgz#9b1f512cef152945827ba7e34f62523a4ce2c5b0"
7608-
integrity sha512-TAK0c9a00ELOqLrZ49cFxvPVogMUFaWY8dUsQc/0CuQPGF+BOxOQzXfE413BAk2kLomwNplvdtMpeaeGWmoc2g==
7584+
teeny-request@7.0.1:
7585+
version "7.0.1"
7586+
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-7.0.1.tgz#bdd41fdffea5f8fbc0d29392cb47bec4f66b2b4c"
7587+
integrity sha512-sasJmQ37klOlplL4Ia/786M5YlOcoLGQyq2TE4WHSRupbAuDaQW0PfVxV4MtdBtRJ4ngzS+1qim8zP6Zp35qCw==
76097588
dependencies:
76107589
http-proxy-agent "^4.0.0"
7611-
https-proxy-agent "^4.0.0"
7612-
node-fetch "^2.2.0"
7590+
https-proxy-agent "^5.0.0"
7591+
node-fetch "^2.6.1"
76137592
stream-events "^1.0.5"
7614-
uuid "^3.3.2"
7593+
uuid "^8.0.0"
76157594

76167595
terser@^3.7.3:
76177596
version "3.17.0"
@@ -8138,6 +8117,11 @@ uuid@^3.3.2:
81388117
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
81398118
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
81408119

8120+
uuid@^8.0.0:
8121+
version "8.3.2"
8122+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
8123+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
8124+
81418125
v8-compile-cache@^2.0.0, v8-compile-cache@^2.0.3, v8-compile-cache@^2.3.0:
81428126
version "2.3.0"
81438127
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"

0 commit comments

Comments
 (0)