Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 5.2.0 to 6.1.1. - [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v5.2.0...v6.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24 lines
621 B
JSON
24 lines
621 B
JSON
{
|
|
"name": "coverage-action",
|
|
"version": "1.0.0",
|
|
"description": "Parse and generate coverage and changelog files for Datatracker releases",
|
|
"main": "index.js",
|
|
"author": "IETF Trust",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@actions/core": "1.9.1",
|
|
"@actions/github": "5.0.0",
|
|
"chart.js": "3.7.1",
|
|
"chartjs-node-canvas": "4.1.6",
|
|
"lodash": "4.17.21",
|
|
"luxon": "2.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "7.32.0",
|
|
"eslint-config-standard": "16.0.3",
|
|
"eslint-plugin-import": "2.25.4",
|
|
"eslint-plugin-node": "11.1.0",
|
|
"eslint-plugin-promise": "6.1.1"
|
|
}
|
|
}
|