From c9ad73f8c111ba97ebf16f675bde292f0e585712 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 00:03:29 +0000 Subject: [PATCH] fix: node_modules/yargs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- node_modules/yargs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/yargs/package.json b/node_modules/yargs/package.json index 745bae01a8..e7ce27bc96 100644 --- a/node_modules/yargs/package.json +++ b/node_modules/yargs/package.json @@ -42,7 +42,7 @@ "hashish": "0.0.4", "mocha": "^7.0.0", "rimraf": "^3.0.0", - "standard": "^14.0.0", + "standard": "^15.0.0", "which": "^2.0.0", "yargs-test-extends": "^1.0.1" },