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

This commit is contained in:
renovate[bot]
2023-03-31 11:53:58 +00:00
parent 1ea309814a
commit b9d339eaf3
3 changed files with 7 additions and 6 deletions

9
package-lock.json generated
View File

@@ -5053,8 +5053,9 @@
}
},
"node_modules/@xmldom/xmldom": {
"version": "0.8.6",
"license": "MIT",
"version": "0.8.7",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.7.tgz",
"integrity": "sha512-sI1Ly2cODlWStkINzqGrZ8K6n+MTSbAeQnAipGyL+KZCXuHaRlj2gyyy8B/9MvsFFqN7XHryQnB2QwhzvJXovg==",
"engines": {
"node": ">=10.0.0"
}
@@ -20489,7 +20490,7 @@
"license": "Apache-2.0",
"dependencies": {
"@types/bluebird": "3.5.38",
"@xmldom/xmldom": "0.8.6",
"@xmldom/xmldom": "0.8.7",
"asyncbox": "2.9.4",
"bluebird": "3.7.2",
"lodash": "4.17.21",
@@ -20920,7 +20921,7 @@
"license": "Apache-2.0",
"dependencies": {
"@types/xmldom": "0.1.31",
"@xmldom/xmldom": "0.8.6",
"@xmldom/xmldom": "0.8.7",
"fast-xml-parser": "3.21.1",
"lodash": "4.17.21",
"source-map-support": "0.5.21",

View File

@@ -47,7 +47,7 @@
},
"dependencies": {
"@types/bluebird": "3.5.38",
"@xmldom/xmldom": "0.8.6",
"@xmldom/xmldom": "0.8.7",
"asyncbox": "2.9.4",
"bluebird": "3.7.2",
"lodash": "4.17.21",

View File

@@ -37,7 +37,7 @@
},
"dependencies": {
"@types/xmldom": "0.1.31",
"@xmldom/xmldom": "0.8.6",
"@xmldom/xmldom": "0.8.7",
"fast-xml-parser": "3.21.1",
"lodash": "4.17.21",
"source-map-support": "0.5.21",