Updated dependencies.

This commit is contained in:
David Soulayrol 2023-08-28 21:43:20 +02:00
commit fec615f7d9
2 changed files with 652 additions and 953 deletions

1601
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -23,11 +23,11 @@
"test": "node_modules/.bin/mocha --reporter spec --slow 300"
},
"dependencies": {
"debug": "~2.2.0",
"debug": "^2.6.9",
"minimatch": "^3.0.3"
},
"devDependencies": {
"metalsmith": "^2.3.0",
"mocha": "^4.0.1"
"mocha": "^10.2.0"
}
}