From 4ce8f3852b3a65f728f3f4a663cb3a0a8d5e4b83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 20:19:04 +0000 Subject: [PATCH] Bump xmldom from 0.1.27 to 0.6.0 Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.1.27 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/v0.1.27...0.6.0) --- updated-dependencies: - dependency-name: xmldom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/ngx-i18nsupport-lib/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/ngx-i18nsupport-lib/package.json b/projects/ngx-i18nsupport-lib/package.json index 40ad7c1..9f844ff 100644 --- a/projects/ngx-i18nsupport-lib/package.json +++ b/projects/ngx-i18nsupport-lib/package.json @@ -34,7 +34,7 @@ "dependencies": { "@types/xmldom": "^0.1.29", "tokenizr": "^1.3.10", - "xmldom": "^0.1.27" + "xmldom": "^0.6.0" }, "devDependencies": { }, diff --git a/yarn.lock b/yarn.lock index b06a414..71f9582 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8833,10 +8833,10 @@ xmlbuilder@~9.0.1: resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d" integrity sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0= -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.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.6.0.tgz#43a96ecb8beece991cef382c08397d82d4d0c46f" + integrity sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg== xmlhttprequest-ssl@~1.5.4: version "1.5.5"