From db5d6a5f4b6bd570f585fffa713186ff694291bc Mon Sep 17 00:00:00 2001 From: Michal Wolny Date: Sun, 9 May 2021 21:17:14 +0200 Subject: [PATCH] downgrade yargs to support older node --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6316ba1f..6dec418a 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0", "yaml": "^1.10.2", - "yargs": "^17.0.1" + "yargs": "^17.0.0" }, "dependencies": { "@popperjs/core": "^2.9.2", -- GitLab