From 254342cdc0810c4fc2e986fb54ea36913b15188d Mon Sep 17 00:00:00 2001 From: "ecospark[bot]" <128108030+ecospark[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 10:47:24 +0100 Subject: [PATCH] chore(deno): update import_map.json (#475) Co-authored-by: github-actions <41898282+github-actions[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 84e2ffd5..41a4db7b 100644 --- a/runtimes/deno/import_map.json +++ b/runtimes/deno/import_map.json @@ -2,8 +2,8 @@ "imports": { "@sanity/eventsource": "https://esm.sh/@sanity/eventsource@^5.0.0/browser", "@vercel/stega": "https://esm.sh/@vercel/stega@0.1.0", - "get-it": "https://esm.sh/get-it@^8.4.4", - "get-it/middleware": "https://esm.sh/get-it@^8.4.4/middleware", + "get-it": "https://esm.sh/get-it@^8.4.5", + "get-it/middleware": "https://esm.sh/get-it@^8.4.5/middleware", "rxjs": "https://esm.sh/rxjs@^7.0.0", "rxjs/operators": "https://esm.sh/rxjs@^7.0.0/operators" }