Upgrade dependencies

- @actions/core: ^1.9.1 → ^1.11.1 (minor bump within v1)
- @actions/github: ^6.0.0 → ^6.0.1 (patch bump within v6)
- Added "overrides": { "undici": "^6.24.0" } to force undici past the vulnerable range
This commit is contained in:
Lewis Jones
2026-04-20 15:29:12 +01:00
parent 72c2bf7f19
commit af797f9868
2 changed files with 55 additions and 62 deletions
+5 -2
View File
@@ -47,10 +47,13 @@
"typescript": "^4.6.4"
},
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@actions/github": "^6.0.1",
"@github/dependency-submission-toolkit": "^2.0.5",
"packageurl-js": "^0.0.6"
},
"overrides": {
"undici": "^6.24.0"
}
}