Tags: octokit/oauth-app.js
Tags
fix(deps): update octokit monorepo (major) (#612) * fix(deps): update octokit monorepo * build: switch from glob to tinyglobby --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>
fix(deps): bump octokit dependencies to mitigate ReDos vulnerabilities ( #594) fix(deps): bump @octokit/auth-oauth-app to 8.1.3 fix(deps): bump @octokit/auth-oauth-user to 5.1.3 fix(deps): bump @octokit/auth-unauthenticated to 6.1.2 fix(deps): bump @octokit/core to 6.1.4 fix(deps): bump @octokit/oauth-methods to 5.1.4 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>
fix(deps): remove `@types/node` from dependency tree (#579) For some reason, TypeScript is including references to `@types/node` in the generated types. See octokit/types.ts#656 See octokit/octokit.js#2762 (comment)
fix(types): export minimal types for the `OAuthApp` class (#526) This resolves issues in consumers of this package getting errors from TypeScript ``` The inferred type of 'OAuthApp' cannot be named without a reference to '../node_modules/@octokit/oauth-app/dist-types/methods/check-token.js'. This is likely not portable. A type annotation is necessary. ```
PreviousNext