diff --git a/lib/platform-shims/deno.ts b/lib/platform-shims/deno.ts index 071a16258..3b7c3ac98 100644 --- a/lib/platform-shims/deno.ts +++ b/lib/platform-shims/deno.ts @@ -13,7 +13,7 @@ import { import cliui from 'https://deno.land/x/cliui@v7.0.4-deno/deno.ts'; import escalade from 'https://deno.land/x/escalade@v3.0.3/sync.ts'; -import Parser from 'https://deno.land/x/yargs_parser@v20.2.4-deno/deno.ts'; +import Parser from 'https://deno.land/x/yargs_parser@v21.1.1-deno/deno.ts'; import y18n from 'https://deno.land/x/y18n@v5.0.0-deno/deno.ts'; import {YError} from '../../build/lib/yerror.js';