Skip to content

Commit

Permalink
chore: Upgrade octokit/rest.js for CVE patch
Browse files Browse the repository at this point in the history

- v19 dropped support for node 10/12 (https://github.com/octokit/rest.js/releases/tag/v19.0.0)
- v20 dropped support for node 14/16, removed preview support for the REST API, and removed the agent option (https://github.com/octokit/rest.js/releases/tag/v20.0.0)
- v21 updated the package to ESM (https://github.com/octokit/rest.js/releases/tag/v21.0.0)

None of these breaking changes should impact v12 of danger-js as it requires node >= 18.
  • Loading branch information
chris-griffin authored Feb 20, 2025
1 parent 1cdf428 commit 3cd8fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
},
"dependencies": {
"@gitbeaker/rest": "^38.0.0",
"@octokit/rest": "^18.12.0",
"@octokit/rest": "^21.1.1",
"async-retry": "1.2.3",
"chalk": "^2.3.0",
"commander": "^2.18.0",
Expand Down

0 comments on commit 3cd8fe7

Please sign in to comment.