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",