mirror of
https://github.com/3lLobo/zkAuth.git
synced 2026-01-09 12:27:55 -05:00
fix: backend/package.json & backend/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OPENZEPPELINCONTRACTS-5425827
This commit is contained in:
27
backend/package-lock.json
generated
27
backend/package-lock.json
generated
@@ -31,7 +31,7 @@
|
||||
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
|
||||
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
|
||||
"@nomiclabs/hardhat-etherscan": "^3.1.0",
|
||||
"@openzeppelin/contracts": "^4.8.2",
|
||||
"@openzeppelin/contracts": "^4.8.3",
|
||||
"@remix-project/remixd": "^0.6.6",
|
||||
"@typechain/hardhat": "^6.1.3",
|
||||
"chai": "^4.3.6",
|
||||
@@ -1330,9 +1330,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@openzeppelin/contracts": {
|
||||
"version": "4.8.2",
|
||||
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.8.2.tgz",
|
||||
"integrity": "sha512-kEUOgPQszC0fSYWpbh2kT94ltOJwj1qfT2DWo+zVttmGmf97JZ99LspePNaeeaLhCImaHVeBbjaQFZQn7+Zc5g==",
|
||||
"version": "4.8.3",
|
||||
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.8.3.tgz",
|
||||
"integrity": "sha512-bQHV8R9Me8IaJoJ2vPG4rXcL7seB7YVuskr4f+f5RyOStSZetwzkWtoqDMl5erkBJy0lDRUnIR2WIkPiC0GJlg==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@remix-project/remixd": {
|
||||
@@ -2703,14 +2703,6 @@
|
||||
"node": ">= 8.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/big-integer": {
|
||||
"version": "1.6.51",
|
||||
"resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz",
|
||||
"integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==",
|
||||
"engines": {
|
||||
"node": ">=0.6"
|
||||
}
|
||||
},
|
||||
"node_modules/bigint-crypto-utils": {
|
||||
"version": "3.1.6",
|
||||
"resolved": "https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.1.6.tgz",
|
||||
@@ -12068,9 +12060,9 @@
|
||||
}
|
||||
},
|
||||
"@openzeppelin/contracts": {
|
||||
"version": "4.8.2",
|
||||
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.8.2.tgz",
|
||||
"integrity": "sha512-kEUOgPQszC0fSYWpbh2kT94ltOJwj1qfT2DWo+zVttmGmf97JZ99LspePNaeeaLhCImaHVeBbjaQFZQn7+Zc5g==",
|
||||
"version": "4.8.3",
|
||||
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.8.3.tgz",
|
||||
"integrity": "sha512-bQHV8R9Me8IaJoJ2vPG4rXcL7seB7YVuskr4f+f5RyOStSZetwzkWtoqDMl5erkBJy0lDRUnIR2WIkPiC0GJlg==",
|
||||
"dev": true
|
||||
},
|
||||
"@remix-project/remixd": {
|
||||
@@ -13179,11 +13171,6 @@
|
||||
"tryer": "^1.0.1"
|
||||
}
|
||||
},
|
||||
"big-integer": {
|
||||
"version": "1.6.51",
|
||||
"resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz",
|
||||
"integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg=="
|
||||
},
|
||||
"bigint-crypto-utils": {
|
||||
"version": "3.1.6",
|
||||
"resolved": "https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.1.6.tgz",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
|
||||
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
|
||||
"@nomiclabs/hardhat-etherscan": "^3.1.0",
|
||||
"@openzeppelin/contracts": "^4.8.2",
|
||||
"@openzeppelin/contracts": "^4.8.3",
|
||||
"@remix-project/remixd": "^0.6.6",
|
||||
"@typechain/hardhat": "^6.1.3",
|
||||
"chai": "^4.3.6",
|
||||
@@ -42,7 +42,7 @@
|
||||
"typescript": "^4.8.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@openzeppelin/contracts": "^4.8.2",
|
||||
"@openzeppelin/contracts": "^4.8.3",
|
||||
"@typechain/ethers-v5": "^10.1.0",
|
||||
"chai": "^4.3.6",
|
||||
"circom_tester": "^0.0.19",
|
||||
|
||||
Reference in New Issue
Block a user