feat: update dependencies

This commit is contained in:
nanov
2023-10-11 21:58:26 +03:00
parent 66bf57f0dc
commit a03ec2283f
7 changed files with 2087 additions and 6982 deletions

View File

@@ -59,24 +59,24 @@
],
"license": "GPL-3.0-only",
"dependencies": {
"handlebars": "^4.7.7",
"js2xmlparser": "^4.0.1",
"node-forge": "^0.10.0",
"handlebars": "^4.7.8",
"js2xmlparser": "^5.0.0",
"node-forge": "^1.3.1",
"request": "^2.88.2",
"uuid": "^8.3.2",
"xml-crypto": "^2.1.1",
"xmldom": "^0.5.0",
"uuid": "^9.0.1",
"xml-crypto": "^4.0.1",
"@xmldom/xmldom": "^0.8.10",
"xpath": "0.0.32"
},
"devDependencies": {
"auto-changelog": "^1.16.2",
"chai": "^4.3.4",
"coveralls": "^3.1.0",
"auto-changelog": "^2.4.0",
"chai": "^4.3.10",
"coveralls": "^3.1.1",
"eslint": "^6.7.2",
"eslint-config-ecollect-base": "^0.1.2",
"eslint-plugin-import": "^2.18.2",
"libxmljs": "^0.19.10",
"mocha": "^7.1.2",
"eslint-plugin-import": "^2.28.1",
"libxmljs": "^1.0.10",
"mocha": "^10.2.0",
"nyc": "^15.1.0"
}
}