Update xmldom for RN apps (security fix)

Summary: Same security vuln. Need to hard-code for now as this is deep down in the dependency tree for an RN dep called `xcode`.

Reviewed By: mweststrate

Differential Revision: D27338548

fbshipit-source-id: b88dcf48471739ebb7762f49589548dae62433be
This commit is contained in:
Pascal Hartig
2021-03-26 05:44:32 -07:00
committed by Facebook GitHub Bot
parent 00442cff4a
commit 276aa682e3
4 changed files with 17 additions and 13 deletions

View File

@@ -28,5 +28,8 @@
},
"relativeDependencies": {
"react-native-flipper": "../react-native-flipper"
},
"resolutions": {
"xmldom": "0.5.0"
}
}

View File

@@ -4992,10 +4992,10 @@ react-native-codegen@^0.0.6:
jscodeshift "^0.11.0"
nullthrows "^1.1.1"
react-native-flipper@^0.80.0:
version "0.80.0"
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.80.0.tgz#ac576ccbb5b0babf926d450d8f0689b59cff2d20"
integrity sha512-D9IUOY3wCjVupbQS9uWEgUdwO9DD11aOSjxswOeDNozB2GG2xI1iKSeGqNuFFq7Gr522yWVCmjNGpTbjEonPQQ==
react-native-flipper@^0.82.0:
version "0.82.0"
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.82.0.tgz#ea5d016d529002dea8b3f1b285f99b930de0ba6c"
integrity sha512-blcYREveFfOGByj45f/vRPs8VSF/Rqb02/yQAb8q5+aytIeKkzuWzGIVfYiZrS+Sw9i5dl2pH8GPcC59iEzR9Q==
react-native@^0.64.0:
version "0.64.0"
@@ -6326,10 +6326,10 @@ xmldoc@^1.1.2:
dependencies:
sax "^1.2.1"
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.1:
version "4.0.2"