From 711178f4c3c82aaf6920ff3ccea39c77b4048c85 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 21:11:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a999251..0622020 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,6 @@ "dependencies": { "raml-generator": "^0.1.3", "raml-javascript-generator": "0.1.2", - "yargs": "^4.1.0" + "yargs": "^10.0.0" } }