From c805339f6a9e0de98d5804a7237c4f1aaea6b56e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 07:01:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56338b1..9e34276 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "file-saver": "^2.0.5", "fs-extra": "^11.2.0", "katex": "^0.16.11", - "lodash-es": "^4.17.21", + "lodash-es": "^4.17.23", "lucide-react": "^0.462.0", "lz-string": "^1.5.0", "marked": "^14.1.2",