From d49e73057d768a64f250d261f2da7df958f330f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 20:28:39 +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 0137b2e484..a2dd790cfe 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "commander": "^2.9.0", "express": "^4.13.4", "json-file-plus": "^3.2.0", - "package-json": "^2.3.1" + "package-json": "^7.0.0" }, "devDependencies": { "babel-core": "~5.8.12",