diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9056c4e..11ba560 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -4985,9 +4985,12 @@ "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" }, "jquery-ui": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.12.1.tgz", - "integrity": "sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE=" + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.2.tgz", + "integrity": "sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q==", + "requires": { + "jquery": ">=1.8.0 <4.0.0" + } }, "js-levenshtein": { "version": "1.1.6", diff --git a/frontend/package.json b/frontend/package.json index 2fd5414..27b9a18 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,7 @@ "gremlins-ts": "^0.2.4", "gsap": "^3.5.0", "jquery": "^3.4.1", - "jquery-ui": "1.12.1", + "jquery-ui": "1.13.2", "jscssp": "^0.5.0", "lodash": "^4.17.15", "ng-file-upload": "^12.2.13",