mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-12 18:07:10 -04:00
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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
39 lines
992 B
JSON
39 lines
992 B
JSON
{
|
|
"name": "aws-actions-configure-aws-credentials",
|
|
"version": "1.7.0",
|
|
"description": "Configure AWS Credentials",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint **.js",
|
|
"package": "ncc build index.js -o dist && ncc build cleanup.js -o dist/cleanup",
|
|
"test": "npm run lint && jest --coverage --verbose"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/aws-actions/configure-aws-credentials.git"
|
|
},
|
|
"keywords": [
|
|
"AWS",
|
|
"GitHub",
|
|
"Actions",
|
|
"JavaScript"
|
|
],
|
|
"author": "AWS",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/aws-actions/configure-aws-credentials/issues"
|
|
},
|
|
"homepage": "https://github.com/aws-actions/configure-aws-credentials#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"aws-sdk": "^2.1262.0",
|
|
"axios": "^1.2.1",
|
|
"https-proxy-agent": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.34.0",
|
|
"eslint": "^8.29.0",
|
|
"jest": "^29.3.1"
|
|
}
|
|
}
|