Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent 888b43c commit c847b8e
Show file tree
Hide file tree
Showing 9 changed files with 207 additions and 165 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/secrets_scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@06bbd6fd493fcac4a6db0e4850a92bcf932fafed # v3.81.10
uses: trufflesecurity/trufflehog@e96c8e2f0aa3ebb039fa81e5226c58e2aa3ef6e6 # v3.82.3
with:
path: ./
base: ${{ github.event.repository.default_branch }}
Expand Down
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions code/multisig/package-lock.json

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

6 changes: 3 additions & 3 deletions code/multisig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"@matterlabs/hardhat-zksync": "1.1.0",
"@matterlabs/zksync-contracts": "^0.6.1",
"@openzeppelin/contracts": "4.9.5",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"@types/chai": "^4.3.20",
"@types/mocha": "^10.0.8",
"chai": "^4.5.0",
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"hardhat": "^2.22.7",
"mocha": "^10.7.0",
"mocha": "^10.7.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"zksync-ethers": "^6.11.0"
Expand Down
59 changes: 41 additions & 18 deletions code/webauthn/contracts/package-lock.json

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

8 changes: 4 additions & 4 deletions code/webauthn/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"devDependencies": {
"@matterlabs/hardhat-zksync": "^1.1.0",
"@matterlabs/zksync-contracts": "^0.6.1",
"@nomicfoundation/hardhat-verify": "^2.0.9",
"@nomicfoundation/hardhat-verify": "^2.0.11",
"@openzeppelin/contracts": "^4.9.5",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"@types/chai": "^4.3.20",
"@types/mocha": "^10.0.8",
"chai": "^4.5.0",
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"hardhat": "^2.22.7",
"mocha": "^10.7.0",
"mocha": "^10.7.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"zksync-ethers": "^6.11.0"
Expand Down
Loading

0 comments on commit c847b8e

Please sign in to comment.