Security Alert: update codecov to >=3.7.1 (#2819)

* Bump package dependencies.

* Add dev dep to codecov >=3.7.1, to force newer version (codecov is pulled indirectly by eztz-lib).

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
Adam R 2020-07-20 22:10:01 +02:00 committed by GitHub
parent f2940ab562
commit a53aebeccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1752 additions and 1814 deletions

3538
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -37,28 +37,30 @@
"homepage": "https://github.com/trustwallet/assets#readme", "homepage": "https://github.com/trustwallet/assets#readme",
"devDependencies": { "devDependencies": {
"@trustwallet/wallet-core": "^0.0.6", "@trustwallet/wallet-core": "^0.0.6",
"@types/jest": "^25.2.1", "@types/jest": "^25.2.3",
"@types/jest-expect-message": "^1.0.1", "@types/jest-expect-message": "^1.0.2",
"@types/node": "^13.13.4", "@types/node": "^13.13.14",
"axios": "^0.19.2", "axios": "^0.19.2",
"bip44-constants": "^8.0.11", "bip44-constants": "^8.0.30",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"chalk": "^4.0.0", "chalk": "^4.1.0",
"ethereum-checksum-address": "0.0.5", "ethereum-checksum-address": "0.0.5",
"eztz-lib": "^0.1.2", "eztz-lib": "^0.1.2",
"image-size": "^0.8.3", "image-size": "^0.8.3",
"is-image": "^3.0.0", "is-image": "^3.0.0",
"jest": "^25.4.0", "jest": "^25.5.4",
"jest-expect-message": "^1.0.2", "jest-expect-message": "^1.0.2",
"nested-property": "^2.0.0", "nested-property": "^2.0.1",
"sharp": "^0.25.2", "sharp": "^0.25.4",
"tinify": "^1.6.0-beta.2", "tinify": "^1.6.0-beta.2",
"ts-jest": "^25.4.0", "ts-jest": "^25.5.1",
"ts-node": "^8.9.1", "ts-node": "^8.10.2",
"typescript": "^3.8.3", "typescript": "^3.9.7",
"web3": "^1.2.7" "web3": "^1.2.11"
},
"dependencies": {
"codecov": "^3.7.1"
}, },
"dependencies": {},
"jest": { "jest": {
"setupFilesAfterEnv": [ "setupFilesAfterEnv": [
"jest-expect-message" "jest-expect-message"