diff --git a/api/package.json b/api/package.json index 69a17e45..3f91a32a 100644 --- a/api/package.json +++ b/api/package.json @@ -22,7 +22,7 @@ "@glif/filecoin-address": "^4.0.0", "@influxdata/influxdb-client": "^1.35.0", "compare-versions": "^6.1.1", - "ethers": "^6.15.0", + "ethers": "^6.16.0", "http-assert": "^1.5.0", "http-responders": "^2.2.0", "multiformats": "^13.4.1", diff --git a/package-lock.json b/package-lock.json index 26f644b0..ecfa4dc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@glif/filecoin-address": "^4.0.0", "@influxdata/influxdb-client": "^1.35.0", "compare-versions": "^6.1.1", - "ethers": "^6.15.0", + "ethers": "^6.16.0", "http-assert": "^1.5.0", "http-responders": "^2.2.0", "multiformats": "^13.4.1", @@ -1314,6 +1314,7 @@ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "dev": true, + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -2404,6 +2405,7 @@ "version": "8.57.0", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", @@ -2591,6 +2593,7 @@ "version": "2.29.1", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "array-includes": "^3.1.7", "array.prototype.findlastindex": "^1.2.3", @@ -2640,6 +2643,7 @@ "version": "15.7.0", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "builtins": "^5.0.1", "eslint-plugin-es": "^4.1.0", @@ -2675,6 +2679,7 @@ "version": "6.2.0", "dev": true, "license": "ISC", + "peer": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -2690,6 +2695,7 @@ "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz", "integrity": "sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==", "dev": true, + "peer": true, "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", @@ -2850,9 +2856,9 @@ } }, "node_modules/ethers": { - "version": "6.15.0", - "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.15.0.tgz", - "integrity": "sha512-Kf/3ZW54L4UT0pZtsY/rf+EkBU7Qi5nnhonjUb8yTXcxH3cdcWrV2cRyk0Xk/4jK6OoHhxxZHriyhje20If2hQ==", + "version": "6.16.0", + "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.16.0.tgz", + "integrity": "sha512-U1wulmetNymijEhpSEQ7Ct/P/Jw9/e7R1j5XIbPRydgV2DjLVMsULDlNksq3RQnFgKoLlZf88ijYtWEXcPa07A==", "funding": [ { "type": "individual", @@ -2863,6 +2869,7 @@ "url": "https://www.buymeacoffee.com/ricmoo" } ], + "license": "MIT", "dependencies": { "@adraffy/ens-normalize": "1.10.1", "@noble/curves": "1.2.0", @@ -4424,6 +4431,7 @@ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", "license": "MIT", + "peer": true, "dependencies": { "whatwg-url": "^5.0.0" }, @@ -4787,6 +4795,7 @@ "version": "8.16.3", "resolved": "https://registry.npmjs.org/pg/-/pg-8.16.3.tgz", "integrity": "sha512-enxc1h0jA/aq5oSDMvqyW3q89ra6XIIDZgCX9vkMrnz5DFTw/Ny3Li2lFQ+pt3L6MCgm/5o2o8HW9hiJji+xvw==", + "peer": true, "dependencies": { "pg-connection-string": "^2.9.1", "pg-pool": "^3.10.1", @@ -6365,7 +6374,7 @@ "@web3-storage/access": "^20.3.0", "@web3-storage/w3up-client": "^16.5.2", "cancel-stuck-transactions": "^4.1.4", - "ethers": "^6.15.0", + "ethers": "^6.16.0", "p-retry": "^7.1.0", "pg": "^8.16.3" }, diff --git a/publish/package.json b/publish/package.json index f19e0d78..f41b9770 100644 --- a/publish/package.json +++ b/publish/package.json @@ -15,7 +15,7 @@ "@web3-storage/access": "^20.3.0", "@web3-storage/w3up-client": "^16.5.2", "cancel-stuck-transactions": "^4.1.4", - "ethers": "^6.15.0", + "ethers": "^6.16.0", "p-retry": "^7.1.0", "pg": "^8.16.3" },