chore(deps): bump dependencies to the latest version (#204)

This commit is contained in:
Eugene
2026-01-29 22:12:39 +09:00
committed by GitHub
parent 666260b62c
commit 3cb67f02db
8 changed files with 15635 additions and 11751 deletions

View File

@@ -20,14 +20,14 @@
"homepage": "https://github.com/fjogeleit/http-request-action#readme",
"devDependencies": {
"@vercel/ncc": "^0.38.4",
"axios": "^1.13",
"axios": "^1.13.4",
"form-data": "^4.0.3",
"yargs": "^18.0.0"
},
"dependencies": {
"@actions/core": "^2.0.2"
"@actions/core": "^2.0.3"
},
"engines": {
"node": ">=16.0.0"
"node": ">=24.0.0"
}
}