Files
react-native/bots/package.json
T
Tim Yung 3024ec7ce6 Upgrade to firebase^9.0.2 in ./bots (#32218)
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
2021-09-16 13:20:47 -07:00

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"
}
}