From a2b763fcbfeb18bbda705925336262e7027a375a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 02:38:07 +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:development ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 909a187c623..c5f2517c005 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -8818,9 +8818,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==", "dev": true }, "xpath": { diff --git a/package.json b/package.json index 803145cc912..98aad55eca5 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "stylelint": "13.3.3", "stylelint-checkstyle-formatter": "0.1.2", "stylelint-csstree-validator": "1.8.0", - "xmldom": "0.3.0", + "xmldom": "0.6.0", "xpath": "0.0.27" }, "engines": {