From 1c3a2cfcbbe589a58a2fe0688e1da0da79d01e74 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 02:52:32 +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 28278b8..a296f72 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "ascii-table": "0.0.9", "include-all": "^4.0.3", - "lodash": "^4.17.10", - "sails": "^1.0.2" + "lodash": "^4.17.17", + "sails": "^1.2.2" } }