Bump xmldom from 0.1.27 to 0.5.0 (#163)

Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.1.27 to 0.5.0.
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xmldom/xmldom/compare/v0.1.27...0.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-03-13 17:23:50 -06:00
committed by GitHub
parent 4ff7dbde28
commit 09bbb2bb76
2 changed files with 11 additions and 11 deletions
+10 -10
View File
@@ -1,16 +1,16 @@
{ {
"name": "operator-mono-lig", "name": "operator-mono-lig",
"version": "2.4.0", "version": "2.4.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "2.4.0", "version": "2.4.1",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"hash.js": "^1.1.7", "hash.js": "^1.1.7",
"xml-formatter": "^1.0.1", "xml-formatter": "^1.0.1",
"xmldom": "^0.1.27", "xmldom": "^0.5.0",
"xpath": "0.0.24" "xpath": "0.0.24"
}, },
"devDependencies": { "devDependencies": {
@@ -3453,11 +3453,11 @@
} }
}, },
"node_modules/xmldom": { "node_modules/xmldom": {
"version": "0.1.27", "version": "0.5.0",
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz", "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.5.0.tgz",
"integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=", "integrity": "sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA==",
"engines": { "engines": {
"node": ">=0.1" "node": ">=10.0.0"
} }
}, },
"node_modules/xpath": { "node_modules/xpath": {
@@ -6273,9 +6273,9 @@
} }
}, },
"xmldom": { "xmldom": {
"version": "0.1.27", "version": "0.5.0",
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz", "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.5.0.tgz",
"integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=" "integrity": "sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA=="
}, },
"xpath": { "xpath": {
"version": "0.0.24", "version": "0.0.24",
+1 -1
View File
@@ -14,7 +14,7 @@
"dependencies": { "dependencies": {
"hash.js": "^1.1.7", "hash.js": "^1.1.7",
"xml-formatter": "^1.0.1", "xml-formatter": "^1.0.1",
"xmldom": "^0.1.27", "xmldom": "^0.5.0",
"xpath": "0.0.24" "xpath": "0.0.24"
}, },
"devDependencies": { "devDependencies": {