From 9d315e8d15df052b7d46507b0816f9aa99626844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 17:10:00 +0000 Subject: [PATCH] Bump jquery-ui from 1.12.1 to 1.13.2 in /static 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] --- static/package-lock.json | 9 ++++++--- static/package.json | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/static/package-lock.json b/static/package-lock.json index d1a3aeae..e8c49773 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -2871,9 +2871,12 @@ } }, "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/static/package.json b/static/package.json index f62af369..aa1b71b3 100644 --- a/static/package.json +++ b/static/package.json @@ -42,7 +42,7 @@ "html2pdf.js": "^0.9.2", "jquery": "^3.5.1", "jquery-form": "~3.50.0", - "jquery-ui": "^1.12.1", + "jquery-ui": "^1.13.2", "jquery-ui-dist": "^1.12.1", "jspdf": "^1.5.3", "moment": "^2.29.2",