Update dependencies

This commit is contained in:
Basti 2022-04-25 16:13:26 +02:00
parent 53dbc1e4ad
commit d1d92c6644
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
2 changed files with 7532 additions and 24801 deletions

32308
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -44,25 +44,28 @@
"@openzeppelin/hardhat-upgrades": "^1.10.0", "@openzeppelin/hardhat-upgrades": "^1.10.0",
"async-each-series": "^1.1.0", "async-each-series": "^1.1.0",
"cli-table": "^0.3.1", "cli-table": "^0.3.1",
"eslint": "^7.1.0", "eslint": "^8.14.0",
"eslint-plugin-import": "^2.20.2", "eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0", "eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1", "eslint-plugin-promise": "^6.0.0",
"eth-provider": "^0.9.4", "eth-provider": "^0.11.0",
"ethereum-block-by-date": "^1.4.0", "ethereum-block-by-date": "^1.4.0",
"ethereum-waffle": "^3.4.0", "ethereum-waffle": "^3.4.0",
"hardhat": "^2.6.4", "hardhat": "^2.6.4",
"hardhat-deploy": "^0.9.1", "hardhat-deploy": "^0.11.4",
"hardhat-deploy-ethers": "^0.3.0-beta.10", "hardhat-deploy-ethers": "^0.3.0-beta.10",
"homedir": "^0.6.0", "homedir": "^0.6.0",
"promptly": "^3.0.3", "promptly": "^3.0.3",
"solhint": "^2.3.1", "solhint": "^3.3.7",
"truffle-hdwallet-provider": "^1.0.17",
"truffle-hdwallet-provider-privkey": "^0.3.0",
"yargs": "^15.0.0" "yargs": "^15.0.0"
}, },
"dependencies": { "dependencies": {
"@kosmos/schemas": "^3.0.0", "@kosmos/schemas": "^3.0.0",
"ethers": "^5.4.7", "ethers": "^5.4.7",
"ipfs-http-client": "^41.0.1", "ipfs-http-client": "^41.0.1",
"multihashes": "^4.0.3",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.0",
"tv4": "^1.3.0" "tv4": "^1.3.0"
}, },