Skip to content

Commit 2c20fb2

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

30 files changed

Lines changed: 4727 additions & 1981 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@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@d722a7e50645c42123e31fe97761a88ade988db8 # v3.88.25
1515
with:
1616
path: ./
1717
base: ${{ github.event.repository.default_branch }}

bun.lockb

1.3 KB
Binary file not shown.

code/cross-chain-governance/L1-governance/package-lock.json

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

code/cross-chain-governance/L1-governance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@openzeppelin/contracts": "^5.2.0",
88
"@typechain/ethers-v6": "^0.5.1",
99
"@typechain/hardhat": "^9.1.0",
10-
"dotenv": "^16.4.7",
10+
"dotenv": "^16.5.0",
1111
"ethers": "^6.13.5",
1212
"hardhat": "^2.22.18",
1313
"ts-node": "^10.9.2",

0 commit comments

Comments
 (0)