diff --git a/fsgraph/package-lock.json b/fsgraph/package-lock.json index 272a795..0a04532 100644 --- a/fsgraph/package-lock.json +++ b/fsgraph/package-lock.json @@ -2666,9 +2666,9 @@ "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "jquery-ui": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.0.tgz", - "integrity": "sha512-Osf7ECXNTYHtKBkn9xzbIf9kifNrBhfywFEKxOeB/OVctVmLlouV9mfc2qXCp6uyO4Pn72PXKOnj09qXetopCw==", + "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" } diff --git a/fsgraph/package.json b/fsgraph/package.json index b972b57..b5b4c9c 100644 --- a/fsgraph/package.json +++ b/fsgraph/package.json @@ -13,7 +13,7 @@ "dependencies": { "@scivi/utils": "file:../lib/utils", "jquery": "3.5.0", - "jquery-ui": "1.13.0", + "jquery-ui": "1.13.2", "ngraph.centrality": "0.3.0", "split.js": "1.3.5", "vivagraphjs": "0.10.0"