From 75b4d5222f8f0152790b9ca0718fa5314c9a1c6b Mon Sep 17 00:00:00 2001 From: Webber Takken Date: Thu, 3 Nov 2022 17:02:03 +0100 Subject: [PATCH] fix(deps): update dependency yargs-parser to v21.1.1 (#2231) Currently the `yargs` is not usable in Deno with `.env()`. This was fixed in https://github.com/yargs/yargs-parser/pull/432 It was released in yargs-parser v21.0.1 This dependency bump will fix `yargs` for Deno. Co-authored-by: Benjamin E. Coe --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9062bff01..50d724703 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "require-directory": "^2.1.1", "string-width": "^4.2.3", "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" + "yargs-parser": "^21.1.1" }, "devDependencies": { "@types/chai": "^4.2.11",