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 Jan 22, 2025
1 parent ebf2753 commit 448c8f4
Show file tree
Hide file tree
Showing 16 changed files with 372 additions and 326 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
requireScope: false
wip: true

- uses: marocchino/sticky-pull-request-comment@v2.9.0
- uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
# When the previous steps fails, the workflow would stop. By adding this
# condition you can continue the execution with the populated error message.
if: always() && (steps.lint_pr_title.outputs.error_message != null)
Expand All @@ -52,7 +52,7 @@ jobs:
# Delete a previous comment when the issue has been resolved
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
uses: marocchino/sticky-pull-request-comment@v2.9.0
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
with:
header: pr-title-lint-error
GITHUB_TOKEN: ${{ github.token }}
Expand Down
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@a94d152bf65bebf5baa486d3d4dfee520af2ceed # v3.88.2
with:
path: ./
base: ${{ github.event.repository.default_branch }}
Expand Down
Binary file modified bun.lockb
Binary file not shown.
47 changes: 20 additions & 27 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.

6 changes: 3 additions & 3 deletions code/frontend-paymaster/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@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",
"mocha": "^10.8.2",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"zksync-ethers": "^6.11.0"
Expand Down
Loading

0 comments on commit 448c8f4

Please sign in to comment.