Merge pull request #30 from 3lLobo/snyk-upgrade-29c294d4614e8c56503685d44dba95f7

[Snyk] Upgrade @typechain/ethers-v5 from 10.1.0 to 10.2.0
This commit is contained in:
3lLobo
2023-06-21 18:55:21 +02:00
committed by GitHub
2 changed files with 15 additions and 15 deletions

View File

@@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"@openzeppelin/contracts": "^4.8.2",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/ethers-v5": "^10.2.0",
"chai": "^4.3.6",
"circom_tester": "^0.0.19",
"circomlib": "^2.0.5",
@@ -1972,9 +1972,9 @@
"devOptional": true
},
"node_modules/@typechain/ethers-v5": {
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/@typechain/ethers-v5/-/ethers-v5-10.1.0.tgz",
"integrity": "sha512-3LIb+eUpV3mNCrjUKT5oqp8PBsZYSnVrkfk6pY/ZM0boRs2mKxjFZ7bktx42vfDye8PPz3NxtW4DL5NsNsFqlg==",
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/@typechain/ethers-v5/-/ethers-v5-10.2.0.tgz",
"integrity": "sha512-ikaq0N/w9fABM+G01OFmU3U3dNnyRwEahkdvi9mqy1a3XwKiPZaF/lu54OcNaEWnpvEYyhhS0N7buCtLQqC92w==",
"dependencies": {
"lodash": "^4.17.15",
"ts-essentials": "^7.0.1"
@@ -1984,7 +1984,7 @@
"@ethersproject/bytes": "^5.0.0",
"@ethersproject/providers": "^5.0.0",
"ethers": "^5.1.3",
"typechain": "^8.1.0",
"typechain": "^8.1.1",
"typescript": ">=4.3.0"
}
},
@@ -10567,9 +10567,9 @@
}
},
"node_modules/typechain": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/typechain/-/typechain-8.1.0.tgz",
"integrity": "sha512-5jToLgKTjHdI1VKqs/K8BLYy42Sr3o8bV5ojh4MnR9ExHO83cyyUdw+7+vMJCpKXUiVUvARM4qmHTFuyaCMAZQ==",
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/typechain/-/typechain-8.1.1.tgz",
"integrity": "sha512-uF/sUvnXTOVF2FHKhQYnxHk4su4JjZR8vr4mA2mBaRwHTbwh0jIlqARz9XJr1tA0l7afJGvEa1dTSi4zt039LQ==",
"dependencies": {
"@types/prettier": "^2.1.1",
"debug": "^4.3.1",
@@ -12599,9 +12599,9 @@
"devOptional": true
},
"@typechain/ethers-v5": {
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/@typechain/ethers-v5/-/ethers-v5-10.1.0.tgz",
"integrity": "sha512-3LIb+eUpV3mNCrjUKT5oqp8PBsZYSnVrkfk6pY/ZM0boRs2mKxjFZ7bktx42vfDye8PPz3NxtW4DL5NsNsFqlg==",
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/@typechain/ethers-v5/-/ethers-v5-10.2.0.tgz",
"integrity": "sha512-ikaq0N/w9fABM+G01OFmU3U3dNnyRwEahkdvi9mqy1a3XwKiPZaF/lu54OcNaEWnpvEYyhhS0N7buCtLQqC92w==",
"requires": {
"lodash": "^4.17.15",
"ts-essentials": "^7.0.1"
@@ -19236,9 +19236,9 @@
"peer": true
},
"typechain": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/typechain/-/typechain-8.1.0.tgz",
"integrity": "sha512-5jToLgKTjHdI1VKqs/K8BLYy42Sr3o8bV5ojh4MnR9ExHO83cyyUdw+7+vMJCpKXUiVUvARM4qmHTFuyaCMAZQ==",
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/typechain/-/typechain-8.1.1.tgz",
"integrity": "sha512-uF/sUvnXTOVF2FHKhQYnxHk4su4JjZR8vr4mA2mBaRwHTbwh0jIlqARz9XJr1tA0l7afJGvEa1dTSi4zt039LQ==",
"requires": {
"@types/prettier": "^2.1.1",
"debug": "^4.3.1",

View File

@@ -43,7 +43,7 @@
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.3",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/ethers-v5": "^10.2.0",
"chai": "^4.3.6",
"circom_tester": "^0.0.19",
"circomlib": "^2.0.5",