From a9ac36d0831408f2c9b7c8ed71e1dbf33846f201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 00:04:50 +0000 Subject: [PATCH] Bump xmldom from 0.1.27 to 0.5.0 Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.1.27 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/v0.1.27...0.5.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index e0bef15654..24149d4304 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "webpack-isomorphic-tools": "3.0.5", "websocket": "1.0.24", "whatwg-fetch": "0.11.1", - "xmldom": "0.1.27" + "xmldom": "0.5.0" }, "devDependencies": { "@storybook/addon-knobs": "3.2.19", diff --git a/yarn.lock b/yarn.lock index 9bd5db9804..9839da9e06 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5023,11 +5023,6 @@ fs.realpath@^1.0.0: resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= -fs@^0.0.1-security: - version "0.0.1-security" - resolved "https://registry.npm.taobao.org/fs/download/fs-0.0.1-security.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffs%2Fdownload%2Ffs-0.0.1-security.tgz#8a7bd37186b6dddf3813f23858b57ecaaf5e41d4" - integrity sha1-invTcYa23d84E/I4WLV+yq9eQdQ= - fsevents@^1.0.0, fsevents@^1.2.3, fsevents@^1.2.7: version "1.2.13" resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38" @@ -12087,10 +12082,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.1.27: - version "0.1.27" - resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.27.tgz#d501f97b3bdb403af8ef9ecc20573187aadac0e9" - integrity sha1-1QH5ezvbQDr4757MIFcxh6rawOk= +xmldom@0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.5.0.tgz#193cb96b84aa3486127ea6272c4596354cb4962e" + integrity sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA== xmlhttprequest@1.8.0: version "1.8.0"