From b1bc187ef2640effc7a00add8f0ff5701de07e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 13:42:53 +0000 Subject: [PATCH] Bump xmldom from 0.3.0 to 0.6.0 Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.3.0 to 0.6.0. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](https://github.com/xmldom/xmldom/compare/0.3.0...0.6.0) --- updated-dependencies: - dependency-name: xmldom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86274c5..e493cc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "sax": "^1.2.4", "through2": "^2.0.5", "xml2js": "^0.4.23", - "xmldom": "^0.3.0" + "xmldom": "^0.6.0" }, "devDependencies": { "chai": "^4.2.0", @@ -1881,10 +1881,9 @@ } }, "node_modules/xmldom": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.3.0.tgz", - "integrity": "sha512-z9s6k3wxE+aZHgXYxSTpGDo7BYOUfJsIRyoZiX6HTjwpwfS2wpQBQKa2fD+ShLyPkqDYo5ud7KitmLZ2Cd6r0g==", - "deprecated": "Deprecated due to CVE-2021-21366 resolved in 0.5.0", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.6.0.tgz", + "integrity": "sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg==", "engines": { "node": ">=10.0.0" } @@ -3373,9 +3372,9 @@ "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==" }, "xmldom": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.3.0.tgz", - "integrity": "sha512-z9s6k3wxE+aZHgXYxSTpGDo7BYOUfJsIRyoZiX6HTjwpwfS2wpQBQKa2fD+ShLyPkqDYo5ud7KitmLZ2Cd6r0g==" + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.6.0.tgz", + "integrity": "sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg==" }, "xtend": { "version": "4.0.2", diff --git a/package.json b/package.json index 40e3229..37db378 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "sax": "^1.2.4", "through2": "^2.0.5", "xml2js": "^0.4.23", - "xmldom": "^0.3.0" + "xmldom": "^0.6.0" }, "devDependencies": { "chai": "^4.2.0",