Skip to content

Commit

Permalink
Update dependency @octokit/plugin-throttling to v9.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 4, 2024
1 parent cd0b1bd commit f210a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/github/github.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { decodeBase64 } from "https://deno.land/[email protected]/encoding/base64.ts";
import { chunk } from "https://deno.land/[email protected]/collections/chunk.ts";
import { Octokit, RestEndpointMethodTypes } from "npm:@octokit/[email protected]";
import { throttling } from "npm:@octokit/[email protected].1";
import { throttling } from "npm:@octokit/[email protected].2";
import { retry } from "npm:@octokit/[email protected]";

export type RepositoryResponse =
Expand Down

0 comments on commit f210a61

Please sign in to comment.