diff --git a/package-lock.json b/package-lock.json index b95b334..a078145 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5596,9 +5596,12 @@ } }, "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" + } }, "jquery-ui-touch-punch": { "version": "0.2.3", diff --git a/package.json b/package.json index 9676c49..c9d6659 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "esds-doc": "^0.29.2", "jquery": "^3.2.1", "jquery-deserialize": "^2.0.0-rc1", - "jquery-ui": "^1.12.1", + "jquery-ui": "^1.13.0", "jquery-ui-touch-punch": "^0.2.3", "svg4everybody": "^2.1.9" }