Files
react-native/packages/react-native-bots/package.json
T
Oleksandr Melnykov b40beebd26 Upgrade Danger to 11.2.1 to mitigate jsonwebtoken security vulnerability
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
2023-01-13 12:27:51 -08:00

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