From 826a79d8f20d00e5a52b9f4b94955e78373943cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 09:41:48 -0500 Subject: [PATCH] Bump xmldom from 0.4.0 to 0.5.0 in /source (#10) Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.4.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.4.0...0.5.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/package-lock.json | 6 +++--- source/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/package-lock.json b/source/package-lock.json index dfaa97a9..c0192aa1 100644 --- a/source/package-lock.json +++ b/source/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "xmldom": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.4.0.tgz", - "integrity": "sha512-2E93k08T30Ugs+34HBSTQLVtpi6mCddaY8uO+pMNk1pqSjV5vElzn4mmh6KLxN3hki8rNcHSYzILoh3TEWORvA==" + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.5.0.tgz", + "integrity": "sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA==" } } } diff --git a/source/package.json b/source/package.json index 561aa1dc..648037d0 100644 --- a/source/package.json +++ b/source/package.json @@ -17,6 +17,6 @@ }, "homepage": "https://github.com/Cycling74/gen-plugin-export#readme", "dependencies": { - "xmldom": "0.4.0" + "xmldom": "0.5.0" } }