diff --git a/package-lock.json b/package-lock.json index 606a7c613..c0b45fe9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/packages/fake-driver/package.json b/packages/fake-driver/package.json index 08341334e..d80da665c 100644 --- a/packages/fake-driver/package.json +++ b/packages/fake-driver/package.json @@ -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", diff --git a/packages/universal-xml-plugin/package.json b/packages/universal-xml-plugin/package.json index 818da3810..e9c5e6b92 100644 --- a/packages/universal-xml-plugin/package.json +++ b/packages/universal-xml-plugin/package.json @@ -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"