diff --git a/denops/@ddu-columns/icon_filename.ts b/denops/@ddu-columns/icon_filename.ts index adc4837..6128719 100644 --- a/denops/@ddu-columns/icon_filename.ts +++ b/denops/@ddu-columns/icon_filename.ts @@ -9,7 +9,7 @@ import { basename, extname, relative, -} from "https://deno.land/std@0.200.0/path/mod.ts"; +} from "https://deno.land/std@0.203.0/path/mod.ts"; type Params = { span: number;