From 29409e6ce586f76decf3bd47b50ae5d6c0c8f348 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 17:16:24 +0000 Subject: [PATCH] [Security] 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. **This update includes a security fix.** - [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) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a326f8e..4149ef7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4312,9 +4312,9 @@ } }, "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 cb72347..bd12e7b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "extract-zip": "^1.6.7", "findit2": "^2.2.3", "fs-extra": "^9.0.1", - "xmldom": "^0.3.0" + "xmldom": "^0.6.0" }, "devDependencies": { "@commitlint/cli": "^11.0.0",