From 061c672c1c2f13d3ac883dcfa2a5f1a9161a0af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 17:13:51 +0000 Subject: [PATCH] Bump jquery-ui from 1.12.1 to 1.13.2 in /modulo_05/time_to_answer 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] --- modulo_05/time_to_answer/package.json | 2 +- modulo_05/time_to_answer/yarn.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/modulo_05/time_to_answer/package.json b/modulo_05/time_to_answer/package.json index 00da17b..5d6de70 100644 --- a/modulo_05/time_to_answer/package.json +++ b/modulo_05/time_to_answer/package.json @@ -7,7 +7,7 @@ "fastclick": "1.0.6", "font-awesome": "4.6.3", "jquery": "3.3.1", - "jquery-ui": "^1.12.1", + "jquery-ui": "^1.13.2", "malihu-custom-scrollbar-plugin": "3.1.3", "metismenu": "3.0.3", "nprogress": "0.2.0" diff --git a/modulo_05/time_to_answer/yarn.lock b/modulo_05/time_to_answer/yarn.lock index d0fc643..38b71f9 100644 --- a/modulo_05/time_to_answer/yarn.lock +++ b/modulo_05/time_to_answer/yarn.lock @@ -27,16 +27,23 @@ jquery-mousewheel@>=3.0.6: resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5" integrity sha1-BvAzXxbjU6aV5yBr9QUDy1I6buU= -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@3.3.1: version "3.3.1" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca" integrity sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg== +"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== + malihu-custom-scrollbar-plugin@3.1.3: version "3.1.3" resolved "https://registry.yarnpkg.com/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-3.1.3.tgz#2ec26d51df223c251e586fc6662702953bf026f1"