diff --git a/deno.jsonc b/deno.jsonc index a0656cd..2f20eba 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -6,15 +6,15 @@ "preact": "https://esm.sh/preact@10.15.1", "preact/": "https://esm.sh/preact@10.15.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.1.0", - "std/": "https://deno.land/std@0.192.0/", - "gfm": "https://deno.land/x/gfm@0.2.3/mod.ts", + "std/": "https://deno.land/std@0.193.0/", + "gfm": "https://deno.land/x/gfm@0.2.5/mod.ts", "icons/": "https://deno.land/x/tabler_icons_tsx@0.0.3/tsx/", "pngs": "https://deno.land/x/pngs@0.1.1/mod.ts", "prism/": "https://esm.sh/prismjs@1.29.0/", "remark-gfm": "https://esm.sh/remark-gfm@3.0.1", "rehype-prism": "https://esm.sh/@mapbox/rehype-prism@0.8.0", "mdx": "https://esm.sh/@mdx-js/mdx@2.3.0", - "cliffy": "https://deno.land/x/cliffy@v1.0.0-rc.1/command/mod.ts" + "cliffy": "https://deno.land/x/cliffy@v1.0.0-rc.2/command/mod.ts" }, "compilerOptions": { "jsx": "react-jsx",