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 Oct 1, 2024
1 parent 9d4dcdd commit 106d30d
Show file tree
Hide file tree
Showing 9 changed files with 1,015 additions and 390 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/secrets_scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@06bbd6fd493fcac4a6db0e4850a92bcf932fafed # v3.81.10
uses: trufflesecurity/trufflehog@0328a19a9d3877c9f04d0dbee5717aabff5b575d # v3.82.6
with:
path: ./
base: ${{ github.event.repository.default_branch }}
Expand Down
Binary file modified bun.lockb
Binary file not shown.
56 changes: 23 additions & 33 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 @@ -14,16 +14,16 @@
"test": "hardhat test --network hardhat"
},
"devDependencies": {
"@matterlabs/hardhat-zksync": "1.1.0",
"@matterlabs/hardhat-zksync": "1.2.0",
"@matterlabs/zksync-contracts": "^0.6.1",
"@openzeppelin/contracts": "4.9.5",
"@types/chai": "^5.0.0",
"@types/mocha": "^10.0.7",
"@types/mocha": "^10.0.8",
"chai": "^5.1.1",
"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 106d30d

Please sign in to comment.