From d54ace983a6a3efaa1c528e4d63763996d6113b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 00:07:53 +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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 00318c0f2..0f8d335c3 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ "websocket": "1.0.24", "whatwg-fetch": "0.11.1", "x2js": "^3.4.0", - "xmldom": "0.1.27" + "xmldom": "0.5.0" }, "devDependencies": { "babel-jest": "22.0.6", diff --git a/yarn.lock b/yarn.lock index 31765d5d7..95ac07eb1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11842,10 +11842,10 @@ xmlbuilder@9.0.1: resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.1.tgz#91cd70897755363eba57c12ddeeab4a341a61f65" integrity sha1-kc1wiXdVNj66V8Et3uq0o0GmH2U= -xmldom@0.1.27: - version "0.1.27" - resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.27.tgz#d501f97b3bdb403af8ef9ecc20573187aadac0e9" - integrity sha1-1QH5ezvbQDr4757MIFcxh6rawOk= +xmldom@0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.5.0.tgz#193cb96b84aa3486127ea6272c4596354cb4962e" + integrity sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA== xmldom@^0.1.19: version "0.1.31"