diff --git a/nodeApp/package-lock.json b/nodeApp/package-lock.json index 532c759..8bea86a 100644 --- a/nodeApp/package-lock.json +++ b/nodeApp/package-lock.json @@ -5541,9 +5541,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-levenshtein": { "version": "1.1.5", diff --git a/nodeApp/package.json b/nodeApp/package.json index 0409d8e..b127607 100644 --- a/nodeApp/package.json +++ b/nodeApp/package.json @@ -31,7 +31,7 @@ "core-js": "2.4.1", "express": "^4.16.4", "jquery": "^3.5.0", - "jquery-ui": "^1.12.1", + "jquery-ui": "^1.13.0", "minimist": "^1.2.3", "moment": "^2.23.0", "mongodb": "^3.1.10",