From e7ea3474388616ecfe21d997b42e512b04ba723d Mon Sep 17 00:00:00 2001 From: jeremia49 Date: Wed, 24 Nov 2021 12:05:52 +0700 Subject: [PATCH] Remove xmldom from dependencies --- package.json | 1 - yarn.lock | 5 ----- 2 files changed, 6 deletions(-) diff --git a/package.json b/package.json index 3b9cc9592..4ed436df3 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,6 @@ "webdav": "4.6.0", "xhr": "^2.5.0", "xml-js": "^1.6.11", - "xmldom": "^0.3.0", "xmlhttprequest": "^1.8.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 4b5becbb6..22d295042 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9390,11 +9390,6 @@ xmlcreate@^2.0.3: resolved "https://registry.yarnpkg.com/xmlcreate/-/xmlcreate-2.0.3.tgz#df9ecd518fd3890ab3548e1b811d040614993497" integrity sha512-HgS+X6zAztGa9zIK3Y3LXuJes33Lz9x+YyTxgrkIdabu2vqcGOWwdfCpf1hWLRrd553wd4QCDf6BBO6FfdsRiQ== -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== - xmlhttprequest@^1.8.0: version "1.8.0" resolved "https://registry.yarnpkg.com/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz#67fe075c5c24fef39f9d65f5f7b7fe75171968fc"