Bumps the npm group in /dev/coverage-action with 1 update: [npm-check-updates](https://github.com/raineorshine/npm-check-updates). Updates `npm-check-updates` from 16.14.15 to 16.14.17 - [Release notes](https://github.com/raineorshine/npm-check-updates/releases) - [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md) - [Commits](https://github.com/raineorshine/npm-check-updates/compare/v16.14.15...v16.14.17) --- updated-dependencies: - dependency-name: npm-check-updates dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25 lines
659 B
JSON
25 lines
659 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.10.1",
|
|
"@actions/github": "6.0.0",
|
|
"chart.js": "3.9.1",
|
|
"chartjs-node-canvas": "4.1.6",
|
|
"lodash": "4.17.21",
|
|
"luxon": "3.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.57.0",
|
|
"eslint-config-standard": "17.1.0",
|
|
"eslint-plugin-import": "2.29.1",
|
|
"eslint-plugin-node": "11.1.0",
|
|
"eslint-plugin-promise": "6.1.1",
|
|
"npm-check-updates": "16.14.17"
|
|
}
|
|
}
|