From 79c863bc8f3b6dfadca21e67cf3d67da1b196871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 00:22:07 +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] --- package-lock.json | 20 +++++++++++++++++--- package.json | 2 +- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index bff62aa..a47cee0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1880,6 +1880,13 @@ "uuid": "^3.3.2", "xml-crypto": "^1.4.0", "xmldom": "^0.1.27" + }, + "dependencies": { + "xmldom": { + "version": "0.1.31", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz", + "integrity": "sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ==" + } } }, "ipaddr.js": { @@ -3748,6 +3755,13 @@ "requires": { "xmldom": "0.1.27", "xpath": "0.0.27" + }, + "dependencies": { + "xmldom": { + "version": "0.1.27", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz", + "integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=" + } } }, "xml2js": { @@ -3765,9 +3779,9 @@ "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=" }, "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==" }, "xpath": { "version": "0.0.27", diff --git a/package.json b/package.json index e58602e..5981f1f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "qs": "^6.7.0", "uuid": "^3.3.2", "xml-crypto": "^1.4.0", - "xmldom": "^0.1.27" + "xmldom": "^0.5.0" }, "devDependencies": { "concurrently": "^4.1.0",