mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3024ec7ce6
Summary: Addresses the following couple security vulnerabilities. - https://github.com/advisories/GHSA-9r2w-394v-53qc - https://github.com/advisories/GHSA-qq89-hq3f-393p Newer versions of the `firebase` dependency no longer depends on `tar`. ## Changelog [Internal] Pull Request resolved: https://github.com/facebook/react-native/pull/32218 Test Plan: See bots run on this pull request. Reviewed By: sammy-SC Differential Revision: D30969643 Pulled By: yungsters fbshipit-source-id: 85c886ead7d8563dcaaef537f34bda57c7dc23a5
16 lines
284 B
JSON
16 lines
284 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"danger": "node ./node_modules/.bin/danger"
|
|
},
|
|
"devDependencies": {
|
|
"danger": "^7.1.4",
|
|
"lodash.includes": "^4.3.0",
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/rest": "^16.43.0",
|
|
"firebase": "^9.0.2"
|
|
}
|
|
}
|