From 4645611263d441a4f09f7ed680f884745ca7bd55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 01:16:03 +0000 Subject: [PATCH] Bump xmldom from 0.3.0 to 0.6.0 Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.3.0 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.3.0...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 638c985..29a0946 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "author": "Wilfred Springer", "license": "MIT", "dependencies": { - "xmldom": "^0.3.0" + "xmldom": "^0.6.0" }, "jest": { "preset": "jest-preset-coffeescript" diff --git a/yarn.lock b/yarn.lock index ba75878..2cd7ea6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3294,10 +3294,10 @@ xml-parser-xo@^3.0.0: resolved "https://registry.yarnpkg.com/xml-parser-xo/-/xml-parser-xo-3.0.0.tgz#4d46f1962e5100f228b5f73f34c61bb798430195" integrity sha512-MPPexqXBx48m3OFMQXxo7+RYhG6o6kCGflk4q4oL3uQ0b7d5NDKjHFDwUoozOTPT3WFztT13z3R9Sn0QCTIJcQ== -xmldom@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.3.0.tgz#e625457f4300b5df9c2e1ecb776147ece47f3e5a" - integrity sha512-z9s6k3wxE+aZHgXYxSTpGDo7BYOUfJsIRyoZiX6HTjwpwfS2wpQBQKa2fD+ShLyPkqDYo5ud7KitmLZ2Cd6r0g== +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== y18n@^4.0.0: version "4.0.0"