http/package.json
dependabot[bot] 8cbbec6c93
Bump yargs from 17.7.1 to 17.7.2
Bumps [yargs](https://github.com/yargs/yargs) from 17.7.1 to 17.7.2.
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs/compare/v17.7.1...v17.7.2)

---
updated-dependencies:
- dependency-name: yargs
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-01 17:56:41 +00:00

33 lines
745 B
JSON

{
"name": "http-request-action",
"version": "1.11.2",
"description": "",
"main": "src/index.js",
"private": false,
"scripts": {
"build": "ncc build src/index.js -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fjogeleit/http-request-action.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/fjogeleit/http-request-action/issues"
},
"homepage": "https://github.com/fjogeleit/http-request-action#readme",
"devDependencies": {
"@vercel/ncc": "^0.36.1",
"axios": "^1.3",
"form-data": "^4.0.0",
"yargs": "^17.7.2"
},
"dependencies": {
"@actions/core": "^1.10.0"
},
"engines": {
"node": ">=16.0.0"
}
}