ZIm/script/danger/package.json
Kirill Bulatov 4f9cadabf7
Bump Danger's packages (#29422)
https://github.com/zed-industries/zed/security/dependabot reports a
number of vulnerabilities, attempt to fix them with the dependency bump.

Release Notes:

- N/A
2025-04-25 15:21:58 +00:00

13 lines
221 B
JSON

{
"name": "danger",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"danger": "danger"
},
"devDependencies": {
"danger": "13.0.4",
"danger-plugin-pr-hygiene": "0.6.1"
}
}