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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-10-14 20:59:59 +03:00
committed by GitHub
parent 12969268fe
commit b56b180f34
3 changed files with 12 additions and 12 deletions

20
package-lock.json generated
View File

@@ -3879,9 +3879,9 @@
}
},
"node_modules/@xmldom/xmldom": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.3.tgz",
"integrity": "sha512-W7fOe0N+t2eyL9sjDE+7bBNo/NZg6U6aU0Rp8wwQV8TRkzLnX13SvROoyJMAH0Kcm9G1DX9b1XI4LxwKxowsXw==",
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.4.tgz",
"integrity": "sha512-zglELfWx7g1cEpVMRBZ0srIQO5nEvKvraJ6CVUC/c5Ky1GgX8OIjtUj5qOweTYULYZo5VnXs/LpUUUNiGpX/rA==",
"license": "MIT",
"engines": {
"node": ">=14.6"
@@ -19609,7 +19609,7 @@
"license": "Apache-2.0",
"dependencies": {
"@types/bluebird": "3.5.42",
"@xmldom/xmldom": "0.9.3",
"@xmldom/xmldom": "0.9.4",
"asyncbox": "3.0.0",
"bluebird": "3.7.2",
"lodash": "4.17.21",
@@ -20256,7 +20256,7 @@
"license": "Apache-2.0",
"dependencies": {
"@types/xmldom": "0.1.34",
"@xmldom/xmldom": "0.9.3",
"@xmldom/xmldom": "0.9.4",
"fast-xml-parser": "4.5.0",
"lodash": "4.17.21",
"source-map-support": "0.5.21",
@@ -20625,7 +20625,7 @@
"version": "file:packages/fake-driver",
"requires": {
"@types/bluebird": "3.5.42",
"@xmldom/xmldom": "0.9.3",
"@xmldom/xmldom": "0.9.4",
"asyncbox": "3.0.0",
"bluebird": "3.7.2",
"lodash": "4.17.21",
@@ -21065,7 +21065,7 @@
"version": "file:packages/universal-xml-plugin",
"requires": {
"@types/xmldom": "0.1.34",
"@xmldom/xmldom": "0.9.3",
"@xmldom/xmldom": "0.9.4",
"fast-xml-parser": "4.5.0",
"lodash": "4.17.21",
"source-map-support": "0.5.21",
@@ -23555,9 +23555,9 @@
}
},
"@xmldom/xmldom": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.3.tgz",
"integrity": "sha512-W7fOe0N+t2eyL9sjDE+7bBNo/NZg6U6aU0Rp8wwQV8TRkzLnX13SvROoyJMAH0Kcm9G1DX9b1XI4LxwKxowsXw=="
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.4.tgz",
"integrity": "sha512-zglELfWx7g1cEpVMRBZ0srIQO5nEvKvraJ6CVUC/c5Ky1GgX8OIjtUj5qOweTYULYZo5VnXs/LpUUUNiGpX/rA=="
},
"@yarnpkg/lockfile": {
"version": "1.1.0",

View File

@@ -43,7 +43,7 @@
},
"dependencies": {
"@types/bluebird": "3.5.42",
"@xmldom/xmldom": "0.9.3",
"@xmldom/xmldom": "0.9.4",
"asyncbox": "3.0.0",
"bluebird": "3.7.2",
"lodash": "4.17.21",

View File

@@ -37,7 +37,7 @@
},
"dependencies": {
"@types/xmldom": "0.1.34",
"@xmldom/xmldom": "0.9.3",
"@xmldom/xmldom": "0.9.4",
"fast-xml-parser": "4.5.0",
"lodash": "4.17.21",
"source-map-support": "0.5.21",