Skip to content

Commit aec1163

Browse files
committed
chore: bump runtime and dependency versions
- Upgrade GitHub Actions runner from node20 to node24 in action.yml - Bump tar dev dependency from 7.5.7 to 7.5.11 (security patch) - Bump undici from 6.23.0 to 6.24.1 with WebSocket and HTTP improvements - Bump fast-xml-parser from 5.3.4 to 5.5.6 with security hardening - Bump minimatch from 3.1.2 to 3.1.5 and update nested versions (9.0.5->9.0.9, 10.1.1->10.2.4) - Bump strnum from 2.1.1 to 2.2.1 - Rebuild dist bundle to reflect updated dependencies
1 parent 6687ca6 commit aec1163

File tree

4 files changed

+349
-171
lines changed

4 files changed

+349
-171
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ outputs:
8585
PKCS11_CONFIG:
8686
description: 'Absolute path to the generated pkcs11Properties.cfg file used for PKCS#11 configuration'
8787
runs:
88-
using: node20
88+
using: node24
8989
main: 'dist/index.js'
9090
post-if: success()

0 commit comments

Comments
 (0)