chore: update deps

This commit is contained in:
nanov
2021-03-30 10:36:45 +03:00
parent f6dfc73ff2
commit e6420244dc
2 changed files with 314 additions and 270 deletions

View File

@@ -59,24 +59,24 @@
],
"license": "GPL-3.0-only",
"dependencies": {
"handlebars": "^4.7.6",
"handlebars": "^4.7.7",
"js2xmlparser": "^4.0.1",
"node-forge": "^0.10.0",
"request": "^2.88.2",
"uuid": "^8.0.0",
"xml-crypto": "^2.0.0",
"xmldom": "^0.3.0",
"xpath": "0.0.27"
"uuid": "^8.3.2",
"xml-crypto": "^2.1.1",
"xmldom": "^0.5.0",
"xpath": "0.0.32"
},
"devDependencies": {
"auto-changelog": "^1.16.2",
"chai": "^4.2.0",
"chai": "^4.3.4",
"coveralls": "^3.1.0",
"eslint": "^6.7.2",
"eslint-config-ecollect-base": "^0.1.2",
"eslint-plugin-import": "^2.18.2",
"libxmljs": "^0.19.7",
"mocha": "^7.1.2",
"nyc": "^15.0.1"
"nyc": "^15.1.0"
}
}