Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Jan 15, 2024
1 parent 00c9eb6 commit 3c517b9
Show file tree
Hide file tree
Showing 4 changed files with 659 additions and 576 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@ethereum-attestation-service/eas-contracts": "1.3.7",
"ethers": "^6.9.0",
"ethers": "^6.10.0",
"js-base64": "^3.7.5",
"lodash": "^4.17.21",
"multiformats": "9.9.0",
Expand All @@ -30,18 +30,18 @@
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@metamask/eth-sig-util": "^7.0.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.2",
"@types/node": "^20.11.1",
"@types/pako": "^2.0.3",
"@types/semver": "^7.5.6",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.54.0",
"eslint-plugin-import": "^2.29.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"prettier": "^3.1.0",
"prettier": "^3.2.2",
"prettier-package-json": "^2.8.0",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 3c517b9

Please sign in to comment.