From dac1f7c35a743d0d68bdd52e167e236859c1c3e1 Mon Sep 17 00:00:00 2001 From: "ecospark[bot]" <128108030+ecospark[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 01:18:35 +0100 Subject: [PATCH] chore(deno): update import_map.json (#962) Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com> --- runtimes/deno/import_map.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtimes/deno/import_map.json b/runtimes/deno/import_map.json index df04cd73..aa42da7e 100644 --- a/runtimes/deno/import_map.json +++ b/runtimes/deno/import_map.json @@ -1,8 +1,8 @@ { "imports": { "@sanity/eventsource": "https://esm.sh/@sanity/eventsource@^5.0.2/browser", - "get-it": "https://esm.sh/get-it@^8.6.5", - "get-it/middleware": "https://esm.sh/get-it@^8.6.5/middleware", + "get-it": "https://esm.sh/get-it@^8.6.6", + "get-it/middleware": "https://esm.sh/get-it@^8.6.6/middleware", "rxjs": "https://esm.sh/rxjs@^7.0.0", "rxjs/operators": "https://esm.sh/rxjs@^7.0.0/operators" }