fix(universal-xml-plugin): update dependency @xmldom/xmldom to v0.8.6

This commit is contained in:
renovate[bot]
2022-11-05 10:20:18 +00:00
parent 6e3bfb8847
commit a33e6b0438
3 changed files with 12 additions and 12 deletions

20
package-lock.json generated
View File

@@ -7570,9 +7570,9 @@
}
},
"node_modules/@xmldom/xmldom": {
"version": "0.8.5",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.5.tgz",
"integrity": "sha512-0dpjDLeCXYThL2YhqZcd/spuwoH+dmnFoND9ZxZkAYxp1IJUB2GP16ow2MJRsjVxy8j1Qv8BJRmN5GKnbDKCmQ==",
"version": "0.8.6",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.6.tgz",
"integrity": "sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg==",
"engines": {
"node": ">=10.0.0"
}
@@ -26329,7 +26329,7 @@
"license": "Apache-2.0",
"dependencies": {
"@types/bluebird": "3.5.37",
"@xmldom/xmldom": "0.8.5",
"@xmldom/xmldom": "0.8.6",
"asyncbox": "2.9.2",
"bluebird": "3.7.2",
"lodash": "4.17.21",
@@ -26831,7 +26831,7 @@
"license": "Apache-2.0",
"dependencies": {
"@types/xmldom": "0.1.31",
"@xmldom/xmldom": "0.8.5",
"@xmldom/xmldom": "0.8.6",
"fast-xml-parser": "3.21.1",
"source-map-support": "0.5.21",
"xpath": "0.0.32"
@@ -27065,7 +27065,7 @@
"version": "file:packages/fake-driver",
"requires": {
"@types/bluebird": "3.5.37",
"@xmldom/xmldom": "0.8.5",
"@xmldom/xmldom": "0.8.6",
"asyncbox": "2.9.2",
"bluebird": "3.7.2",
"lodash": "4.17.21",
@@ -27417,7 +27417,7 @@
"version": "file:packages/universal-xml-plugin",
"requires": {
"@types/xmldom": "0.1.31",
"@xmldom/xmldom": "0.8.5",
"@xmldom/xmldom": "0.8.6",
"fast-xml-parser": "3.21.1",
"source-map-support": "0.5.21",
"xpath": "0.0.32"
@@ -32936,9 +32936,9 @@
}
},
"@xmldom/xmldom": {
"version": "0.8.5",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.5.tgz",
"integrity": "sha512-0dpjDLeCXYThL2YhqZcd/spuwoH+dmnFoND9ZxZkAYxp1IJUB2GP16ow2MJRsjVxy8j1Qv8BJRmN5GKnbDKCmQ=="
"version": "0.8.6",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.6.tgz",
"integrity": "sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg=="
},
"abbrev": {
"version": "1.1.1",

View File

@@ -48,7 +48,7 @@
},
"dependencies": {
"@types/bluebird": "3.5.37",
"@xmldom/xmldom": "0.8.5",
"@xmldom/xmldom": "0.8.6",
"asyncbox": "2.9.2",
"bluebird": "3.7.2",
"lodash": "4.17.21",

View File

@@ -40,7 +40,7 @@
},
"dependencies": {
"@types/xmldom": "0.1.31",
"@xmldom/xmldom": "0.8.5",
"@xmldom/xmldom": "0.8.6",
"fast-xml-parser": "3.21.1",
"source-map-support": "0.5.21",
"xpath": "0.0.32"