From 0f9c8023ad3beff41b451956cc5093c96138ea03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 20:46:52 +0000 Subject: [PATCH] build(deps): bump xmldom from 0.4.0 to 0.6.0 Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.4.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.4.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(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 0f5459f..9737f8c --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "appcd-util": "^3.1.1", "cli-kit": "^1.9.2", "winreglib": "^2.0.3", - "xmldom": "^0.4.0" + "xmldom": "^0.6.0" }, "devDependencies": { "appcd-gulp": "^3.1.1" diff --git a/yarn.lock b/yarn.lock index bc1b91c..72927c2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7125,10 +7125,10 @@ xml@^1.0.1: resolved "https://registry.yarnpkg.com/xml/-/xml-1.0.1.tgz#78ba72020029c5bc87b8a81a3cfcd74b4a2fc1e5" integrity sha1-eLpyAgApxbyHuKgaPPzXS0ovweU= -xmldom@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.4.0.tgz#8771e482a333af44587e30ce026f0998c23f3830" - integrity sha512-2E93k08T30Ugs+34HBSTQLVtpi6mCddaY8uO+pMNk1pqSjV5vElzn4mmh6KLxN3hki8rNcHSYzILoh3TEWORvA== +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== xtend@~4.0.0, xtend@~4.0.1: version "4.0.2"