Tags: octokit/octokit.js
Tags
fix(deps): update Octokit dependencies to mitigate ReDos vulnerabilit… …ies [security] (#2816) * fix(deps): bump @octokit/app to 15.1.4 * fix(deps): bump @octokit/core to 6.1.4 * fix(deps): bump @octokit/oauth-app to 7.1.6 * fix(deps): bump @octokit/plugin-paginate-rest to 11.4.2 * fix(deps): bump @octokit/plugin-rest-endpoint-methods to 13.3.1 * fix(deps): bump @octokit/plugin-retry to 7.1.4 * fix(deps): bump @octokit/plugin-throttling to 9.4.0 * fix(deps): bump @octokit/request-error to 6.1.7 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>
fix(deps): bump `@octokit/app` to fix web users (#2806) The `verifyWithFallback()` function was missing from the web code in `@octokit/webhooks-methods`, and was only defined for Node, leaving users unable to use newer versions of `@octokit/webhooks` with this package
fix(deps): bump `@octokit/app` and `@octokit/types` (#2763) * fix(deps): bump `@octokit/app` Resolves an issue with types not getting resolved to the proper file Resolves an issue with esm.sh getting stuck on a previous version of `@octokit/app` * fix(deps): bump `@octokit/types` to fix Deno compat
feat: v4 (#2674) BREAKING CHANGE: package is now ESM BREAKING CHANGE: remove authentication type "oauth" that was previously deprecated BREAKING CHANGE: Switch from `@octokit/webhooks-types` to `@octokit/openapi-webhooks-types` due to the transition to using GitHub's OpenAPI schema
PreviousNext