mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 - [Release notes](https://github.com/hughsk/flat/releases) - [Commits](https://github.com/hughsk/flat/compare/4.1.0...5.0.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: flat dependency-type: indirect - dependency-name: mocha dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
453 B
JSON
26 lines
453 B
JSON
{
|
|
"name": "crafatar",
|
|
"version": "2.1.4",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node www.js",
|
|
"test": "mocha"
|
|
},
|
|
"engines": {
|
|
"node": "12.16.1"
|
|
},
|
|
"dependencies": {
|
|
"@randy.tarampi/lwip": "^1.3.1",
|
|
"canvas": "^2.6.1",
|
|
"crc": "^3.8.0",
|
|
"ejs": "^3.1.5",
|
|
"mime": "^2.4.6",
|
|
"redis": "^3.0.2",
|
|
"request": "^2.88.2",
|
|
"toobusy-js": "^0.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^10.2.0"
|
|
}
|
|
}
|