mirror of
https://github.com/appium/appium.git
synced 2026-02-21 10:49:52 -06:00
fix(universal-xml-plugin): update dependency @xmldom/xmldom to v0.8.6
This commit is contained in:
20
package-lock.json
generated
20
package-lock.json
generated
@@ -7570,9 +7570,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@xmldom/xmldom": {
|
||||
"version": "0.8.5",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.5.tgz",
|
||||
"integrity": "sha512-0dpjDLeCXYThL2YhqZcd/spuwoH+dmnFoND9ZxZkAYxp1IJUB2GP16ow2MJRsjVxy8j1Qv8BJRmN5GKnbDKCmQ==",
|
||||
"version": "0.8.6",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.6.tgz",
|
||||
"integrity": "sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg==",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
}
|
||||
@@ -26329,7 +26329,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@types/bluebird": "3.5.37",
|
||||
"@xmldom/xmldom": "0.8.5",
|
||||
"@xmldom/xmldom": "0.8.6",
|
||||
"asyncbox": "2.9.2",
|
||||
"bluebird": "3.7.2",
|
||||
"lodash": "4.17.21",
|
||||
@@ -26831,7 +26831,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@types/xmldom": "0.1.31",
|
||||
"@xmldom/xmldom": "0.8.5",
|
||||
"@xmldom/xmldom": "0.8.6",
|
||||
"fast-xml-parser": "3.21.1",
|
||||
"source-map-support": "0.5.21",
|
||||
"xpath": "0.0.32"
|
||||
@@ -27065,7 +27065,7 @@
|
||||
"version": "file:packages/fake-driver",
|
||||
"requires": {
|
||||
"@types/bluebird": "3.5.37",
|
||||
"@xmldom/xmldom": "0.8.5",
|
||||
"@xmldom/xmldom": "0.8.6",
|
||||
"asyncbox": "2.9.2",
|
||||
"bluebird": "3.7.2",
|
||||
"lodash": "4.17.21",
|
||||
@@ -27417,7 +27417,7 @@
|
||||
"version": "file:packages/universal-xml-plugin",
|
||||
"requires": {
|
||||
"@types/xmldom": "0.1.31",
|
||||
"@xmldom/xmldom": "0.8.5",
|
||||
"@xmldom/xmldom": "0.8.6",
|
||||
"fast-xml-parser": "3.21.1",
|
||||
"source-map-support": "0.5.21",
|
||||
"xpath": "0.0.32"
|
||||
@@ -32936,9 +32936,9 @@
|
||||
}
|
||||
},
|
||||
"@xmldom/xmldom": {
|
||||
"version": "0.8.5",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.5.tgz",
|
||||
"integrity": "sha512-0dpjDLeCXYThL2YhqZcd/spuwoH+dmnFoND9ZxZkAYxp1IJUB2GP16ow2MJRsjVxy8j1Qv8BJRmN5GKnbDKCmQ=="
|
||||
"version": "0.8.6",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.6.tgz",
|
||||
"integrity": "sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg=="
|
||||
},
|
||||
"abbrev": {
|
||||
"version": "1.1.1",
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/bluebird": "3.5.37",
|
||||
"@xmldom/xmldom": "0.8.5",
|
||||
"@xmldom/xmldom": "0.8.6",
|
||||
"asyncbox": "2.9.2",
|
||||
"bluebird": "3.7.2",
|
||||
"lodash": "4.17.21",
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/xmldom": "0.1.31",
|
||||
"@xmldom/xmldom": "0.8.5",
|
||||
"@xmldom/xmldom": "0.8.6",
|
||||
"fast-xml-parser": "3.21.1",
|
||||
"source-map-support": "0.5.21",
|
||||
"xpath": "0.0.32"
|
||||
|
||||
Reference in New Issue
Block a user