From cd5535e84a0cd08db7ecd0a6cb499951e3552d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 22:44:05 +0000 Subject: [PATCH] Bump xmldom from 0.3.0 to 0.5.0 Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.3.0 to 0.5.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.5.0) 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 909a187c62..4f171245ba 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.5.0", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.5.0.tgz", + "integrity": "sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA==", "dev": true }, "xpath": { diff --git a/package.json b/package.json index 6a2eb4897e..d8c5732f87 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.5.0", "xpath": "0.0.27" }, "engines": {