chore: update deps

This commit is contained in:
nanov 2020-05-09 13:19:56 +03:00
parent 4e5d8c2ea5
commit bd11a410f1
2 changed files with 1359 additions and 729 deletions

2068
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -55,24 +55,24 @@
],
"license": "GPL-3.0-only",
"dependencies": {
"auto-changelog": "^1.16.2",
"handlebars": "^4.7.3",
"handlebars": "^4.7.6",
"js2xmlparser": "^4.0.1",
"node-forge": "^0.9.1",
"request": "^2.88.2",
"uuid": "^7.0.2",
"xml-crypto": "^1.4.0",
"xmldom": "^0.1.27",
"uuid": "^8.0.0",
"xml-crypto": "^1.5.3",
"xmldom": "^0.3.0",
"xpath": "0.0.27"
},
"devDependencies": {
"auto-changelog": "^1.16.2",
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"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": "^6.2.2",
"nyc": "^14.1.1"
"mocha": "^7.1.2",
"nyc": "^15.0.1"
}
}