Upgrade dependencies (#9783)

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
Adam R 2021-06-10 12:08:39 +02:00 committed by GitHub
parent ec4aa4773e
commit 80b998980e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 314 additions and 488 deletions

780
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -35,18 +35,18 @@
}, },
"homepage": "https://github.com/trustwallet/assets#readme", "homepage": "https://github.com/trustwallet/assets#readme",
"devDependencies": { "devDependencies": {
"@trustwallet/wallet-core": "^2.2.10", "@trustwallet/wallet-core": "^2.6.10",
"@types/jest": "^25.2.3", "@types/jest": "^25.2.3",
"@types/jest-expect-message": "^1.0.2", "@types/jest-expect-message": "^1.0.3",
"@types/node": "^13.13.17", "@types/node": "^13.13.52",
"@typescript-eslint/eslint-plugin": "^4.16.1", "@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.16.1", "@typescript-eslint/parser": "^4.26.1",
"axios": "^0.21.1", "axios": "^0.21.1",
"bignumber.js": "^9.0.0", "bignumber.js": "^9.0.0",
"bip44-constants": "^8.0.49", "bip44-constants": "^8.0.103",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"chalk": "^4.1.0", "chalk": "^4.1.1",
"eslint": "^7.9.0", "eslint": "^7.28.0",
"ethereum-checksum-address": "0.0.6", "ethereum-checksum-address": "0.0.6",
"eztz-lib": "^0.1.2", "eztz-lib": "^0.1.2",
"image-size": "^0.8.3", "image-size": "^0.8.3",
@ -57,12 +57,12 @@
"nested-property": "^2.0.2", "nested-property": "^2.0.2",
"sharp": "^0.25.4", "sharp": "^0.25.4",
"tinify": "^1.6.0-beta.2", "tinify": "^1.6.0-beta.2",
"ts-jest": "^26.5.2", "ts-jest": "^26.5.6",
"ts-node": "^9.1.1", "ts-node": "^9.1.1",
"typescript": "^4.2.2" "typescript": "^4.3.2"
}, },
"dependencies": { "dependencies": {
"codecov": "^3.7.2", "codecov": "^3.8.2",
"jsondiffpatch": "^0.4.1" "jsondiffpatch": "^0.4.1"
}, },
"jest": { "jest": {