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

This commit is contained in:
renovate[bot]
2023-05-31 09:01:53 +00:00
parent 56499eb997
commit 3bf406015e
3 changed files with 12 additions and 9 deletions

17
package-lock.json generated
View File

@@ -4941,8 +4941,9 @@
}
},
"node_modules/@xmldom/xmldom": {
"version": "0.8.7",
"license": "MIT",
"version": "0.8.8",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.8.tgz",
"integrity": "sha512-0LNz4EY8B/8xXY86wMrQ4tz6zEHZv9ehFMJPm8u2gq5lQ71cfRKdaKyxfJAx5aUoyzx0qzgURblTisPGgz3d+Q==",
"engines": {
"node": ">=10.0.0"
}
@@ -22052,7 +22053,7 @@
"license": "Apache-2.0",
"dependencies": {
"@types/bluebird": "3.5.38",
"@xmldom/xmldom": "0.8.7",
"@xmldom/xmldom": "0.8.8",
"asyncbox": "2.9.4",
"bluebird": "3.7.2",
"lodash": "4.17.21",
@@ -22520,7 +22521,7 @@
"license": "Apache-2.0",
"dependencies": {
"@types/xmldom": "0.1.31",
"@xmldom/xmldom": "0.8.7",
"@xmldom/xmldom": "0.8.8",
"fast-xml-parser": "3.21.1",
"lodash": "4.17.21",
"source-map-support": "0.5.21",
@@ -22742,7 +22743,7 @@
"version": "file:packages/fake-driver",
"requires": {
"@types/bluebird": "3.5.38",
"@xmldom/xmldom": "0.8.7",
"@xmldom/xmldom": "0.8.8",
"asyncbox": "2.9.4",
"bluebird": "3.7.2",
"lodash": "4.17.21",
@@ -23032,7 +23033,7 @@
"version": "file:packages/universal-xml-plugin",
"requires": {
"@types/xmldom": "0.1.31",
"@xmldom/xmldom": "0.8.7",
"@xmldom/xmldom": "0.8.8",
"fast-xml-parser": "3.21.1",
"lodash": "4.17.21",
"source-map-support": "0.5.21",
@@ -26287,7 +26288,9 @@
}
},
"@xmldom/xmldom": {
"version": "0.8.7"
"version": "0.8.8",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.8.tgz",
"integrity": "sha512-0LNz4EY8B/8xXY86wMrQ4tz6zEHZv9ehFMJPm8u2gq5lQ71cfRKdaKyxfJAx5aUoyzx0qzgURblTisPGgz3d+Q=="
},
"@yarnpkg/lockfile": {
"version": "1.1.0",

View File

@@ -47,7 +47,7 @@
},
"dependencies": {
"@types/bluebird": "3.5.38",
"@xmldom/xmldom": "0.8.7",
"@xmldom/xmldom": "0.8.8",
"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.7",
"@xmldom/xmldom": "0.8.8",
"fast-xml-parser": "3.21.1",
"lodash": "4.17.21",
"source-map-support": "0.5.21",