From 2bb15e8b422f73cb064a9247ff86f6243d58ee1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 08:30:36 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.18.1 in /zeppelin-web-angular Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- zeppelin-web-angular/package-lock.json | 14 +++++++------- zeppelin-web-angular/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/zeppelin-web-angular/package-lock.json b/zeppelin-web-angular/package-lock.json index 0917d5c5853..76ffb71c69d 100644 --- a/zeppelin-web-angular/package-lock.json +++ b/zeppelin-web-angular/package-lock.json @@ -30,7 +30,7 @@ "highlight.js": "^9.15.8", "jquery": "3.7.1", "jquery-ui": "1.14.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "mathjax": "2.7.5", "monaco-editor": "0.30.1", "ng-zorro-antd": "^13.4.0", @@ -12165,9 +12165,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" }, "node_modules/lodash.debounce": { "version": "4.0.8", @@ -27156,9 +27156,9 @@ } }, "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" }, "lodash.debounce": { "version": "4.0.8", diff --git a/zeppelin-web-angular/package.json b/zeppelin-web-angular/package.json index 2bf5deaff5a..2b50bd82409 100644 --- a/zeppelin-web-angular/package.json +++ b/zeppelin-web-angular/package.json @@ -52,7 +52,7 @@ "highlight.js": "^9.15.8", "jquery": "3.7.1", "jquery-ui": "1.14.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "mathjax": "2.7.5", "monaco-editor": "0.30.1", "ng-zorro-antd": "^13.4.0",