Skip to content

Commit 63f3937

Browse files
chore(deps): update all non-major dependencies
1 parent b099400 commit 63f3937

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2727
with:
28-
node-version: 24.14.0
28+
node-version: 24.14.1
2929

3030
# Update npm to the latest version to enable OIDC
3131
# Use corepack to install pnpm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test": "jest --runInBand --verbose --coverage",
1919
"test-watch": "jest --runInBand --watch"
2020
},
21-
"packageManager": "pnpm@10.32.1",
21+
"packageManager": "pnpm@10.33.0",
2222
"dependencies": {
2323
"@rspack/lite-tapable": "^1.1.0"
2424
},

0 commit comments

Comments
 (0)