Skip to content

Commit

Permalink
chore: update CDN dependencies (#35)
Browse files Browse the repository at this point in the history
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action

Co-authored-by: phaux <1270987+phaux@users.noreply.github.com>
  • Loading branch information
korpobot[bot] and phaux authored Oct 2, 2024
1 parent 652ddbc commit dbd38af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generateTgApi.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// deno-lint-ignore-file no-top-level-await -- this is a CLI script

import ts from "https://esm.sh/typescript@5.5.4";
import ts from "https://esm.sh/typescript@5.6.2";

const TG_API_DEF_URL =
"https://raw.githubusercontent.com/PaulSonOfLars/telegram-bot-api-spec/main/api.json";
Expand Down

0 comments on commit dbd38af

Please sign in to comment.