From be585e6d3080b64b451b1fb4837c30d0e19fb8f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 22:45:28 +0000 Subject: [PATCH] Bump xmldom from 0.1.27 to 0.5.0 Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.1.27 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/v0.1.27...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 a78173e3..aad80461 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -13995,9 +13995,9 @@ "dev": true }, "xmldom": { - "version": "0.1.27", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz", - "integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=" + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.5.0.tgz", + "integrity": "sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA==" }, "xmlhttprequest-ssl": { "version": "1.5.5", diff --git a/package.json b/package.json index 6a8c4d16..6ec938d4 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "run-sequence": "^2.2.1", "sinon": "^7.3.2", "standard": "^12.0.1", - "xmldom": "^0.1.27" + "xmldom": "^0.5.0" }, "dependencies": { "@handlebars/allow-prototype-access": "^1.0.3",