From 238a34cd04c074baf8ed66904d3d58a1e2dd33a3 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 28 Sep 2024 19:45:31 +0000 Subject: [PATCH] chore(deps): update deno.lock --- src/import_map.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/import_map.json b/src/import_map.json index c01b0c9..6a41426 100644 --- a/src/import_map.json +++ b/src/import_map.json @@ -9,11 +9,11 @@ "x/optic/formatters": "https://deno.land/x/optic@1.3.11/formatters/mod.ts", "x/optic/profiler": "https://deno.land/x/optic@1.3.11/logger/profileMeasure.ts", "x/oak": "https://deno.land/x/oak@v17.0.0/mod.ts", - "x/xml": "https://deno.land/x/xml@5.4.16/mod.ts", + "x/xml": "https://deno.land/x/xml@6.0.0/mod.ts", "x/deepmerge": "https://deno.land/x/deepmergets@v7.1.0/dist/deno/index.ts", "x/fest": "https://deno.land/x/fest@4.13.2/mod.ts", "esm/growthbook": "https://esm.sh/@growthbook/growthbook@1.2.0", "esm/logtail": "https://esm.sh/@logtail/node@0.5.0", - "npm/mongodb": "npm:mongodb@6.9.0" + "npm/mongodb": "npm:mongodb@6.9.0-dev.20240928.sha.3f9d2437" } }