From e1ee6b24bb0c5b1937963e22527ef12416f5b80b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 15:01:36 +0000 Subject: [PATCH] Bump jquery-ui from 1.12.1 to 1.13.0 in /phpmyadmin 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] --- phpmyadmin/package-lock.json | 9 ++++++--- phpmyadmin/package.json | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/phpmyadmin/package-lock.json b/phpmyadmin/package-lock.json index 8e6d17d2..a40edaf2 100644 --- a/phpmyadmin/package-lock.json +++ b/phpmyadmin/package-lock.json @@ -619,9 +619,12 @@ "integrity": "sha1-BvAzXxbjU6aV5yBr9QUDy1I6buU=" }, "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-timepicker-addon": { "version": "1.6.3", diff --git a/phpmyadmin/package.json b/phpmyadmin/package.json index ef14021d..92ce1044 100644 --- a/phpmyadmin/package.json +++ b/phpmyadmin/package.json @@ -10,7 +10,7 @@ "jquery": ">=3.4.0", "jquery-migrate": "3.0.1", "jquery-mousewheel": "3.1.13", - "jquery-ui": "1.12.1", + "jquery-ui": "1.13.0", "jquery-ui-timepicker-addon": "1.6.3", "jquery-validation": "1.17.0", "jquery.event.drag": "2.2.2",