From 82a4ce9e96d169c556750c51c9c8190cf8c810a5 Mon Sep 17 00:00:00 2001 From: Webber Takken Date: Sat, 27 Aug 2022 16:50:49 +0200 Subject: [PATCH] fix(deps): update dependency yargs-parser to v21.1.1 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d48e590e..1faed94c2 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",