Skip to content

Commit b874795

Browse files
tidy-devCopilot
andcommitted
fix: resolve all 5 dependabot alerts (undici) and upgrade to node24
- Add npm overrides to force undici@^6.24.1 (fixes all 5 CVEs) - Update action.yml from node20 to node24 - 0 vulnerabilities in npm audit Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fa44bad commit b874795

4 files changed

Lines changed: 22929 additions & 19212 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ outputs:
3636
description: 'JSON array of entries flagged for human review'
3737

3838
runs:
39-
using: 'node20'
39+
using: 'node24'
4040
main: 'dist/index.js'

0 commit comments

Comments
 (0)