From 7de28166b058dc6d00e067423efa6ecc6b59d076 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 17:30:48 +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 dee9607..553f740 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "glob": "^7.1.2", "is-glob": "^4.0.0", "marked": "^0.3.9", - "yargs": "^4.3.1" + "yargs": "^10.0.0" } }