From 1802a64735fdcbb9a6123f1edbc0282d7fd87a74 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Mar 2022 00:01:26 +0000 Subject: [PATCH] fix: packages/@vue/cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- packages/@vue/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vue/cli/package.json b/packages/@vue/cli/package.json index 8a3b677e59..eedd582039 100644 --- a/packages/@vue/cli/package.json +++ b/packages/@vue/cli/package.json @@ -47,7 +47,7 @@ "leven": "^3.1.0", "lodash.clonedeep": "^4.5.0", "lru-cache": "^5.1.1", - "minimist": "^1.2.0", + "minimist": "^1.2.6", "recast": "^0.18.1", "resolve": "^1.15.0", "shortid": "^2.2.15",