From 597cac5da524df47df82cac3dd100062d9cd637c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 01:00:09 +0000 Subject: [PATCH] chore(deps): bump xmldom from 0.2.1 to 0.6.0 Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.2.1 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/0.2.1...0.6.0) --- updated-dependencies: - dependency-name: xmldom dependency-type: direct:production ... 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 8b19200..6ae32c5 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "typescript": "3.8.3", "universal-cookie": "^4.0.3", "universal-cookie-express": "^4.0.3", - "xmldom": "^0.2.1", + "xmldom": "^0.6.0", "yup": "^0.28.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index f9174a3..0e56174 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14910,10 +14910,10 @@ xml-name-validator@^3.0.0: resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a" integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw== -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.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.6.0.tgz#43a96ecb8beece991cef382c08397d82d4d0c46f" + integrity sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg== xregexp@^4.3.0: version "4.3.0"