diff --git a/pre-commit/hooks/upload-git-commit-notion.ts b/pre-commit/hooks/upload-git-commit-notion.ts index 98fb3eb4..a34fb0f3 100644 --- a/pre-commit/hooks/upload-git-commit-notion.ts +++ b/pre-commit/hooks/upload-git-commit-notion.ts @@ -3,7 +3,7 @@ import { git } from "jsr:@roka/git@0.4.0"; import gitUrlParse from "npm:git-url-parse@16.1.0"; import { item } from "npm:@1password/op-js@0.1.13"; -import { Client } from "npm:@notionhq/client@5.21.0"; +import { Client } from "npm:@notionhq/client@5.22.0"; const range = { from: Deno.env.get("PRE_COMMIT_FROM_REF"),