mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) Updates `mocha` from 7.2.0 to 10.2.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v7.2.0...v10.2.0) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect - dependency-name: mocha dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "pa11y-dashboard",
|
|
"version": "4.2.0",
|
|
"private": true,
|
|
"description": "Pa11y Dashboard is a visual web interface to the Pa11y accessibility reporter",
|
|
"keywords": [
|
|
"accessibility",
|
|
"analysis",
|
|
"report"
|
|
],
|
|
"author": "Team Pa11y",
|
|
"contributors": [
|
|
"Perry Harlock (http://www.phwebs.co.uk/)",
|
|
"Rowan Manning (http://rowanmanning.com/)"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pa11y/dashboard.git"
|
|
},
|
|
"homepage": "https://github.com/pa11y/dashboard",
|
|
"bugs": "https://github.com/pa11y/dashboard/issues",
|
|
"license": "GPL-3.0",
|
|
"engines": {
|
|
"node": ">=12 <16"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "~1.19.2",
|
|
"compression": "~1.7.4",
|
|
"express": "~4.17.3",
|
|
"express-hbs": "~2.4.0",
|
|
"http-headers": "~3.0.2",
|
|
"kleur": "~4.1.4",
|
|
"moment": "~2.29.1",
|
|
"morgan": "~1.10.0",
|
|
"nanoid": "~3.3.2",
|
|
"pa11y-webservice": "~4.0.1",
|
|
"pa11y-webservice-client-node": "~3.0.0",
|
|
"underscore": "~1.13.2"
|
|
},
|
|
"devDependencies": {
|
|
"bower": "^1.8.13",
|
|
"cheerio": "^1.0.0-rc.10",
|
|
"eslint": "^7.27.0",
|
|
"less": "^3.11.1",
|
|
"mocha": "^10.2.0",
|
|
"pa11y-lint-config": "^2.0.0",
|
|
"proclaim": "^3.6.0",
|
|
"request": "^2.88.2",
|
|
"uglify-js": "^3.11.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "make ci"
|
|
}
|
|
}
|