From 7e988ed119fc85d7d05d0de7a8876912cc29be5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 01:18:18 +0000 Subject: [PATCH 1/2] chore: bump @hono/hono from 4.6.20 to 4.7.8 --- 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 ce6a634..5d59d8e 100644 --- a/denops/glance/server.ts +++ b/denops/glance/server.ts @@ -1,4 +1,4 @@ -import { Hono } from "jsr:@hono/hono@4.6.20"; +import { Hono } from "jsr:@hono/hono@4.7.8"; interface Options { onOpen: () => void; From e11039c66e5272ca9246527f50b4562263c94a70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 01:18:18 +0000 Subject: [PATCH 2/2] chore: bump @std/path from 1.0.8 to 1.0.9 --- 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 4805f97..bcd5855 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.0.8"; +import { join } from "jsr:@std/path@1.0.9"; import { Server } from "./server.ts"; import { MarkdownRenderer } from "./markdown.ts"; import { AsciidocRenderer } from "./asciidoc.ts";