From 9daafe0c5037eecf881f824b2aa2a680ef45cc71 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 09:24:09 +0000 Subject: [PATCH] fix: zeppelin-web-angular/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- zeppelin-web-angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zeppelin-web-angular/package.json b/zeppelin-web-angular/package.json index 5459ffd2b35..d53820719b0 100644 --- a/zeppelin-web-angular/package.json +++ b/zeppelin-web-angular/package.json @@ -34,7 +34,7 @@ "diff-match-patch": "^1.0.4", "github-markdown-css": "^3.0.1", "highlight.js": "^9.15.8", - "lodash": "^4.17.11", + "lodash": "^4.17.23", "mathjax": "2.7.5", "monaco-editor": "^0.18.1", "ng-zorro-antd": "^8.4.0",