From 973bc8d8e8e9ed5501021b525815983dade163b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 14:58:36 +0000 Subject: [PATCH] build(deps): bump jquery-ui from 1.12.1 to 1.13.0 in /www Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.12.1 to 1.13.0. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.12.1...1.13.0) --- updated-dependencies: - dependency-name: jquery-ui dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- www/package-lock.json | 9 ++++++--- www/package.json | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/www/package-lock.json b/www/package-lock.json index 6c773cf..45a9d37 100644 --- a/www/package-lock.json +++ b/www/package-lock.json @@ -5237,9 +5237,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.4", diff --git a/www/package.json b/www/package.json index 2abfab0..c517265 100644 --- a/www/package.json +++ b/www/package.json @@ -59,7 +59,7 @@ "@types/chart.js": "^2.7.42", "chart.js": "^2.7.3", "jquery": "^3.5.0", - "jquery-ui": "^1.12.1", + "jquery-ui": "^1.13.0", "mithril": "^1.1.7", "moment": "^2.23.0", "monaco-editor": "^0.15.6",