Skip to content

Commit 6ff76d5

Browse files
authored
Update dependency codecov to v3.6.2 (#294)
1 parent 6f841ba commit 6ff76d5

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"ava": "2.4.0",
5050
"builtins": "3.0.0",
5151
"c8": "7.0.1",
52-
"codecov": "3.6.1",
52+
"codecov": "3.6.2",
5353
"husky": "4.2.0",
5454
"lint-staged": "10.0.2",
5555
"np": "5.2.1",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,16 +1021,17 @@ code-point-at@^1.0.0:
10211021
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
10221022
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
10231023

1024-
1025-
version "3.6.1"
1026-
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.6.1.tgz#f39fc49413445555f81f8e3ca5730992843b4517"
1027-
integrity sha512-IUJB6WG47nWK7o50etF8jBadxdMw7DmoQg05yIljstXFBGB6clOZsIj6iD4P82T2YaIU3qq+FFu8K9pxgkCJDQ==
1024+
1025+
version "3.6.2"
1026+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.6.2.tgz#9503533d744233f6864f8f3ead9435d285ed3f47"
1027+
integrity sha512-i1VYZYY3M8Lodk/QRsIWYVimkuhl0oMSiM2itxbTbEIjB0PCSWP1cI7cscu5P0MayggoTl6I/jkXV2go8Ub8/Q==
10281028
dependencies:
10291029
argv "^0.0.2"
10301030
ignore-walk "^3.0.1"
10311031
js-yaml "^3.13.1"
10321032
teeny-request "^3.11.3"
10331033
urlgrey "^0.4.4"
1034+
validator "^12.1.0"
10341035

10351036
color-convert@^1.9.0:
10361037
version "1.9.3"
@@ -4187,6 +4188,11 @@ validate-npm-package-name@^3.0.0:
41874188
dependencies:
41884189
builtins "^1.0.3"
41894190

4191+
validator@^12.1.0:
4192+
version "12.1.0"
4193+
resolved "https://registry.yarnpkg.com/validator/-/validator-12.1.0.tgz#a3a7315d5238cbc15e46ad8d5e479aafa7119925"
4194+
integrity sha512-gIC2RBuFRi574Rb9vewGCJ7TCLxHXNx6EKthEgs+Iz0pYa9a9Te1VLG/bGLsAyGWrqR5FfR7tbFUI7FEF2LiGA==
4195+
41904196
vinyl-sourcemaps-apply@^0.2.0:
41914197
version "0.2.1"
41924198
resolved "https://registry.yarnpkg.com/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz#ab6549d61d172c2b1b87be5c508d239c8ef87705"

0 commit comments

Comments
 (0)