From 15236304c325755ddf24faaab6cdd1ea2965e472 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 08:44:40 +0000 Subject: [PATCH] fix: autogpt_platform/frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- autogpt_platform/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogpt_platform/frontend/package.json b/autogpt_platform/frontend/package.json index 0823400c87..07ad23b71e 100644 --- a/autogpt_platform/frontend/package.json +++ b/autogpt_platform/frontend/package.json @@ -82,7 +82,7 @@ "jaro-winkler": "0.2.8", "katex": "0.16.25", "launchdarkly-react-client-sdk": "3.9.0", - "lodash": "4.17.21", + "lodash": "4.17.23", "lucide-react": "0.552.0", "moment": "2.30.1", "next": "15.4.10",