From 5aad1f85a5960fa5fe8b2914f24c37984e21477a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 03:53:56 +0000 Subject: [PATCH] Update dependency yargs to v17.7.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51c2aeb..44da2a1 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "pegjs": "0.10.0", "sql.js": "1.8.0", "ts-pegjs": "^2.1.0", - "yargs": "17.6.0" + "yargs": "17.7.1" } }