diff --git a/package-lock.json b/package-lock.json index f4fb46e83..755fde0f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3858,9 +3858,9 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.9.5", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.5.tgz", - "integrity": "sha512-6g1EwSs8cr8JhP1iBxzyVAWM6BIDvx9Y3FZRIQiMDzgG43Pxi8YkWOZ0nQj2NHgNzgXDZbJewFx/n+YAvMZrfg==", + "version": "0.9.6", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.6.tgz", + "integrity": "sha512-Su4xcxR0CPGwlDHNmVP09fqET9YxbyDXHaSob6JlBH7L6reTYaeim6zbk9o08UarO0L5GTRo3uzl0D+9lSxmvw==", "license": "MIT", "engines": { "node": ">=14.6" @@ -19409,7 +19409,7 @@ "license": "Apache-2.0", "dependencies": { "@types/bluebird": "3.5.42", - "@xmldom/xmldom": "0.9.5", + "@xmldom/xmldom": "0.9.6", "asyncbox": "3.0.0", "bluebird": "3.7.2", "lodash": "4.17.21", @@ -20057,7 +20057,7 @@ "license": "Apache-2.0", "dependencies": { "@types/xmldom": "0.1.34", - "@xmldom/xmldom": "0.9.5", + "@xmldom/xmldom": "0.9.6", "fast-xml-parser": "4.5.0", "lodash": "4.17.21", "source-map-support": "0.5.21", @@ -20284,7 +20284,7 @@ "version": "file:packages/fake-driver", "requires": { "@types/bluebird": "3.5.42", - "@xmldom/xmldom": "0.9.5", + "@xmldom/xmldom": "0.9.6", "asyncbox": "3.0.0", "bluebird": "3.7.2", "lodash": "4.17.21", @@ -20724,7 +20724,7 @@ "version": "file:packages/universal-xml-plugin", "requires": { "@types/xmldom": "0.1.34", - "@xmldom/xmldom": "0.9.5", + "@xmldom/xmldom": "0.9.6", "fast-xml-parser": "4.5.0", "lodash": "4.17.21", "source-map-support": "0.5.21", @@ -23199,9 +23199,9 @@ } }, "@xmldom/xmldom": { - "version": "0.9.5", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.5.tgz", - "integrity": "sha512-6g1EwSs8cr8JhP1iBxzyVAWM6BIDvx9Y3FZRIQiMDzgG43Pxi8YkWOZ0nQj2NHgNzgXDZbJewFx/n+YAvMZrfg==" + "version": "0.9.6", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.6.tgz", + "integrity": "sha512-Su4xcxR0CPGwlDHNmVP09fqET9YxbyDXHaSob6JlBH7L6reTYaeim6zbk9o08UarO0L5GTRo3uzl0D+9lSxmvw==" }, "@yarnpkg/lockfile": { "version": "1.1.0", diff --git a/packages/fake-driver/package.json b/packages/fake-driver/package.json index 42084c6c1..f696d1bc9 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.5", + "@xmldom/xmldom": "0.9.6", "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 65a15ed99..15fbf74b8 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.5", + "@xmldom/xmldom": "0.9.6", "fast-xml-parser": "4.5.0", "lodash": "4.17.21", "source-map-support": "0.5.21",