From 1139a0d159abe190f0516723bd535cf337cfc789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 17:38:21 +0000 Subject: [PATCH] Bump xmldom from 0.1.27 to 0.6.0 Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.1.27 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/compare/v0.1.27...0.6.0) --- updated-dependencies: - dependency-name: xmldom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d7caa0..55efd8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,9 +34,9 @@ "integrity": "sha1-f4dliEdxbbUCYyOBL4GMras4el8=" }, "xmldom": { - "version": "0.1.27", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz", - "integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=" + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.6.0.tgz", + "integrity": "sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg==" } } } diff --git a/package.json b/package.json index 75e564e..d6a0f59 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,6 @@ "dashjs": "2.5.0", "hls.js": "^0.7.6", "xhr2": "^0.1.4", - "xmldom": "^0.1.27" + "xmldom": "^0.6.0" } }