diff --git a/gulpfile.ts b/gulpfile.ts index 6092dbb92b20d..24f7f4f66b7b0 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -97,6 +97,7 @@ export function buildJs() { function buildjQueryUi() { return src([ + "./node_modules/jquery-ui/ui/jquery-patch.js", "./node_modules/jquery-ui/ui/version.js", "./node_modules/jquery-ui/ui/widget.js", "./node_modules/jquery-ui/ui/position.js", diff --git a/package-lock.json b/package-lock.json index c7d3906bfad5a..034c36f3e3b60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "highcharts": "^9.2.2", "jquery-cropper": "^1.0.1", "jquery-form": "^4.3.0", - "jquery-ui": "1.12.1", + "jquery-ui": "1.13.2", "jsvectormap": "^1.5.3", "leaflet": "^1.7.1", "leaflet.markercluster": "1.5.3", @@ -6940,9 +6940,12 @@ } }, "node_modules/jquery-ui": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.12.1.tgz", - "integrity": "sha512-K/kDBMXkTky5LH+gqbMvttU1ipqCTaecKyAFjwHjUnPTVfm5I5PZC7We31iNR3yWtAHNqoxkLoit06lR/gKVlA==" + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.2.tgz", + "integrity": "sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q==", + "dependencies": { + "jquery": ">=1.8.0 <4.0.0" + } }, "node_modules/js-tokens": { "version": "4.0.0", diff --git a/package.json b/package.json index 43de98990ba2c..88593c37637d3 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "highcharts": "^9.2.2", "jquery-cropper": "^1.0.1", "jquery-form": "^4.3.0", - "jquery-ui": "1.12.1", + "jquery-ui": "1.13.2", "jsvectormap": "^1.5.3", "leaflet": "^1.7.1", "leaflet.markercluster": "1.5.3",