From 69a458a6ad967ab00e329e4d9358a6d4ad0d4556 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Dec 2022 00:53:59 +0000 Subject: [PATCH] fix: lib/cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- lib/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/package.json b/lib/cli/package.json index 1aa8dd6b791e..be44e99d5eb9 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -22,7 +22,7 @@ "dependencies": { "chalk": "^1.1.3", "commander": "^2.9.0", - "json5": "^0.5.1", + "json5": "^2.2.2", "merge-dirs": "^0.2.1", "shelljs": "^0.7.7", "spawn-sync": "^1.0.15",