From c63e4dc9d79e48bdec5c419888f0716dbad48465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 14:54:20 +0000 Subject: [PATCH] Bump jquery-ui from 1.10.4 to 1.13.2 Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.10.4 to 1.13.2. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.10.4...1.13.2) --- updated-dependencies: - dependency-name: jquery-ui dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa315f782..776c8e2e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "codemirror": "^5.59.4", "handsontable": "7.2.2", "jexcel": "^3.9.1", - "jquery-ui": "1.10.4", + "jquery-ui": "1.13.2", "micro-parsons": "https://github.com/amy21206/micro-parsons-element/releases/download/v0.1.4/micro-parsons-0.1.4.tgz", "select2": "^4.1.0-rc.0", "sql.js": "1.5.0", @@ -2512,10 +2512,18 @@ "jsuites": "^2.7.1" } }, + "node_modules/jquery": { + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz", + "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==" + }, "node_modules/jquery-ui": { - "version": "1.10.4", - "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.10.4.tgz", - "integrity": "sha512-VdBz+azK9w7aLfrynqRjhDClgKF57L5fOcj6xDRar/PC0F/WFVD2a5Rfp1W15NYa2kkAvKp1YzAd2/lnGlmOmw==" + "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" + } }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", @@ -7673,10 +7681,18 @@ "jsuites": "^2.7.1" } }, + "jquery": { + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz", + "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==" + }, "jquery-ui": { - "version": "1.10.4", - "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.10.4.tgz", - "integrity": "sha512-VdBz+azK9w7aLfrynqRjhDClgKF57L5fOcj6xDRar/PC0F/WFVD2a5Rfp1W15NYa2kkAvKp1YzAd2/lnGlmOmw==" + "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" + } }, "json-parse-even-better-errors": { "version": "2.3.1", diff --git a/package.json b/package.json index 952b4d372..2c0763372 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "codemirror": "^5.59.4", "handsontable": "7.2.2", "jexcel": "^3.9.1", - "jquery-ui": "1.10.4", + "jquery-ui": "1.13.2", "micro-parsons": "https://github.com/amy21206/micro-parsons-element/releases/download/v0.1.4/micro-parsons-0.1.4.tgz", "select2": "^4.1.0-rc.0", "sql.js": "1.5.0",