From c3c76ab701ca337fc7ee59d52bb622cbd91dc9e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Jun 2022 03:17:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e01cd0c4b..701323b471 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "csurf": "^1.9.0", "express": "^4.13.4", "json-file-plus": "^3.2.0", - "package-json": "^2.3.1", + "package-json": "^7.0.0", "passport": "^0.3.2", "passport-local": "^1.0.0" },