Merge pull request #553 from alxshelepenok/renovate/codecov-3.x

fix(deps): update dependency codecov to ^3.6.2
This commit is contained in:
Alexander Shelepenok 2020-01-27 18:53:44 +00:00 committed by GitHub
commit 9f7444369f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 5 deletions

View File

@ -40,7 +40,7 @@
"dependencies": { "dependencies": {
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"codecov": "^3.6.1", "codecov": "^3.6.2",
"gatsby": "^2.19.4", "gatsby": "^2.19.4",
"gatsby-link": "^2.2.28", "gatsby-link": "^2.2.28",
"gatsby-plugin-catch-links": "^2.1.24", "gatsby-plugin-catch-links": "^2.1.24",

View File

@ -4668,16 +4668,17 @@ code-point-at@^1.0.0:
version "1.1.0" version "1.1.0"
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
codecov@^3.6.1: codecov@^3.6.2:
version "3.6.1" version "3.6.2"
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.6.1.tgz#f39fc49413445555f81f8e3ca5730992843b4517" resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.6.2.tgz#9503533d744233f6864f8f3ead9435d285ed3f47"
integrity sha512-IUJB6WG47nWK7o50etF8jBadxdMw7DmoQg05yIljstXFBGB6clOZsIj6iD4P82T2YaIU3qq+FFu8K9pxgkCJDQ== integrity sha512-i1VYZYY3M8Lodk/QRsIWYVimkuhl0oMSiM2itxbTbEIjB0PCSWP1cI7cscu5P0MayggoTl6I/jkXV2go8Ub8/Q==
dependencies: dependencies:
argv "^0.0.2" argv "^0.0.2"
ignore-walk "^3.0.1" ignore-walk "^3.0.1"
js-yaml "^3.13.1" js-yaml "^3.13.1"
teeny-request "^3.11.3" teeny-request "^3.11.3"
urlgrey "^0.4.4" urlgrey "^0.4.4"
validator "^12.1.0"
collapse-white-space@^1.0.0, collapse-white-space@^1.0.2: collapse-white-space@^1.0.0, collapse-white-space@^1.0.2:
version "1.0.5" version "1.0.5"
@ -17216,6 +17217,11 @@ validate-npm-package-license@^3.0.1:
spdx-correct "^3.0.0" spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0" spdx-expression-parse "^3.0.0"
validator@^12.1.0:
version "12.1.0"
resolved "https://registry.yarnpkg.com/validator/-/validator-12.1.0.tgz#a3a7315d5238cbc15e46ad8d5e479aafa7119925"
integrity sha512-gIC2RBuFRi574Rb9vewGCJ7TCLxHXNx6EKthEgs+Iz0pYa9a9Te1VLG/bGLsAyGWrqR5FfR7tbFUI7FEF2LiGA==
value-equal@^0.4.0: value-equal@^0.4.0:
version "0.4.0" version "0.4.0"
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-0.4.0.tgz#c5bdd2f54ee093c04839d71ce2e4758a6890abc7" resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-0.4.0.tgz#c5bdd2f54ee093c04839d71ce2e4758a6890abc7"