From 95f2586fe467b5ed55d535a24b4183e58f95a35f Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 8 Feb 2024 19:45:01 +0000 Subject: [PATCH] chore(deps): update deno.lock --- src/import_map.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/import_map.json b/src/import_map.json index f936b0a..ee56e3c 100644 --- a/src/import_map.json +++ b/src/import_map.json @@ -1,14 +1,14 @@ { "imports": { - "std/server": "https://deno.land/std@0.214.0/http/mod.ts", - "std/server/status": "https://deno.land/std@0.214.0/http/status.ts", - "std/json": "https://deno.land/std@0.214.0/json/mod.ts", - "std/dotenv": "https://deno.land/std@0.214.0/dotenv/mod.ts", - "std/collections": "https://deno.land/std@0.214.0/collections/mod.ts", - "std/testing/asserts": "https://deno.land/std@0.214.0/testing/asserts.ts", - "std/testing/bdd": "https://deno.land/std@0.214.0/testing/bdd.ts", - "std/testing/mock": "https://deno.land/std@0.214.0/testing/mock.ts", - "std/testing/types": "https://deno.land/std@0.214.0/testing/types.ts", + "std/server": "https://deno.land/std@0.215.0/http/mod.ts", + "std/server/status": "https://deno.land/std@0.215.0/http/status.ts", + "std/json": "https://deno.land/std@0.215.0/json/mod.ts", + "std/dotenv": "https://deno.land/std@0.215.0/dotenv/mod.ts", + "std/collections": "https://deno.land/std@0.215.0/collections/mod.ts", + "std/testing/asserts": "https://deno.land/std@0.215.0/testing/asserts.ts", + "std/testing/bdd": "https://deno.land/std@0.215.0/testing/bdd.ts", + "std/testing/mock": "https://deno.land/std@0.215.0/testing/mock.ts", + "std/testing/types": "https://deno.land/std@0.215.0/testing/types.ts", "x/optic": "https://deno.land/x/optic@1.3.11/mod.ts", "x/optic/formatters": "https://deno.land/x/optic@1.3.11/formatters/mod.ts", "x/optic/regex-filter": "https://deno.land/x/optic@1.3.11/filters/regExpFilter.ts",