From db94dbc7bda195a6a13ac92a71a6645afe69c90b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 01:27:08 +0000 Subject: [PATCH] Bump jquery-ui from 1.12.1 to 1.13.2 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] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fa8e9611..2676e3d5 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "font-awesome": "~4.4.0", "hallo": "https://github.com/bergie/hallo.git", "jquery": "1.11.1", - "jquery-ui": "1.12.1", + "jquery-ui": "1.13.2", "lodash": "~4.17.21", "moment": "~2.29.1", "moment-timezone": "~0.5.33", @@ -19,7 +19,7 @@ }, "resolutions": { "jquery": "1.11.1", - "jquery-ui": "1.12.1" + "jquery-ui": "1.13.2" }, "devDependencies": { "@babel/core": "^7.17.9",