From ebd0969663adc0fae9e7d63ffb89e4a31b32a552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 17:21:09 +0000 Subject: [PATCH] Bump jquery-ui from 1.13.0 to 1.13.2 in /practicas Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.0 to 1.13.2. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.13.0...1.13.2) --- updated-dependencies: - dependency-name: jquery-ui dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- practicas/package.json | 2 +- practicas/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/practicas/package.json b/practicas/package.json index b4212ea..43c3e2d 100644 --- a/practicas/package.json +++ b/practicas/package.json @@ -5,7 +5,7 @@ "dependencies": { "immutable": "^4.0.0-rc.12", "jquery": "^3.6.0", - "jquery-ui": "^1.13.0", + "jquery-ui": "^1.13.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-redux": "^7.2.4", diff --git a/practicas/yarn.lock b/practicas/yarn.lock index bfcd36e..f73a8f8 100644 --- a/practicas/yarn.lock +++ b/practicas/yarn.lock @@ -6765,10 +6765,10 @@ jest@26.6.0: import-local "^3.0.2" jest-cli "^26.6.0" -jquery-ui@^1.13.0: - version "1.13.0" - resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.13.0.tgz#ab5ac65f37ca093c51b3478c4097f55bbc008f36" - integrity sha512-Osf7ECXNTYHtKBkn9xzbIf9kifNrBhfywFEKxOeB/OVctVmLlouV9mfc2qXCp6uyO4Pn72PXKOnj09qXetopCw== +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"