diff --git a/package-lock.json b/package-lock.json index 1a2cbbb6e..39a409412 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3823,9 +3823,9 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.9.7", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.7.tgz", - "integrity": "sha512-syvR8iIJjpTZ/stv7l89UAViwGFh6lbheeOaqSxkYx9YNmIVvPTRH+CT/fpykFtUx5N+8eSMDRvggF9J8GEPzQ==", + "version": "0.9.8", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.8.tgz", + "integrity": "sha512-p96FSY54r+WJ50FIOsCOjyj/wavs8921hG5+kVMmZgKcvIKxMXHTrjNJvRgWa/zuX3B6t2lijLNFaOyuxUH+2A==", "license": "MIT", "engines": { "node": ">=14.6" @@ -19003,7 +19003,7 @@ "version": "5.7.1", "license": "Apache-2.0", "dependencies": { - "@xmldom/xmldom": "0.9.7", + "@xmldom/xmldom": "0.9.8", "asyncbox": "3.0.0", "bluebird": "3.7.2", "lodash": "4.17.21", @@ -19623,7 +19623,7 @@ "version": "1.0.30", "license": "Apache-2.0", "dependencies": { - "@xmldom/xmldom": "0.9.7", + "@xmldom/xmldom": "0.9.8", "fast-xml-parser": "5.0.8", "lodash": "4.17.21", "source-map-support": "0.5.21", @@ -20226,7 +20226,7 @@ "@appium/fake-driver": { "version": "file:packages/fake-driver", "requires": { - "@xmldom/xmldom": "0.9.7", + "@xmldom/xmldom": "0.9.8", "asyncbox": "3.0.0", "bluebird": "3.7.2", "lodash": "4.17.21", @@ -20639,7 +20639,7 @@ "@appium/universal-xml-plugin": { "version": "file:packages/universal-xml-plugin", "requires": { - "@xmldom/xmldom": "0.9.7", + "@xmldom/xmldom": "0.9.8", "fast-xml-parser": "5.0.8", "lodash": "4.17.21", "source-map-support": "0.5.21", @@ -23057,9 +23057,9 @@ } }, "@xmldom/xmldom": { - "version": "0.9.7", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.7.tgz", - "integrity": "sha512-syvR8iIJjpTZ/stv7l89UAViwGFh6lbheeOaqSxkYx9YNmIVvPTRH+CT/fpykFtUx5N+8eSMDRvggF9J8GEPzQ==" + "version": "0.9.8", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.8.tgz", + "integrity": "sha512-p96FSY54r+WJ50FIOsCOjyj/wavs8921hG5+kVMmZgKcvIKxMXHTrjNJvRgWa/zuX3B6t2lijLNFaOyuxUH+2A==" }, "@yarnpkg/lockfile": { "version": "1.1.0", diff --git a/packages/fake-driver/package.json b/packages/fake-driver/package.json index f709ed8c1..2767899cd 100644 --- a/packages/fake-driver/package.json +++ b/packages/fake-driver/package.json @@ -42,7 +42,7 @@ "test:unit": "mocha --timeout 10s --slow 5s \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@xmldom/xmldom": "0.9.7", + "@xmldom/xmldom": "0.9.8", "asyncbox": "3.0.0", "bluebird": "3.7.2", "lodash": "4.17.21", diff --git a/packages/universal-xml-plugin/package.json b/packages/universal-xml-plugin/package.json index d2f1ec058..1d6fff7ce 100644 --- a/packages/universal-xml-plugin/package.json +++ b/packages/universal-xml-plugin/package.json @@ -37,7 +37,7 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@xmldom/xmldom": "0.9.7", + "@xmldom/xmldom": "0.9.8", "fast-xml-parser": "5.0.8", "lodash": "4.17.21", "source-map-support": "0.5.21",