Skip to content

Commit 3cd8fe7

Browse files
chore: Upgrade octokit/rest.js for CVE patch
- 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.
1 parent 1cdf428 commit 3cd8fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
},
146146
"dependencies": {
147147
"@gitbeaker/rest": "^38.0.0",
148-
"@octokit/rest": "^18.12.0",
148+
"@octokit/rest": "^21.1.1",
149149
"async-retry": "1.2.3",
150150
"chalk": "^2.3.0",
151151
"commander": "^2.18.0",

0 commit comments

Comments
 (0)