From bdd2d4ce6449e664ab8ae910c278553461c44421 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 01:26:45 +0000 Subject: [PATCH 1/2] chore: bump @hono/hono from 4.10.4 to 4.11.3 --- denops/glance/server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denops/glance/server.ts b/denops/glance/server.ts index 81a0cac..6cf58da 100644 --- a/denops/glance/server.ts +++ b/denops/glance/server.ts @@ -1,4 +1,4 @@ -import { Hono } from "jsr:@hono/hono@4.10.4"; +import { Hono } from "jsr:@hono/hono@4.11.3"; interface Options { onOpen: () => void; From eb4bde73cef72788a659a425f93783563eecc01b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 01:26:45 +0000 Subject: [PATCH 2/2] chore: bump @std/path from 1.1.2 to 1.1.4 --- denops/glance/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denops/glance/main.ts b/denops/glance/main.ts index 91fa1dd..4dbf3f9 100644 --- a/denops/glance/main.ts +++ b/denops/glance/main.ts @@ -5,7 +5,7 @@ import { collect } from "https://deno.land/x/denops_std@v6.5.1/batch/mod.ts"; import * as helper from "https://deno.land/x/denops_std@v6.5.1/helper/mod.ts"; import { open } from "https://deno.land/x/open@v1.0.0/index.ts"; import { memoizy } from "npm:memoizy@1.2.3"; -import { join } from "jsr:@std/path@1.1.2"; +import { join } from "jsr:@std/path@1.1.4"; import { Server } from "./server.ts"; import { MarkdownRenderer } from "./markdown.ts"; import { AsciidocRenderer } from "./asciidoc.ts";