Skip to content

Commit 0ac3db9

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 e351383 commit 0ac3db9

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.3",
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
@@ -2329,16 +2329,16 @@ co@^4.6.0:
23292329
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
23302330
integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=
23312331

2332-
codecov@3.8.2:
2333-
version "3.8.2"
2334-
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.8.2.tgz#ab24f18783998c39e809ea210af899f8dbcc790e"
2335-
integrity sha512-6w/kt/xvmPsWMfDFPE/T054txA9RTgcJEw36PNa6MYX+YV29jCHCRFXwbQ3QZBTOgnex1J2WP8bo2AT8TWWz9g==
2332+
codecov@3.8.3:
2333+
version "3.8.3"
2334+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.8.3.tgz#9c3e364b8a700c597346ae98418d09880a3fdbe7"
2335+
integrity sha512-Y8Hw+V3HgR7V71xWH2vQ9lyS358CbGCldWlJFR0JirqoGtOoas3R3/OclRTvgUYFK29mmJICDPauVKmpqbwhOA==
23362336
dependencies:
23372337
argv "0.0.2"
2338-
ignore-walk "3.0.3"
2338+
ignore-walk "3.0.4"
23392339
js-yaml "3.14.1"
2340-
teeny-request "7.0.1"
2341-
urlgrey "0.4.4"
2340+
teeny-request "7.1.1"
2341+
urlgrey "1.0.0"
23422342

23432343
collect-v8-coverage@^1.0.0:
23442344
version "1.0.1"
@@ -3080,6 +3080,13 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
30803080
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
30813081
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
30823082

3083+
fast-url-parser@^1.1.3:
3084+
version "1.1.3"
3085+
resolved "https://registry.yarnpkg.com/fast-url-parser/-/fast-url-parser-1.1.3.tgz#f4af3ea9f34d8a271cf58ad2b3759f431f0b318d"
3086+
integrity sha1-9K8+qfNNiicc9YrSs3WfQx8LMY0=
3087+
dependencies:
3088+
punycode "^1.3.2"
3089+
30833090
fastq@^1.6.0:
30843091
version "1.11.0"
30853092
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.11.0.tgz#bb9fb955a07130a918eb63c1f5161cc32a5d0858"
@@ -3491,10 +3498,10 @@ ieee754@^1.1.13:
34913498
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
34923499
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
34933500

3494-
ignore-walk@3.0.3:
3495-
version "3.0.3"
3496-
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.3.tgz#017e2447184bfeade7c238e4aefdd1e8f95b1e37"
3497-
integrity sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==
3501+
ignore-walk@3.0.4:
3502+
version "3.0.4"
3503+
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.4.tgz#c9a09f69b7c7b479a5d74ac1a3c0d4236d2a6335"
3504+
integrity sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==
34983505
dependencies:
34993506
minimatch "^3.0.4"
35003507

@@ -5355,6 +5362,11 @@ pump@^3.0.0:
53555362
end-of-stream "^1.1.0"
53565363
once "^1.3.1"
53575364

5365+
punycode@^1.3.2:
5366+
version "1.4.1"
5367+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
5368+
integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
5369+
53585370
punycode@^2.1.0, punycode@^2.1.1:
53595371
version "2.1.1"
53605372
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
@@ -6115,10 +6127,10 @@ tar-stream@^2.0.0:
61156127
inherits "^2.0.3"
61166128
readable-stream "^3.1.1"
61176129

6118-
teeny-request@7.0.1:
6119-
version "7.0.1"
6120-
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-7.0.1.tgz#bdd41fdffea5f8fbc0d29392cb47bec4f66b2b4c"
6121-
integrity sha512-sasJmQ37klOlplL4Ia/786M5YlOcoLGQyq2TE4WHSRupbAuDaQW0PfVxV4MtdBtRJ4ngzS+1qim8zP6Zp35qCw==
6130+
teeny-request@7.1.1:
6131+
version "7.1.1"
6132+
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-7.1.1.tgz#2b0d156f4a8ad81de44303302ba8d7f1f05e20e6"
6133+
integrity sha512-iwY6rkW5DDGq8hE2YgNQlKbptYpY5Nn2xecjQiNjOXWbKzPGUfmeUBCSQbbr306d7Z7U2N0TPl+/SwYRfua1Dg==
61226134
dependencies:
61236135
http-proxy-agent "^4.0.0"
61246136
https-proxy-agent "^5.0.0"
@@ -6392,10 +6404,12 @@ urix@^0.1.0:
63926404
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
63936405
integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
63946406

6395-
urlgrey@0.4.4:
6396-
version "0.4.4"
6397-
resolved "https://registry.yarnpkg.com/urlgrey/-/urlgrey-0.4.4.tgz#892fe95960805e85519f1cd4389f2cb4cbb7652f"
6398-
integrity sha1-iS/pWWCAXoVRnxzUOJ8stMu3ZS8=
6407+
urlgrey@1.0.0:
6408+
version "1.0.0"
6409+
resolved "https://registry.yarnpkg.com/urlgrey/-/urlgrey-1.0.0.tgz#72d2f904482d0b602e3c7fa599343d699bbe1017"
6410+
integrity sha512-hJfIzMPJmI9IlLkby8QrsCykQ+SXDeO2W5Q9QTW3QpqZVTx4a/K7p8/5q+/isD8vsbVaFgql/gvAoQCRQ2Cb5w==
6411+
dependencies:
6412+
fast-url-parser "^1.1.3"
63996413

64006414
use@^3.1.0:
64016415
version "3.1.1"

0 commit comments

Comments
 (0)