diff --git a/deps.ts b/deps.ts index e1d9eee..f76469d 100644 --- a/deps.ts +++ b/deps.ts @@ -5,4 +5,4 @@ export { num, str, } from "https://deno.land/x/envalid@0.1.2/mod.ts"; -export * from "https://deno.land/x/grm_parse@0.0.13/mod.ts"; +export * from "https://deno.land/x/grm_parse@0.0.14/mod.ts"; diff --git a/import_map.json b/import_map.json index ff731ea..0443bef 100644 --- a/import_map.json +++ b/import_map.json @@ -1,7 +1,7 @@ { "imports": { - "$grm": "https://deno.land/x/grm@0.5.2/mod.ts", - "$grm-deps": "https://deno.land/x/grm@0.5.2/deps.ts", + "$grm": "https://deno.land/x/grm@0.5.3/mod.ts", + "$grm-deps": "https://deno.land/x/grm@0.5.3/deps.ts", "$xor": "./xor.ts", "pls": "https://deno.land/x/pls@1.0.0/mod.ts", "std/": "https://deno.land/std@0.166.0/"