From 856c2da15c18ba92e594f6eda344b3220e2cd51a Mon Sep 17 00:00:00 2001 From: sayali Date: Tue, 8 Dec 2020 19:22:01 -0800 Subject: [PATCH] yargs version update ^16.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17dc98e3..2f1e8f84 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "require-dir": "~0.3.0", "streamqueue": "^1.1.1", "uglify-save-license": "^0.4.1", - "yargs": "^7.0.2" + "yargs": "^16.0.0" }, "scripts": { "postinstall": "node_modules/.bin/bower install --allow-root --config.interactive=false",