From 3a5622ec1f84bafdb1138ac94a34d5011caf8c72 Mon Sep 17 00:00:00 2001 From: "ecospark[bot]" <128108030+ecospark[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 09:41:27 +0000 Subject: [PATCH] chore(deno): update import_map.json (#847) 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 d43b89c4..1de1ccc0 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.5.0", - "get-it/middleware": "https://esm.sh/get-it@^8.5.0/middleware", + "get-it": "https://esm.sh/get-it@^8.6.0", + "get-it/middleware": "https://esm.sh/get-it@^8.6.0/middleware", "rxjs": "https://esm.sh/rxjs@^7.0.0", "rxjs/operators": "https://esm.sh/rxjs@^7.0.0/operators" }