From 34eb86f8a2cdc8f6ceb2ddac7e195c44e81888e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 15:00:31 +0000 Subject: [PATCH] Bump jquery-ui from 1.12.1 to 1.13.0 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] --- package-lock.json | 9 ++++++--- package.json | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98ac830..6d1a955 100644 --- a/package-lock.json +++ b/package-lock.json @@ -95,9 +95,12 @@ "integrity": "sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==" }, "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" + } }, "laravel-mix": { "version": "0.12.1", diff --git a/package.json b/package.json index a5b8d63..7daf863 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "font-awesome": "^4.7.0", "fullcalendar": "^3.4.0", "jquery": "^3.4.0", - "jquery-ui": "^1.12.1", + "jquery-ui": "^1.13.0", "moment": "^2.19.3", "sweetalert2": "^6.6.5" }