snarf-node/package.json
dependabot[bot] ccbda8e9fa
Bump minimatch and mocha
Bumps [minimatch](https://github.com/isaacs/minimatch) to 5.0.1 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.


Updates `minimatch` from 3.0.4 to 5.0.1
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v5.0.1)

Updates `mocha` from 8.4.0 to 10.1.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/v8.4.0...v10.1.0)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: mocha
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 11:52:13 +00:00

12 lines
252 B
JSON

{
"name": "snarf",
"version": "0.0.0",
"description": "A simple, low-dependency file downloader",
"main": "snarf.js",
"author": "Atlas <AtlasJan@gmx.com>",
"license": "LGPL-3.0-or-later",
"devDependencies": {
"mocha": "^10.1.0"
}
}