From 2b99e09c0ca0e95bca56d0815e23de5d99986bd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 17:13:41 +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:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56295ed2..3d5b72d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9421,10 +9421,13 @@ "dev": true }, "jquery-ui": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.12.1.tgz", - "integrity": "sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE=", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.2.tgz", + "integrity": "sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q==", + "dev": true, + "requires": { + "jquery": ">=1.8.0 <4.0.0" + } }, "js-beautify": { "version": "1.13.13", diff --git a/package.json b/package.json index c2cfd89a..15aac7a1 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "ionicons": "~2.0.1", "jquery": "^3.5.1", "jquery-mousewheel": "~3.1.13", - "jquery-ui": "~1.12.1", + "jquery-ui": "~1.13.2", "js-cookie": "~2.2.0", "js-yaml": "~3.13.1", "jsonlint": "~1.6.2",