diff --git a/package-lock.json b/package-lock.json index 6af54df1a..e822e7882 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5053,8 +5053,9 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.8.6", - "license": "MIT", + "version": "0.8.7", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.7.tgz", + "integrity": "sha512-sI1Ly2cODlWStkINzqGrZ8K6n+MTSbAeQnAipGyL+KZCXuHaRlj2gyyy8B/9MvsFFqN7XHryQnB2QwhzvJXovg==", "engines": { "node": ">=10.0.0" } @@ -20489,7 +20490,7 @@ "license": "Apache-2.0", "dependencies": { "@types/bluebird": "3.5.38", - "@xmldom/xmldom": "0.8.6", + "@xmldom/xmldom": "0.8.7", "asyncbox": "2.9.4", "bluebird": "3.7.2", "lodash": "4.17.21", @@ -20920,7 +20921,7 @@ "license": "Apache-2.0", "dependencies": { "@types/xmldom": "0.1.31", - "@xmldom/xmldom": "0.8.6", + "@xmldom/xmldom": "0.8.7", "fast-xml-parser": "3.21.1", "lodash": "4.17.21", "source-map-support": "0.5.21", diff --git a/packages/fake-driver/package.json b/packages/fake-driver/package.json index 88be2fbbe..370a6537b 100644 --- a/packages/fake-driver/package.json +++ b/packages/fake-driver/package.json @@ -47,7 +47,7 @@ }, "dependencies": { "@types/bluebird": "3.5.38", - "@xmldom/xmldom": "0.8.6", + "@xmldom/xmldom": "0.8.7", "asyncbox": "2.9.4", "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 2445fa619..4b48e453e 100644 --- a/packages/universal-xml-plugin/package.json +++ b/packages/universal-xml-plugin/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@types/xmldom": "0.1.31", - "@xmldom/xmldom": "0.8.6", + "@xmldom/xmldom": "0.8.7", "fast-xml-parser": "3.21.1", "lodash": "4.17.21", "source-map-support": "0.5.21",