From e8402761163f14e02c29e10cb5171f96384e350e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 04:38:20 +0000 Subject: [PATCH] Bump xmldom from 0.2.1 to 0.5.0 Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.2.1 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.2.1...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 08b7a790..7980b59e 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "react": "^16.12.0", "react-dom": "^16.4.1", "uuid": "^3.3.2", - "xmldom": "^0.2.1", + "xmldom": "^0.5.0", "xpath.js": "^1.1.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 4fdb1d88..870b04e8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8734,10 +8734,10 @@ xmldom@=0.1.19: version "0.1.19" resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.19.tgz#631fc07776efd84118bf25171b37ed4d075a0abc" -xmldom@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.2.1.tgz#cac9465066f161e1c3302793ea4dbe59c518274f" - integrity sha512-kXXiYvmblIgEemGeB75y97FyaZavx6SQhGppLw5TKWAD2Wd0KAly0g23eVLh17YcpxZpnFym1Qk/eaRjy1APPg== +xmldom@^0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.5.0.tgz#193cb96b84aa3486127ea6272c4596354cb4962e" + integrity sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA== xpath.js@>=0.0.3, xpath.js@^1.1.0: version "1.1.0"