Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
renovate[bot] authored Nov 8, 2024
1 parent a8e7a6c commit 134a523
Showing 10 changed files with 257 additions and 752 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions code/frontend-paymaster/contracts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions code/frontend-paymaster/contracts/package.json
Original file line number Diff line number Diff line change
@@ -15,19 +15,19 @@
"test": "hardhat test --network hardhat"
},
"devDependencies": {
"@matterlabs/hardhat-zksync": "^1.1.0",
"@matterlabs/zksync-contracts": "^0.6.1",
"@openzeppelin/contracts": "^4.9.2",
"@nomicfoundation/hardhat-verify": "^2.0.9",
"@matterlabs/hardhat-zksync": "1.2.0",
"@matterlabs/zksync-contracts": "0.6.1",
"@openzeppelin/contracts": "4.9.6",
"@nomicfoundation/hardhat-verify": "2.0.11",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"chai": "^4.5.0",
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"hardhat": "^2.22.7",
"hardhat": "2.22.12",
"mocha": "^10.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"zksync-ethers": "^6.11.0"
"zksync-ethers": "6.13.0"
}
}
6 changes: 3 additions & 3 deletions code/frontend-paymaster/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

643 changes: 99 additions & 544 deletions code/multisig/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions code/multisig/package.json
Original file line number Diff line number Diff line change
@@ -14,18 +14,18 @@
"test": "hardhat test --network hardhat"
},
"devDependencies": {
"@matterlabs/hardhat-zksync": "1.1.0",
"@matterlabs/zksync-contracts": "^0.6.1",
"@matterlabs/hardhat-zksync": "1.3.0",
"@matterlabs/zksync-contracts": "0.6.1",
"@openzeppelin/contracts": "4.9.5",
"@types/chai": "^5.0.0",
"@types/mocha": "^10.0.7",
"chai": "^5.1.1",
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"hardhat": "^2.22.7",
"hardhat": "2.22.10",
"mocha": "^10.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"zksync-ethers": "^6.11.0"
"zksync-ethers": "6.12.1"
}
}
308 changes: 129 additions & 179 deletions code/webauthn/contracts/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions code/webauthn/contracts/package.json
Original file line number Diff line number Diff line change
@@ -16,19 +16,19 @@
"test": "hardhat test --network hardhat"
},
"devDependencies": {
"@matterlabs/hardhat-zksync": "^1.1.0",
"@matterlabs/zksync-contracts": "^0.6.1",
"@nomicfoundation/hardhat-verify": "^2.0.9",
"@matterlabs/hardhat-zksync": "1.1.0",
"@matterlabs/zksync-contracts": "0.6.1",
"@nomicfoundation/hardhat-verify": "2.0.9",
"@openzeppelin/contracts": "^4.9.5",
"@types/chai": "^5.0.0",
"@types/mocha": "^10.0.7",
"chai": "^5.1.1",
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"hardhat": "^2.22.7",
"hardhat": "2.22.9",
"mocha": "^10.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"zksync-ethers": "^6.11.0"
"zksync-ethers": "6.12.0"
}
}
6 changes: 3 additions & 3 deletions code/webauthn/frontend/package-lock.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@
"cspell": "8.14.4",
"eslint": "9.11.1",
"ethers": "6.13.3",
"hardhat": "2.22.12",
"hardhat": "2.22.15",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"markdownlint": "0.35.0",
@@ -49,6 +49,6 @@
"prettier": "3.3.3",
"prettier-eslint": "16.3.0",
"prettier-plugin-tailwindcss": "0.6.8",
"zksync-ethers": "6.13.0"
"zksync-ethers": "6.15.0"
}
}

0 comments on commit 134a523

Please sign in to comment.