From 52d09d468fa5d74679bcbd1cf4344921c3269534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 16:21:04 +0000 Subject: [PATCH] Bump angular-ui-sortable from 0.14.4 to 0.19.0 Bumps [angular-ui-sortable](https://github.com/angular-ui/ui-sortable) from 0.14.4 to 0.19.0. - [Release notes](https://github.com/angular-ui/ui-sortable/releases) - [Commits](https://github.com/angular-ui/ui-sortable/compare/v0.14.4...v0.19.0) --- updated-dependencies: - dependency-name: angular-ui-sortable dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52040a4e3d..6c271bbea9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "angular": "^1.8.0", "angular-animate": "^1.4.7", "angular-ui-bootstrap": "^2.0.0", - "angular-ui-sortable": "^0.14.3", + "angular-ui-sortable": "^0.19.0", "ansi_up": "^6.0.6", "as-jqplot": "^1.0.8", "autoprefixer": "^10.5.0", @@ -5067,9 +5067,15 @@ "integrity": "sha512-yzcHpPMLQl0232nDzm5P4iAFTFQ9dMw0QgFLuKYbDj9M0xJ62z0oudYD/Lvh1pWfRsukiytP4Xj6BHOSrSXP8A==" }, "node_modules/angular-ui-sortable": { - "version": "0.14.4", - "resolved": "https://registry.npmjs.org/angular-ui-sortable/-/angular-ui-sortable-0.14.4.tgz", - "integrity": "sha512-GA8MSBdfZHrlSyvOsxVFAW4/tkKLMOIwJFGOBvVz7cz3kn+wwCpRxU72t7WgRD5xtQyyRosA0xbxyrkkFkYn3w==" + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/angular-ui-sortable/-/angular-ui-sortable-0.19.0.tgz", + "integrity": "sha512-u/uc981Nzg4XN1bMU9qKleMTSt7F1XjMWnyGw6gxPLIeQeLZm8jWNy7tj8y2r2HmvzXFbQVq2z6rObznFKAekQ==", + "license": "MIT", + "dependencies": { + "angular": ">=1.2.x", + "jquery": ">=3.1.x", + "jquery-ui-dist": ">=1.12.x" + } }, "node_modules/ansi_up": { "version": "6.0.6", diff --git a/package.json b/package.json index 0ef656c03f..496009e321 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "angular": "^1.8.0", "angular-animate": "^1.4.7", "angular-ui-bootstrap": "^2.0.0", - "angular-ui-sortable": "^0.14.3", + "angular-ui-sortable": "^0.19.0", "ansi_up": "^6.0.6", "as-jqplot": "^1.0.8", "autoprefixer": "^10.5.0",