From d59507e33497b73d84eb65f5909766d0f2d9a89f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 01:59:39 +0000 Subject: [PATCH] Bump xmldom from 0.1.22 to 0.6.0 in /moodle Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.1.22 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/commits/0.6.0) --- updated-dependencies: - dependency-name: xmldom dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- moodle/npm-shrinkwrap.json | 6 +++--- moodle/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/moodle/npm-shrinkwrap.json b/moodle/npm-shrinkwrap.json index 94c49b7e..7d3d66a3 100644 --- a/moodle/npm-shrinkwrap.json +++ b/moodle/npm-shrinkwrap.json @@ -7047,9 +7047,9 @@ } }, "xmldom": { - "version": "0.1.22", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.22.tgz", - "integrity": "sha1-EN5OXpZJgfA8jMcvrcCNFLbDqiY=", + "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/moodle/package.json b/moodle/package.json index f5f0cd45..b14ca020 100644 --- a/moodle/package.json +++ b/moodle/package.json @@ -34,7 +34,7 @@ "stylelint": "8.0.0", "stylelint-checkstyle-formatter": "0.1.0", "stylelint-csstree-validator": "1.1.1", - "xmldom": "0.1.22", + "xmldom": "0.6.0", "xpath": "0.0.23" }, "engines": {