diff --git a/package-lock.json b/package-lock.json index 65df6645..477cde10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6083,9 +6083,12 @@ "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "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.0", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.0.tgz", + "integrity": "sha512-Osf7ECXNTYHtKBkn9xzbIf9kifNrBhfywFEKxOeB/OVctVmLlouV9mfc2qXCp6uyO4Pn72PXKOnj09qXetopCw==", + "requires": { + "jquery": ">=1.8.0 <4.0.0" + } }, "js-tokens": { "version": "3.0.2", diff --git a/package.json b/package.json index fd4dd750..e63d2540 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "jdenticon": "^2.2.0", "jpeg-js": "^0.4.0", "jquery": "^3.5.0", - "jquery-ui": "^1.12.1", + "jquery-ui": "^1.13.0", "jsdom": "^11.6.2", "keypress": "^0.2.1", "md5": "^2.2.1",