From e3eb84bf51bea541ada5e768ec5018ae9e7fd5e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 11:51:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02f23e8..3c6f7ab 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "configstore": "^5.0.1", "inquirer": "^7.1.0", "listr": "^0.14.3", - "lodash": "^4.17.15", + "lodash": "^4.17.23", "log-symbols": "^3.0.0", "ora": "^4.0.3", "update-notifier": "^4.1.0",