From 9f3d2bc7998a9ccddb048f2fce341627a341bc68 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 19:46:17 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de280aa..c7e14e1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "configstore": "^5.0.0", "dockerode": "^2.5.8", "enquirer": "^2.3.0", - "lodash": "^4.17.11", + "lodash": "^4.17.17", "meow": "^6.0.0", "yaml": "^1.3.2" },