mirror of
https://github.com/fjogeleit/http-request-action.git
synced 2024-11-21 11:20:57 -05:00
1e440b8b8c
Bumps [axios](https://github.com/axios/axios) from 1.6.8 to 1.7.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.6.8...v1.7.1) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
33 lines
745 B
JSON
33 lines
745 B
JSON
{
|
|
"name": "http-request-action",
|
|
"version": "1.14.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.38.1",
|
|
"axios": "^1.7",
|
|
"form-data": "^4.0.0",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
}
|