From 2cf0556a72032519383e8450933b101273ada28f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:26:29 +0000 Subject: [PATCH] Bump jquery and angular-xeditable in /zeppelin-web Bumps [jquery](https://github.com/jquery/jquery) to 3.7.1 and updates ancestor dependency [angular-xeditable](https://github.com/vitalets/angular-xeditable). These dependencies need to be updated together. Updates `jquery` from 1.12.4 to 3.7.1 - [Release notes](https://github.com/jquery/jquery/releases) - [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md) - [Commits](https://github.com/jquery/jquery/compare/1.12.4...3.7.1) Updates `angular-xeditable` from 0.1.12 to 0.10.2 - [Release notes](https://github.com/vitalets/angular-xeditable/releases) - [Changelog](https://github.com/vitalets/angular-xeditable/blob/master/CHANGELOG.txt) - [Commits](https://github.com/vitalets/angular-xeditable/compare/0.1.12...0.10.2) --- updated-dependencies: - dependency-name: jquery dependency-version: 3.7.1 dependency-type: indirect - dependency-name: angular-xeditable dependency-version: 0.10.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- zeppelin-web/package-lock.json | 18 +++++------------- zeppelin-web/package.json | 2 +- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/zeppelin-web/package-lock.json b/zeppelin-web/package-lock.json index 5c97c383095..d6c0ff1f2c7 100644 --- a/zeppelin-web/package-lock.json +++ b/zeppelin-web/package-lock.json @@ -26,7 +26,7 @@ "angular-ui-bootstrap": "~2.5.0", "angular-ui-grid": "4.4.6", "angular-websocket": "1.0.14", - "angular-xeditable": "0.1.12", + "angular-xeditable": "0.10.2", "ansi_up": "^2.0.2", "ap-viewport-watch": "0.1.43", "bootstrap": "~3.4.1", @@ -888,24 +888,16 @@ } }, "node_modules/angular-xeditable": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/angular-xeditable/-/angular-xeditable-0.1.12.tgz", - "integrity": "sha512-t8Zc9v0xWsxp5D/+0cUpeRKJXEVOEqn+WB3blr+21onlZtXwPXGaqPFzKElKgjWypwOA60uk3dzryrG3mGfFbA==", + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/angular-xeditable/-/angular-xeditable-0.10.2.tgz", + "integrity": "sha512-X0pxMaWSYf0jIvW290PZYTw+IxyMMs6hel5mW5/nzYswpHvzApJZeFtlV9CbNI95Ejf/i2iCer2DOtMZKi7jfg==", "dependencies": { - "angular": "~1.x", - "bootstrap": "^3.1.1", - "jquery": "^1.11.1", - "moment": "^2.5.0" + "angular": "~1.x" }, "engines": { "node": ">= 0.8.0" } }, - "node_modules/angular-xeditable/node_modules/jquery": { - "version": "1.12.4", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-1.12.4.tgz", - "integrity": "sha512-UEVp7PPK9xXYSk8xqXCJrkXnKZtlgWkd2GsAQbMRFK6S/ePU2JN5G2Zum8hIVjzR3CpdfSqdqAzId/xd4TJHeg==" - }, "node_modules/ansi_up": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/ansi_up/-/ansi_up-2.0.3.tgz", diff --git a/zeppelin-web/package.json b/zeppelin-web/package.json index 1b5cf1fc607..f7b0b78cd5d 100644 --- a/zeppelin-web/package.json +++ b/zeppelin-web/package.json @@ -41,7 +41,7 @@ "angular-ui-bootstrap": "~2.5.0", "angular-ui-grid": "4.4.6", "angular-websocket": "1.0.14", - "angular-xeditable": "0.1.12", + "angular-xeditable": "0.10.2", "ansi_up": "^2.0.2", "ap-viewport-watch": "0.1.43", "bootstrap": "~3.4.1",