From cc0cede3576de4a01625ddfa92afdffc0696c12f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 00:03:09 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index e2f7a13..35eceac 100644 --- a/client/package.json +++ b/client/package.json @@ -99,7 +99,7 @@ "i18next": "17.3.1", "i18next-browser-languagedetector": "3.1.1", "i18next-xhr-backend": "3.2.2", - "lodash": "4.17.15", + "lodash": "4.17.17", "node-sass": "4.13.1", "prop-types": "15.7.2", "react": "16.9.0",