curl/package.json
dependabot[bot] cb726fc7c4
Bump @actions/core from 1.6.0 to 1.9.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-18 19:53:19 +00:00

35 lines
784 B
JSON

{
"name": "curl",
"version": "1.0.0",
"description": "github action for CURL",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agoda-com/curl.git"
},
"keywords": [
"github-action-curl"
],
"author": "agoda",
"license": "ISC",
"bugs": {
"url": "https://github.com/agoda-com/curl/issues"
},
"homepage": "https://github.com/agoda-com/curl#readme",
"dependencies": {
"@actions/core": "^1.9.1",
"@types/js-yaml": "^4.0.5",
"axios": "^0.26.1",
"axios-retry": "^3.2.4",
"fs": "0.0.1-security",
"js-yaml": "^4.1.0",
"retry-axios": "^2.6.0"
},
"devDependencies": {
"@types/node": "^13.11.1"
}
}