From 7e1f1e5aad19d709a48cd4d06196fa4db792400f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:24:37 +0200 Subject: [PATCH] fix(universal-xml-plugin): update dependency @xmldom/xmldom to v0.9.7 (#20918) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 20 ++++++++++---------- packages/fake-driver/package.json | 2 +- packages/universal-xml-plugin/package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b9a63269..1d90e5fd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3802,9 +3802,9 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.9.6", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.6.tgz", - "integrity": "sha512-Su4xcxR0CPGwlDHNmVP09fqET9YxbyDXHaSob6JlBH7L6reTYaeim6zbk9o08UarO0L5GTRo3uzl0D+9lSxmvw==", + "version": "0.9.7", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.7.tgz", + "integrity": "sha512-syvR8iIJjpTZ/stv7l89UAViwGFh6lbheeOaqSxkYx9YNmIVvPTRH+CT/fpykFtUx5N+8eSMDRvggF9J8GEPzQ==", "license": "MIT", "engines": { "node": ">=14.6" @@ -18975,7 +18975,7 @@ "license": "Apache-2.0", "dependencies": { "@types/bluebird": "3.5.42", - "@xmldom/xmldom": "0.9.6", + "@xmldom/xmldom": "0.9.7", "asyncbox": "3.0.0", "bluebird": "3.7.2", "lodash": "4.17.21", @@ -19623,7 +19623,7 @@ "license": "Apache-2.0", "dependencies": { "@types/xmldom": "0.1.34", - "@xmldom/xmldom": "0.9.6", + "@xmldom/xmldom": "0.9.7", "fast-xml-parser": "4.5.1", "lodash": "4.17.21", "source-map-support": "0.5.21", @@ -20210,7 +20210,7 @@ "version": "file:packages/fake-driver", "requires": { "@types/bluebird": "3.5.42", - "@xmldom/xmldom": "0.9.6", + "@xmldom/xmldom": "0.9.7", "asyncbox": "3.0.0", "bluebird": "3.7.2", "lodash": "4.17.21", @@ -20649,7 +20649,7 @@ "version": "file:packages/universal-xml-plugin", "requires": { "@types/xmldom": "0.1.34", - "@xmldom/xmldom": "0.9.6", + "@xmldom/xmldom": "0.9.7", "fast-xml-parser": "4.5.1", "lodash": "4.17.21", "source-map-support": "0.5.21", @@ -23046,9 +23046,9 @@ } }, "@xmldom/xmldom": { - "version": "0.9.6", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.6.tgz", - "integrity": "sha512-Su4xcxR0CPGwlDHNmVP09fqET9YxbyDXHaSob6JlBH7L6reTYaeim6zbk9o08UarO0L5GTRo3uzl0D+9lSxmvw==" + "version": "0.9.7", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.7.tgz", + "integrity": "sha512-syvR8iIJjpTZ/stv7l89UAViwGFh6lbheeOaqSxkYx9YNmIVvPTRH+CT/fpykFtUx5N+8eSMDRvggF9J8GEPzQ==" }, "@yarnpkg/lockfile": { "version": "1.1.0", diff --git a/packages/fake-driver/package.json b/packages/fake-driver/package.json index 8bef6230e..96820be3a 100644 --- a/packages/fake-driver/package.json +++ b/packages/fake-driver/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@types/bluebird": "3.5.42", - "@xmldom/xmldom": "0.9.6", + "@xmldom/xmldom": "0.9.7", "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 4aaa42e5a..d6e160480 100644 --- a/packages/universal-xml-plugin/package.json +++ b/packages/universal-xml-plugin/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@types/xmldom": "0.1.34", - "@xmldom/xmldom": "0.9.6", + "@xmldom/xmldom": "0.9.7", "fast-xml-parser": "4.5.1", "lodash": "4.17.21", "source-map-support": "0.5.21",