mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
b40beebd26
Summary: Upgrades Danger to the latest available version to mitigate the jsonwebtoken security vulnerability. Changelog: [Internal] [Changed] - Upgrade Danger to 11.2.1 to mitigate jsonwebtoken security vulnerability Reviewed By: cortinico Differential Revision: D42505940 fbshipit-source-id: 740edc7316791e5afe894ecdd1e05e13d2ef1f2c
17 lines
342 B
JSON
17 lines
342 B
JSON
{
|
|
"name": "@react-native/bots",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@seadub/danger-plugin-eslint": "^3.0.2",
|
|
"danger": "^11.2.1",
|
|
"eslint": "^8.19.0",
|
|
"lodash.includes": "^4.3.0",
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/rest": "^18.12.0",
|
|
"firebase": "^9.6.5"
|
|
}
|
|
}
|