Skip to content

Commit f8f53fe

Browse files
chore(deps): update all non-major dependencies
1 parent 2d6089b commit f8f53fe

28 files changed

Lines changed: 4175 additions & 1825 deletions

File tree

.github/workflows/check-pr-title.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
requireScope: false
3131
wip: true
3232

33-
- uses: marocchino/sticky-pull-request-comment@v2.9.0
33+
- uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
3434
# When the previous steps fails, the workflow would stop. By adding this
3535
# condition you can continue the execution with the populated error message.
3636
if: always() && (steps.lint_pr_title.outputs.error_message != null)
@@ -52,7 +52,7 @@ jobs:
5252
5353
# Delete a previous comment when the issue has been resolved
5454
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
55-
uses: marocchino/sticky-pull-request-comment@v2.9.0
55+
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
5656
with:
5757
header: pr-title-lint-error
5858
GITHUB_TOKEN: ${{ github.token }}

.github/workflows/secrets_scanner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout code
10-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
10+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1111
with:
1212
fetch-depth: 0
1313
- name: TruffleHog OSS
14-
uses: trufflesecurity/trufflehog@06bbd6fd493fcac4a6db0e4850a92bcf932fafed # v3.81.10
14+
uses: trufflesecurity/trufflehog@34339eaf08bf5c2a27dbd969812127721f3743ed # v3.88.22
1515
with:
1616
path: ./
1717
base: ${{ github.event.repository.default_branch }}

bun.lockb

1.3 KB
Binary file not shown.

code/cross-chain-governance/L2-counter/package-lock.json

Lines changed: 2451 additions & 807 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/cross-chain-governance/L2-counter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@openzeppelin/contracts": "^5.1.0",
2222
"@types/chai": "^4.3.7",
2323
"@types/mocha": "^10.0.7",
24-
"@types/node": "^22.10.1",
24+
"@types/node": "^22.10.10",
2525
"chai": "^4.3.7",
2626
"dotenv": "^16.4.5",
2727
"ethers": "^6.13.4",

code/cross-chain-tx/package-lock.json

Lines changed: 11 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/cross-chain-tx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@openzeppelin/contracts": "^5.1.0",
2222
"@types/chai": "^4.3.7",
2323
"@types/mocha": "^10.0.7",
24-
"@types/node": "^22.10.1",
24+
"@types/node": "^22.10.10",
2525
"chai": "^4.3.7",
2626
"dotenv": "^16.4.5",
2727
"ethers": "^6.13.4",

code/daily-spend-limit/package-lock.json

Lines changed: 11 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/daily-spend-limit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@openzeppelin/contracts": "^4.9.5",
2222
"@types/chai": "^4.3.7",
2323
"@types/mocha": "^10.0.7",
24-
"@types/node": "^22.10.1",
24+
"@types/node": "^22.10.10",
2525
"chai": "^4.3.7",
2626
"dotenv": "^16.4.5",
2727
"ethers": "^6.13.4",

code/erc20-paymaster/package-lock.json

Lines changed: 11 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)