diff --git a/package-lock.json b/package-lock.json index be99928..351be0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@truffle/hdwallet-provider": "^2.1.9", "@typechain/ethers-v5": "^10.2.0", "@typechain/truffle-v5": "^8.0.2", - "@typechain/web3-v1": "^6.0.2", + "@typechain/web3-v1": "^6.0.3", "@types/chai": "^4.3.4", "@types/ethereum-protocol": "^1.0.2", "@types/mocha": "^10.0.1", @@ -3190,16 +3190,16 @@ } }, "node_modules/@typechain/web3-v1": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@typechain/web3-v1/-/web3-v1-6.0.2.tgz", - "integrity": "sha512-jiI15w1yZwXbXpcL4bHmtpOFWrOgmWQAeNHtzPiC2fHYNzxcJWB8E1KdWf30TAR2I9uT5fx10butLZYeHV1lNQ==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@typechain/web3-v1/-/web3-v1-6.0.3.tgz", + "integrity": "sha512-bFBYiA/Wh9XSoPtZ0nnrvg0a0brAHXhL/nCsPnPS999f9EUD9MOwkdOh8zhvY5oNzi6GMD5+KEmwE7A/eTqgeQ==", "dev": true, "dependencies": { "lodash": "^4.17.15", "ts-essentials": "^7.0.1" }, "peerDependencies": { - "typechain": "^8.1.1", + "typechain": "^8.2.0", "web3": "^1", "web3-core": "^1", "web3-eth-contract": "^1" @@ -14267,9 +14267,9 @@ } }, "node_modules/typechain": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/typechain/-/typechain-8.1.1.tgz", - "integrity": "sha512-uF/sUvnXTOVF2FHKhQYnxHk4su4JjZR8vr4mA2mBaRwHTbwh0jIlqARz9XJr1tA0l7afJGvEa1dTSi4zt039LQ==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/typechain/-/typechain-8.2.0.tgz", + "integrity": "sha512-tZqhqjxJ9xAS/Lh32jccTjMkpx7sTdUVVHAy5Bf0TIer5QFNYXotiX74oCvoVYjyxUKDK3MXHtMFzMyD3kE+jg==", "dev": true, "dependencies": { "@types/prettier": "^2.1.1", @@ -18107,9 +18107,9 @@ } }, "@typechain/web3-v1": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@typechain/web3-v1/-/web3-v1-6.0.2.tgz", - "integrity": "sha512-jiI15w1yZwXbXpcL4bHmtpOFWrOgmWQAeNHtzPiC2fHYNzxcJWB8E1KdWf30TAR2I9uT5fx10butLZYeHV1lNQ==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@typechain/web3-v1/-/web3-v1-6.0.3.tgz", + "integrity": "sha512-bFBYiA/Wh9XSoPtZ0nnrvg0a0brAHXhL/nCsPnPS999f9EUD9MOwkdOh8zhvY5oNzi6GMD5+KEmwE7A/eTqgeQ==", "dev": true, "requires": { "lodash": "^4.17.15", @@ -27009,9 +27009,9 @@ } }, "typechain": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/typechain/-/typechain-8.1.1.tgz", - "integrity": "sha512-uF/sUvnXTOVF2FHKhQYnxHk4su4JjZR8vr4mA2mBaRwHTbwh0jIlqARz9XJr1tA0l7afJGvEa1dTSi4zt039LQ==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/typechain/-/typechain-8.2.0.tgz", + "integrity": "sha512-tZqhqjxJ9xAS/Lh32jccTjMkpx7sTdUVVHAy5Bf0TIer5QFNYXotiX74oCvoVYjyxUKDK3MXHtMFzMyD3kE+jg==", "dev": true, "requires": { "@types/prettier": "^2.1.1", diff --git a/package.json b/package.json index e99ab4a..8427c6c 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@truffle/hdwallet-provider": "^2.1.9", "@typechain/ethers-v5": "^10.2.0", "@typechain/truffle-v5": "^8.0.2", - "@typechain/web3-v1": "^6.0.2", + "@typechain/web3-v1": "^6.0.3", "@types/chai": "^4.3.4", "@types/ethereum-protocol": "^1.0.2", "@types/mocha": "^10.0.1",