Merge pull request #46 from node-ebics/dependabot/npm_and_yarn/xmldom-0.5.0

chore(deps): bump xmldom from 0.3.0 to 0.5.0
This commit is contained in:
Dimitar Nanov 2021-03-30 10:29:44 +03:00 committed by GitHub
commit c8220f6d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "ebics-client",
"version": "0.1.6",
"version": "0.1.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -4367,9 +4367,9 @@
"integrity": "sha512-HgS+X6zAztGa9zIK3Y3LXuJes33Lz9x+YyTxgrkIdabu2vqcGOWwdfCpf1hWLRrd553wd4QCDf6BBO6FfdsRiQ=="
},
"xmldom": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.3.0.tgz",
"integrity": "sha512-z9s6k3wxE+aZHgXYxSTpGDo7BYOUfJsIRyoZiX6HTjwpwfS2wpQBQKa2fD+ShLyPkqDYo5ud7KitmLZ2Cd6r0g=="
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.5.0.tgz",
"integrity": "sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA=="
},
"xpath": {
"version": "0.0.27",

View File

@ -65,7 +65,7 @@
"request": "^2.88.2",
"uuid": "^8.0.0",
"xml-crypto": "^2.0.0",
"xmldom": "^0.3.0",
"xmldom": "^0.5.0",
"xpath": "0.0.27"
},
"devDependencies": {