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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-08-04 15:01:54 +02:00
committed by GitHub
parent 03ddcdfcaf
commit 12147d518f
3 changed files with 12 additions and 12 deletions

20
package-lock.json generated
View File

@@ -4995,9 +4995,9 @@
}
},
"node_modules/@xmldom/xmldom": {
"version": "0.8.8",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.8.tgz",
"integrity": "sha512-0LNz4EY8B/8xXY86wMrQ4tz6zEHZv9ehFMJPm8u2gq5lQ71cfRKdaKyxfJAx5aUoyzx0qzgURblTisPGgz3d+Q==",
"version": "0.8.10",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
"integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==",
"engines": {
"node": ">=10.0.0"
}
@@ -22264,7 +22264,7 @@
"license": "Apache-2.0",
"dependencies": {
"@types/bluebird": "3.5.38",
"@xmldom/xmldom": "0.8.8",
"@xmldom/xmldom": "0.8.10",
"asyncbox": "2.9.4",
"bluebird": "3.7.2",
"lodash": "4.17.21",
@@ -22774,7 +22774,7 @@
"license": "Apache-2.0",
"dependencies": {
"@types/xmldom": "0.1.31",
"@xmldom/xmldom": "0.8.8",
"@xmldom/xmldom": "0.8.10",
"fast-xml-parser": "4.2.7",
"lodash": "4.17.21",
"source-map-support": "0.5.21",
@@ -23008,7 +23008,7 @@
"version": "file:packages/fake-driver",
"requires": {
"@types/bluebird": "3.5.38",
"@xmldom/xmldom": "0.8.8",
"@xmldom/xmldom": "0.8.10",
"asyncbox": "2.9.4",
"bluebird": "3.7.2",
"lodash": "4.17.21",
@@ -23326,7 +23326,7 @@
"version": "file:packages/universal-xml-plugin",
"requires": {
"@types/xmldom": "0.1.31",
"@xmldom/xmldom": "0.8.8",
"@xmldom/xmldom": "0.8.10",
"fast-xml-parser": "4.2.7",
"lodash": "4.17.21",
"source-map-support": "0.5.21",
@@ -26612,9 +26612,9 @@
}
},
"@xmldom/xmldom": {
"version": "0.8.8",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.8.tgz",
"integrity": "sha512-0LNz4EY8B/8xXY86wMrQ4tz6zEHZv9ehFMJPm8u2gq5lQ71cfRKdaKyxfJAx5aUoyzx0qzgURblTisPGgz3d+Q=="
"version": "0.8.10",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
"integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw=="
},
"@yarnpkg/lockfile": {
"version": "1.1.0",

View File

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