1
0

Dependency update

This commit is contained in:
Bán Dénes 2023-01-23 10:30:06 +01:00
parent 357e01d639
commit 77778249d2
2 changed files with 552 additions and 308 deletions

842
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,24 +15,24 @@
"coverage": "nyc --reporter=html --reporter=text npm test"
},
"dependencies": {
"fs-extra": "^10.0.1",
"fs-extra": "^11.1.0",
"js-yaml": "^3.14.1",
"jszip": "^3.10.1",
"kle-serial": "github:ergogen/kle-serial#ergogen",
"makerjs": "github:ergogen/maker.js#ergogen",
"mathjs": "^10.1.1",
"yargs": "^17.3.1"
"mathjs": "^11.5.0",
"yargs": "^17.6.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-json": "^4.1.0",
"chai": "^4.3.6",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"dir-compare": "^4.0.0",
"glob": "^7.2.0",
"mocha": "^9.2.1",
"glob": "^8.1.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"rollup": "^2.68.0"
"rollup": "^3.10.1"
},
"nyc": {
"all": true,