diff --git a/mod.ts b/mod.ts index 3ebc97e..9de0e41 100644 --- a/mod.ts +++ b/mod.ts @@ -1,6 +1,6 @@ import _JSZip from "https://dev.jspm.io/jszip@3.5.0"; -import { WalkOptions, walk } from "https://deno.land/std@0.74.0/fs/mod.ts"; -import { SEP, join } from "https://deno.land/std@0.74.0/path/mod.ts"; +import { WalkOptions, walk } from "https://deno.land/std@0.85.0/fs/mod.ts"; +import { SEP, join } from "https://deno.land/std@0.85.0/path/mod.ts"; import type { InputFileFormat, JSZipFileOptions,