From 00442cff4a7dc75e315aaa390c42ac6e92896251 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 26 Mar 2021 05:44:32 -0700 Subject: [PATCH] Update xmldom (security fix) Summary: Fixes https://github.com/facebook/flipper/security/dependabot/desktop/yarn.lock/xmldom/open. This is pulled in via electron-builder. Reviewed By: jknoxville Differential Revision: D27338307 fbshipit-source-id: e57cb0123289bb53d1f1d9e5957485fb7f65488a --- desktop/package.json | 3 ++- desktop/yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/desktop/package.json b/desktop/package.json index 853c33f3e..8e7a8087b 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -214,7 +214,8 @@ "node-fetch": "^2.6.1", "node-forge": "^0.10.0", "node-notifier": "^8.0.1", - "ws": "7.3.0" + "ws": "7.3.0", + "xmldom": "0.5.0" }, "scripts": { "build": "cross-env NODE_ENV=production ./ts-node scripts/build-release.ts $@", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index ac61aea17..04071e7e4 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -13663,10 +13663,10 @@ xmlchars@^2.2.0: resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb" integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== -xmldom@0.1.x: - version "0.1.31" - resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.31.tgz#b76c9a1bd9f0a9737e5a72dc37231cf38375e2ff" - integrity sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ== +xmldom@0.1.x, xmldom@0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.5.0.tgz#193cb96b84aa3486127ea6272c4596354cb4962e" + integrity sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA== xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1: version "4.0.2"