From 2e3704f989d476d832ab5b8467b54626cc3d1511 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 13:19:44 +0000 Subject: [PATCH] fix: accounts-ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- accounts-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts-ui/package.json b/accounts-ui/package.json index ef849b62..e8357239 100644 --- a/accounts-ui/package.json +++ b/accounts-ui/package.json @@ -20,7 +20,7 @@ "ejs": "^2.5.5", "express": "^4.14.0", "history": "^4.3.0", - "lodash": "^4.17.4", + "lodash": "^4.17.23", "material-ui": "^0.16.0", "prop-types": "^15.6.0", "react": "~15.2.1",