Bump codecov from 3.6.5 to 3.7.1 (#8)

Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.5 to 3.7.1.
- [Release notes](https://github.com/codecov/codecov-node/releases)
- [Commits](https://github.com/codecov/codecov-node/compare/v3.6.5...v3.7.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-12-15 10:24:12 -05:00
committed by GitHub
parent bf90463ec2
commit 559deb1380
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5406,9 +5406,9 @@
"dev": true
},
"codecov": {
"version": "3.6.5",
"resolved": "https://registry.npmjs.org/codecov/-/codecov-3.6.5.tgz",
"integrity": "sha512-v48WuDMUug6JXwmmfsMzhCHRnhUf8O3duqXvltaYJKrO1OekZWpB/eH6iIoaxMl8Qli0+u3OxptdsBOYiD7VAQ==",
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/codecov/-/codecov-3.7.1.tgz",
"integrity": "sha512-JHWxyPTkMLLJn9SmKJnwAnvY09kg2Os2+Ux+GG7LwZ9g8gzDDISpIN5wAsH1UBaafA/yGcd3KofMaorE8qd6Lw==",
"dev": true,
"requires": {
"argv": "0.0.2",

View File

@@ -63,7 +63,7 @@
"@testing-library/react": "^10.4.7",
"axios": "^0.19.2",
"axios-mock-adapter": "^1.18.1",
"codecov": "3.6.5",
"codecov": "3.7.1",
"es-check": "5.1.0",
"glob": "7.1.6",
"husky": "3.1.0",