From 22b2fdef77465ef5d94f993502dbacf234981ed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 17:18:17 +0000 Subject: [PATCH] Bump jquery-ui from 1.12.1 to 1.13.2 in /deploy/pma Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.12.1 to 1.13.2. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.12.1...1.13.2) --- updated-dependencies: - dependency-name: jquery-ui dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deploy/pma/package.json | 2 +- deploy/pma/yarn.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/deploy/pma/package.json b/deploy/pma/package.json index 776235aa..0cbd111e 100644 --- a/deploy/pma/package.json +++ b/deploy/pma/package.json @@ -11,7 +11,7 @@ "jquery": "3.5.0", "jquery-migrate": "3.1.0", "jquery-mousewheel": "3.1.13", - "jquery-ui": "1.12.1", + "jquery-ui": "1.13.2", "jquery-ui-timepicker-addon": "1.6.3", "jquery-validation": "1.19.1", "jquery.event.drag": "2.2.2", diff --git a/deploy/pma/yarn.lock b/deploy/pma/yarn.lock index 9f4aee66..edae495a 100644 --- a/deploy/pma/yarn.lock +++ b/deploy/pma/yarn.lock @@ -1509,10 +1509,12 @@ jquery-ui-timepicker-addon@1.6.3: resolved "https://registry.yarnpkg.com/jquery-ui-timepicker-addon/-/jquery-ui-timepicker-addon-1.6.3.tgz#8037c39b0b630282dd0b37dd8ad7fc5e1163377f" integrity sha1-gDfDmwtjAoLdCzfditf8XhFjN38= -jquery-ui@1.12.1: - version "1.12.1" - resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.12.1.tgz#bcb4045c8dd0539c134bc1488cdd3e768a7a9e51" - integrity sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE= +jquery-ui@1.13.2: + version "1.13.2" + resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.13.2.tgz#de03580ae6604773602f8d786ad1abfb75232034" + integrity sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q== + dependencies: + jquery ">=1.8.0 <4.0.0" jquery-validation@1.19.1: version "1.19.1" @@ -1529,6 +1531,11 @@ jquery@3.5.0: resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ== +"jquery@>=1.8.0 <4.0.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470" + integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw== + js-cookie@2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/js-cookie/-/js-cookie-2.2.1.tgz#69e106dc5d5806894562902aa5baec3744e9b2b8"