Fix Vulnerability

Summary:
per title

For `xmldom`, npm can't push the update as mentioned in https://github.com/xmldom/xmldom/releases/tag/0.7.0

Reviewed By: lblasa

Differential Revision: D30101848

fbshipit-source-id: 0d84a302b845708787d5cae01643dba9963f0330
This commit is contained in:
Chaiwat Ekkaewnumchai
2021-08-04 09:35:00 -07:00
committed by Facebook GitHub Bot
parent ab2988dd67
commit b280f75b06
6 changed files with 19 additions and 20 deletions

View File

@@ -30,7 +30,7 @@
"react-native-flipper": "../react-native-flipper"
},
"resolutions": {
"xmldom": "0.5.0",
"xmldom": "github:xmldom/xmldom#0.7.0",
"react-devtools-core": "4.13.2",
"lodash": "4.17.21",
"hosted-git-info": "3.0.8",

View File

@@ -6229,10 +6229,9 @@ xmldoc@^1.1.2:
dependencies:
sax "^1.2.1"
xmldom@0.5.0, xmldom@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.5.0.tgz#193cb96b84aa3486127ea6272c4596354cb4962e"
integrity sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA==
xmldom@^0.5.0, "xmldom@github:xmldom/xmldom#0.7.0":
version "0.7.0"
resolved "https://codeload.github.com/xmldom/xmldom/tar.gz/c568938641cc1f121cef5b4df80fcfda1e489b6e"
xtend@~4.0.1:
version "4.0.2"