Skip to content

Commit b72c57b

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

File tree

28 files changed

+4175
-1825
lines changed

28 files changed

+4175
-1825
lines changed

.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@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
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@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
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@690e5c7aff8347c3885096f3962a0633d9129607 # v3.88.23
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.14.0",
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.14.0",
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.14.0",
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)