Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antelle committed Jun 17, 2021
1 parent ab04f73 commit 0ebbfb6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -273,7 +273,7 @@ npm test

kdbxweb includes these 3rd party libraries:
- [fflate](https://github.com/101arrowz/fflate)
- [xmldom](https://github.com/jindw/xmldom) ([fork](https://github.com/keeweb/xmldom))
- [xmldom](https://github.com/jindw/xmldom)

## Tools

Expand Down
3 changes: 3 additions & 0 deletions lib/utils/xml-utils.ts
Expand Up @@ -27,6 +27,9 @@ function createDOMParser() {

const parserArg = {
errorHandler: {
warning: (e: Error) => {
throw e;
},
error: (e: Error) => {
throw e;
},
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,7 +67,7 @@
},
"dependencies": {
"fflate": "^0.7.1",
"xmldom": "github:keeweb/xmldom#ec8f61f723e2f403adaf7a1bbf55ced4ff1ea0c6"
"xmldom": "^0.6.0"
},
"funding": {
"type": "github",
Expand Down

0 comments on commit 0ebbfb6

Please sign in to comment.