Skip to content

Commit

Permalink
chore(deps): update deno.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and wax911 committed Feb 10, 2024
1 parent 936c4d3 commit 95f2586
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/import_map.json
Original file line number Diff line number Diff line change
@@ -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/[email protected]/mod.ts",
"x/optic/formatters": "https://deno.land/x/[email protected]/formatters/mod.ts",
"x/optic/regex-filter": "https://deno.land/x/[email protected]/filters/regExpFilter.ts",
Expand Down

0 comments on commit 95f2586

Please sign in to comment.