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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-10-26 18:34:15 +03:00
committed by GitHub
parent d5a9e3926c
commit 7860c05285
3 changed files with 12 additions and 12 deletions
+10 -10
View File
@@ -3881,9 +3881,9 @@
}
},
"node_modules/@xmldom/xmldom": {
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.4.tgz",
"integrity": "sha512-zglELfWx7g1cEpVMRBZ0srIQO5nEvKvraJ6CVUC/c5Ky1GgX8OIjtUj5qOweTYULYZo5VnXs/LpUUUNiGpX/rA==",
"version": "0.9.5",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.5.tgz",
"integrity": "sha512-6g1EwSs8cr8JhP1iBxzyVAWM6BIDvx9Y3FZRIQiMDzgG43Pxi8YkWOZ0nQj2NHgNzgXDZbJewFx/n+YAvMZrfg==",
"license": "MIT",
"engines": {
"node": ">=14.6"
@@ -19629,7 +19629,7 @@
"license": "Apache-2.0",
"dependencies": {
"@types/bluebird": "3.5.42",
"@xmldom/xmldom": "0.9.4",
"@xmldom/xmldom": "0.9.5",
"asyncbox": "3.0.0",
"bluebird": "3.7.2",
"lodash": "4.17.21",
@@ -20276,7 +20276,7 @@
"license": "Apache-2.0",
"dependencies": {
"@types/xmldom": "0.1.34",
"@xmldom/xmldom": "0.9.4",
"@xmldom/xmldom": "0.9.5",
"fast-xml-parser": "4.5.0",
"lodash": "4.17.21",
"source-map-support": "0.5.21",
@@ -20645,7 +20645,7 @@
"version": "file:packages/fake-driver",
"requires": {
"@types/bluebird": "3.5.42",
"@xmldom/xmldom": "0.9.4",
"@xmldom/xmldom": "0.9.5",
"asyncbox": "3.0.0",
"bluebird": "3.7.2",
"lodash": "4.17.21",
@@ -21085,7 +21085,7 @@
"version": "file:packages/universal-xml-plugin",
"requires": {
"@types/xmldom": "0.1.34",
"@xmldom/xmldom": "0.9.4",
"@xmldom/xmldom": "0.9.5",
"fast-xml-parser": "4.5.0",
"lodash": "4.17.21",
"source-map-support": "0.5.21",
@@ -23575,9 +23575,9 @@
}
},
"@xmldom/xmldom": {
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.4.tgz",
"integrity": "sha512-zglELfWx7g1cEpVMRBZ0srIQO5nEvKvraJ6CVUC/c5Ky1GgX8OIjtUj5qOweTYULYZo5VnXs/LpUUUNiGpX/rA=="
"version": "0.9.5",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.5.tgz",
"integrity": "sha512-6g1EwSs8cr8JhP1iBxzyVAWM6BIDvx9Y3FZRIQiMDzgG43Pxi8YkWOZ0nQj2NHgNzgXDZbJewFx/n+YAvMZrfg=="
},
"@yarnpkg/lockfile": {
"version": "1.1.0",
+1 -1
View File
@@ -43,7 +43,7 @@
},
"dependencies": {
"@types/bluebird": "3.5.42",
"@xmldom/xmldom": "0.9.4",
"@xmldom/xmldom": "0.9.5",
"asyncbox": "3.0.0",
"bluebird": "3.7.2",
"lodash": "4.17.21",
+1 -1
View File
@@ -37,7 +37,7 @@
},
"dependencies": {
"@types/xmldom": "0.1.34",
"@xmldom/xmldom": "0.9.4",
"@xmldom/xmldom": "0.9.5",
"fast-xml-parser": "4.5.0",
"lodash": "4.17.21",
"source-map-support": "0.5.21",