http/package.json
dependabot[bot] 322dbb7bdb
Bump axios from 1.2.0 to 1.2.1
Bumps [axios](https://github.com/axios/axios) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.2.0...v1.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-12 17:00:51 +00:00

33 lines
747 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.34.0",
"axios": "^1.2.1",
"form-data": "^4.0.0",
"yargs": "^17.6.2"
},
"dependencies": {
"@actions/core": "^1.10.0"
},
"engines": {
"node": ">=16.0.0"
}
}