From 97d8eef879e2bfecb350bdfb6439eebdd0962ae4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 12:31:59 +0000 Subject: [PATCH] fix: src/frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 --- src/frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/package.json b/src/frontend/package.json index 7a6e54606..84053a72f 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -49,9 +49,9 @@ "i18next": "^23.6.0", "i18next-http-backend": "^2.2.2", "jsencrypt": "^3.3.2", - "lodash-es": "^4.17.21", + "lodash-es": "^4.17.23", "lucide-react": "^0.352.0", - "pdfjs-dist": "3.10.111", + "pdfjs-dist": "4.4.168", "react": "^18.2.0", "react-ace": "^10.1.0", "react-beautiful-dnd": "^13.1.1",