This commit is contained in:
pacnpal
2025-11-14 14:57:19 +00:00
parent 7fae28e1ff
commit b516288da6
2 changed files with 2314 additions and 792 deletions

3099
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -18,11 +18,12 @@
"dependencies": { "dependencies": {
"@actions/core": "^1.11.1", "@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1", "@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0", "@actions/github": "^6.0.1",
"glob": "^11.0.3",
"node-fetch": "^3.3.2" "node-fetch": "^3.3.2"
}, },
"devDependencies": { "devDependencies": {
"@vercel/ncc": "^0.38.3", "@vercel/ncc": "^0.38.4",
"jest": "^29.7.0" "jest": "^30.2.0"
} }
} }