Skip to content

Commit 56371ef

Browse files
chore(deps): update all non-major dependencies (#241)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 296a37f commit 56371ef

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
persist-credentials: false
2121
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
2222
with:
23-
version: 11.1.2
23+
version: 11.2.2
2424
- name: 'Setup Node.js with pnpm cache'
2525
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2626
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
1616
with:
17-
version: 11.1.2
17+
version: 11.2.2
1818

1919
- name: Setup node with pnpm cache
2020
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
@@ -29,7 +29,7 @@ jobs:
2929
- run: pnpm run test:ci
3030

3131
- name: 'Upload coverage reports'
32-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
32+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
3333
with:
3434
fail_ci_if_error: true
3535
token: ${{ secrets.CODECOV_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@
8282
"did-resolver": "^5.0.1",
8383
"ethers": "^6.16.0"
8484
},
85-
"packageManager": "pnpm@11.1.2"
85+
"packageManager": "pnpm@11.2.2"
8686
}

0 commit comments

Comments
 (0)