From 1ea549078abfbc65806a385075f0bfca71d84d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 17:20:29 +0000 Subject: [PATCH] Bump jquery-ui from 1.13.0 to 1.13.2 in /turmoil-frontend 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] --- turmoil-frontend/package-lock.json | 14 +++++++------- turmoil-frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/turmoil-frontend/package-lock.json b/turmoil-frontend/package-lock.json index 3c6e70c..e512a93 100644 --- a/turmoil-frontend/package-lock.json +++ b/turmoil-frontend/package-lock.json @@ -13,7 +13,7 @@ "@testing-library/user-event": "^13.5.0", "jquery": "^3.6.0", "jquery-mousewheel": "^3.1.13", - "jquery-ui": "^1.13.0", + "jquery-ui": "^1.13.2", "malihu-custom-scrollbar-plugin": "^3.1.5", "moment": "^2.29.1", "react": "^17.0.2", @@ -9118,9 +9118,9 @@ "integrity": "sha1-BvAzXxbjU6aV5yBr9QUDy1I6buU=" }, "node_modules/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==", "dependencies": { "jquery": ">=1.8.0 <4.0.0" } @@ -21160,9 +21160,9 @@ "integrity": "sha1-BvAzXxbjU6aV5yBr9QUDy1I6buU=" }, "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/turmoil-frontend/package.json b/turmoil-frontend/package.json index 7bb065c..4d40052 100644 --- a/turmoil-frontend/package.json +++ b/turmoil-frontend/package.json @@ -8,7 +8,7 @@ "@testing-library/user-event": "^13.5.0", "jquery": "^3.6.0", "jquery-mousewheel": "^3.1.13", - "jquery-ui": "^1.13.0", + "jquery-ui": "^1.13.2", "malihu-custom-scrollbar-plugin": "^3.1.5", "moment": "^2.29.1", "react": "^17.0.2",