From 013558eeb87300ab419db72e5bf8dc820e67eec8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 23:56:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fed6d42..0b866b1 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,9 @@ "bower": "^1.3.8", "chalk": "^0.5.1", "commander": "^2.4.0", - "inquirer": "^0.8.0", + "inquirer": "^0.12.0", "json-file-plus": "^2.0.0", - "lodash": "^2.4.1", + "lodash": "^4.17.17", "mean-health": "~0.1.3", "mongoose": "~4.0.2", "npm": "^2.1.0",