Skip to content

Commit 36ce2e5

Browse files
build(deps-dev): bump codecov from 3.8.2 to 3.8.3
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.8.2 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.8.2...v3.8.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent a910b30 commit 36ce2e5

File tree

2 files changed

+34
-20
lines changed

2 files changed

+34
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@types/qs": "6.9.7",
8585
"@typescript-eslint/eslint-plugin": "4.28.3",
8686
"@typescript-eslint/parser": "4.28.4",
87-
"codecov": "3.8.2",
87+
"codecov": "3.8.3",
8888
"eslint": "7.31.0",
8989
"eslint-config-prettier": "8.3.0",
9090
"eslint-plugin-prettier": "3.4.0",

yarn.lock

Lines changed: 33 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2363,16 +2363,16 @@ co@^4.6.0:
23632363
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
23642364
integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=
23652365

2366-
codecov@3.8.2:
2367-
version "3.8.2"
2368-
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.8.2.tgz#ab24f18783998c39e809ea210af899f8dbcc790e"
2369-
integrity sha512-6w/kt/xvmPsWMfDFPE/T054txA9RTgcJEw36PNa6MYX+YV29jCHCRFXwbQ3QZBTOgnex1J2WP8bo2AT8TWWz9g==
2366+
codecov@3.8.3:
2367+
version "3.8.3"
2368+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.8.3.tgz#9c3e364b8a700c597346ae98418d09880a3fdbe7"
2369+
integrity sha512-Y8Hw+V3HgR7V71xWH2vQ9lyS358CbGCldWlJFR0JirqoGtOoas3R3/OclRTvgUYFK29mmJICDPauVKmpqbwhOA==
23702370
dependencies:
23712371
argv "0.0.2"
2372-
ignore-walk "3.0.3"
2372+
ignore-walk "3.0.4"
23732373
js-yaml "3.14.1"
2374-
teeny-request "7.0.1"
2375-
urlgrey "0.4.4"
2374+
teeny-request "7.1.1"
2375+
urlgrey "1.0.0"
23762376

23772377
collect-v8-coverage@^1.0.0:
23782378
version "1.0.1"
@@ -3114,6 +3114,13 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
31143114
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
31153115
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
31163116

3117+
fast-url-parser@^1.1.3:
3118+
version "1.1.3"
3119+
resolved "https://registry.yarnpkg.com/fast-url-parser/-/fast-url-parser-1.1.3.tgz#f4af3ea9f34d8a271cf58ad2b3759f431f0b318d"
3120+
integrity sha1-9K8+qfNNiicc9YrSs3WfQx8LMY0=
3121+
dependencies:
3122+
punycode "^1.3.2"
3123+
31173124
fastq@^1.6.0:
31183125
version "1.11.0"
31193126
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.11.0.tgz#bb9fb955a07130a918eb63c1f5161cc32a5d0858"
@@ -3525,10 +3532,10 @@ ieee754@^1.1.13:
35253532
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
35263533
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
35273534

3528-
ignore-walk@3.0.3:
3529-
version "3.0.3"
3530-
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.3.tgz#017e2447184bfeade7c238e4aefdd1e8f95b1e37"
3531-
integrity sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==
3535+
ignore-walk@3.0.4:
3536+
version "3.0.4"
3537+
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.4.tgz#c9a09f69b7c7b479a5d74ac1a3c0d4236d2a6335"
3538+
integrity sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==
35323539
dependencies:
35333540
minimatch "^3.0.4"
35343541

@@ -5389,6 +5396,11 @@ pump@^3.0.0:
53895396
end-of-stream "^1.1.0"
53905397
once "^1.3.1"
53915398

5399+
punycode@^1.3.2:
5400+
version "1.4.1"
5401+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
5402+
integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
5403+
53925404
punycode@^2.1.0, punycode@^2.1.1:
53935405
version "2.1.1"
53945406
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
@@ -6149,10 +6161,10 @@ tar-stream@^2.0.0:
61496161
inherits "^2.0.3"
61506162
readable-stream "^3.1.1"
61516163

6152-
teeny-request@7.0.1:
6153-
version "7.0.1"
6154-
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-7.0.1.tgz#bdd41fdffea5f8fbc0d29392cb47bec4f66b2b4c"
6155-
integrity sha512-sasJmQ37klOlplL4Ia/786M5YlOcoLGQyq2TE4WHSRupbAuDaQW0PfVxV4MtdBtRJ4ngzS+1qim8zP6Zp35qCw==
6164+
teeny-request@7.1.1:
6165+
version "7.1.1"
6166+
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-7.1.1.tgz#2b0d156f4a8ad81de44303302ba8d7f1f05e20e6"
6167+
integrity sha512-iwY6rkW5DDGq8hE2YgNQlKbptYpY5Nn2xecjQiNjOXWbKzPGUfmeUBCSQbbr306d7Z7U2N0TPl+/SwYRfua1Dg==
61566168
dependencies:
61576169
http-proxy-agent "^4.0.0"
61586170
https-proxy-agent "^5.0.0"
@@ -6426,10 +6438,12 @@ urix@^0.1.0:
64266438
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
64276439
integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
64286440

6429-
urlgrey@0.4.4:
6430-
version "0.4.4"
6431-
resolved "https://registry.yarnpkg.com/urlgrey/-/urlgrey-0.4.4.tgz#892fe95960805e85519f1cd4389f2cb4cbb7652f"
6432-
integrity sha1-iS/pWWCAXoVRnxzUOJ8stMu3ZS8=
6441+
urlgrey@1.0.0:
6442+
version "1.0.0"
6443+
resolved "https://registry.yarnpkg.com/urlgrey/-/urlgrey-1.0.0.tgz#72d2f904482d0b602e3c7fa599343d699bbe1017"
6444+
integrity sha512-hJfIzMPJmI9IlLkby8QrsCykQ+SXDeO2W5Q9QTW3QpqZVTx4a/K7p8/5q+/isD8vsbVaFgql/gvAoQCRQ2Cb5w==
6445+
dependencies:
6446+
fast-url-parser "^1.1.3"
64336447

64346448
use@^3.1.0:
64356449
version "3.1.1"

0 commit comments

Comments
 (0)