Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed Feb 21, 2024
1 parent 7c50496 commit 621b881
Show file tree
Hide file tree
Showing 2 changed files with 735 additions and 847 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"url": "https://github.com/zondax/zemu/issues"
},
"dependencies": {
"@grpc/grpc-js": "^1.9.14",
"@grpc/grpc-js": "^1.10.1",
"@grpc/proto-loader": "^0.7.10",
"@ledgerhq/hw-transport-http": "^6.29.2",
"axios": "^1.6.6",
"@ledgerhq/hw-transport-http": "^6.29.4",
"axios": "^1.6.7",
"axios-retry": "^4.0.0",
"dockerode": "^4.0.2",
"elfy": "^1.0.0",
Expand All @@ -44,15 +44,15 @@
"randomstring": "^1.3.0"
},
"devDependencies": {
"@ledgerhq/hw-transport": "^6.30.2",
"@ledgerhq/hw-transport": "^6.30.4",
"@types/dockerode": "^3.3.23",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.6",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@types/pngjs": "^6.0.4",
"@types/randomstring": "^1.1.11",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@zondax/ledger-substrate": "^0.41.3",
"copyfiles": "^2.4.1",
"eslint": "^8.56.0",
Expand All @@ -62,11 +62,11 @@
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.7.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "5.2.2"
"typescript": "5.3.3"
},
"files": [
"dist/**/*"
Expand Down
Loading

0 comments on commit 621b881

Please sign in to comment.