From 8e56b65a8ecacfe23e3bebd2d7e68809e657d729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 17:08:44 +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-lock.json | 9 ++++++--- package.json | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index de92348..83a3c6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1873,9 +1873,12 @@ "integrity": "sha1-G+i3twTdOFcVJwiu+x1KSzpp+zM=" }, "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.2", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.2.tgz", + "integrity": "sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q==", + "requires": { + "jquery": ">=1.8.0 <4.0.0" + } }, "jquery-ui-dist": { "version": "1.12.1", diff --git a/package.json b/package.json index 62e5764..317b1e4 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "jquery-knob": "^1.2.11", "jquery-slimscroll": "^1.3.8", "jquery-sparkline": "^2.4.0", - "jquery-ui": "^1.12.1", + "jquery-ui": "^1.13.2", "jquery-ui-dist": "^1.12.1", "jquery.cookie": "^1.4.1", "jvectormap": "^1.2.2",