From aa6e010fac78c2ed2724c3c8477779328b0be588 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 05:18:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed0be6d1..f29f5d32 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "depd": "^1.1.2", "flat": "^1.2.1", "immutable": "^3.8.2", - "lodash": "^4.17.17", + "lodash": "^4.17.23", "negotiator": "github:ethanresnick/negotiator#full-parse-access", "pluralize": "0.0.11", "pug": "^2.0.3",