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 Dec 8, 2024
1 parent ebf2753 commit 369ea36
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@06bbd6fd493fcac4a6db0e4850a92bcf932fafed # v3.81.10
uses: trufflesecurity/trufflehog@710d09ba85a0b34cea5592f3a42aae7db5d1a279 # v3.85.0
with:
path: ./
base: ${{ github.event.repository.default_branch }}
Expand Down
4 changes: 2 additions & 2 deletions code/frontend-paymaster/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@openzeppelin/contracts": "^4.9.2",
"@nomicfoundation/hardhat-verify": "^2.0.9",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"@types/mocha": "^10.0.8",
"chai": "^4.5.0",
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"ethers": "^6.13.3",
"hardhat": "^2.22.7",
"mocha": "^10.7.0",
"ts-node": "^10.9.2",
Expand Down
8 changes: 4 additions & 4 deletions code/frontend-paymaster/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.14.5",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/tsconfig": "^0.5.1",
"npm-run-all2": "^6.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"npm-run-all2": "^6.2.3",
"typescript": "~5.4.0",
"vite": "^5.3.1",
"vite": "^5.4.8",
"vue-tsc": "^2.0.21"
}
}
2 changes: 1 addition & 1 deletion code/multisig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@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",
Expand Down
6 changes: 3 additions & 3 deletions code/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@tanstack/react-query": "^5.60.4",
"@wagmi/connectors": "^5.3.10",
"@wagmi/core": "^2.14.6",
"next": "15.0.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"next": "15.0.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"viem": "^2.21.45",
"wagmi": "^2.12.32"
},
Expand Down
4 changes: 2 additions & 2 deletions code/webauthn/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react": "^18.3.5",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"eslint-config-next": "14.2.18",
"typescript": "^5"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@vue/test-utils": "2.4.6",
"cspell": "8.14.4",
"eslint": "9.11.1",
"ethers": "6.13.3",
"ethers": "6.13.4",
"hardhat": "2.22.12",
"husky": "9.1.6",
"lint-staged": "15.2.10",
Expand Down

0 comments on commit 369ea36

Please sign in to comment.