diff --git a/package-lock.json b/package-lock.json index 4bdeda5e..dc21ed74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@prisma/client": "5.22.0", "@sentry/nestjs": "^8.39.0", "@sentry/profiling-node": "^8.39.0", - "@xmldom/xmldom": "0.9.6", + "@xmldom/xmldom": "0.7.5", "axios": "1.7.9", "bluebird": "3.7.2", "bull": "4.16.5", @@ -61,8 +61,7 @@ "swagger-ui-express": "5.0.1", "typeorm": "0.3.20", "user-agents": "1.1.405", - "uuid": "9.0.1", - "xmldom": "0.6.0" + "uuid": "9.0.1" }, "devDependencies": { "@eslint/js": "9.17.0", @@ -5764,12 +5763,13 @@ } }, "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.7.5", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.5.tgz", + "integrity": "sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==", + "deprecated": "this version is no longer supported, please update to at least 0.8.*", "license": "MIT", "engines": { - "node": ">=14.6" + "node": ">=10.0.0" } }, "node_modules/@xtuc/ieee754": { @@ -16864,15 +16864,6 @@ "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" }, - "node_modules/xmldom": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.6.0.tgz", - "integrity": "sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg==", - "license": "MIT", - "engines": { - "node": ">=10.0.0" - } - }, "node_modules/xpath": { "version": "0.0.33", "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.33.tgz", @@ -20922,9 +20913,9 @@ "integrity": "sha512-CJDxIgE5I0FH+ttq/Fxy6nRpxP70+e2O048EPe85J2use3XKdatVM7dDVvFNjQudd9B49NPoZ+8PG49zj4Er8Q==" }, "@xmldom/xmldom": { - "version": "0.9.6", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.6.tgz", - "integrity": "sha512-Su4xcxR0CPGwlDHNmVP09fqET9YxbyDXHaSob6JlBH7L6reTYaeim6zbk9o08UarO0L5GTRo3uzl0D+9lSxmvw==" + "version": "0.7.5", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.5.tgz", + "integrity": "sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==" }, "@xtuc/ieee754": { "version": "1.2.0", @@ -28722,11 +28713,6 @@ "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" }, - "xmldom": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.6.0.tgz", - "integrity": "sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg==" - }, "xpath": { "version": "0.0.33", "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.33.tgz", diff --git a/package.json b/package.json index 9502b892..715b7489 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "typeorm": "0.3.20", "user-agents": "1.1.405", "uuid": "9.0.1", - "xmldom": "0.6.0" + "@xmldom/xmldom": "0.7.5" }, "devDependencies": { "@eslint/js": "9.17.0",