From 011c7ae32407d22987fce1cbaf8f14be9e490484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 17:21:50 +0000 Subject: [PATCH] Bump jquery-ui from 1.13.0 to 1.13.2 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] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76608492f40..a630dc7d3b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1852,9 +1852,9 @@ "integrity": "sha1-LInWiJterFIqfuoywUUhVZxsvwI=" }, "jquery-ui": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.0.tgz", - "integrity": "sha512-Osf7ECXNTYHtKBkn9xzbIf9kifNrBhfywFEKxOeB/OVctVmLlouV9mfc2qXCp6uyO4Pn72PXKOnj09qXetopCw==", + "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" } diff --git a/package.json b/package.json index f9dae94aa98..c45a7fb5915 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "fibers": "^5.0.1", "gridfs-stream": "https://github.com/wekan/gridfs-stream/tarball/master", "jquery": "^2.2.4", - "jquery-ui": "^1.13.0", + "jquery-ui": "^1.13.2", "jquery-ui-touch-punch": "^0.2.3", "jszip": "^3.7.1", "ldapjs": "^2.3.1",