From c3e009646faddcbf42d4daa0b65c175fa1dd28d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 07:31:33 +0000 Subject: [PATCH] chore(deps): bump jquery-ui from 1.12.1 to 1.13.0 Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.12.1 to 1.13.0. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.12.1...1.13.0) --- updated-dependencies: - dependency-name: jquery-ui dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++++------- package.json | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ee091b..2edb93e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "github-url-detection": "^4.7.0", "html2js": "^0.2.0", "jquery": "^3.4.1", - "jquery-ui": "^1.12.1", + "jquery-ui": "^1.13.0", "jstree": "^3.3.9", "jszip": "^3.3.0", "lodash.get": "^4.4.2", @@ -9690,9 +9690,12 @@ "integrity": "sha1-xyoJ8Vwb3OFC9J2/EXC9+K2sJHA=" }, "node_modules/jquery-ui": { - "version": "1.12.1", - "resolved": "https://registry.npm.taobao.org/jquery-ui/download/jquery-ui-1.12.1.tgz", - "integrity": "sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE=" + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.0.tgz", + "integrity": "sha512-Osf7ECXNTYHtKBkn9xzbIf9kifNrBhfywFEKxOeB/OVctVmLlouV9mfc2qXCp6uyO4Pn72PXKOnj09qXetopCw==", + "dependencies": { + "jquery": ">=1.8.0 <4.0.0" + } }, "node_modules/js-tokens": { "version": "4.0.0", @@ -28995,9 +28998,12 @@ "integrity": "sha1-xyoJ8Vwb3OFC9J2/EXC9+K2sJHA=" }, "jquery-ui": { - "version": "1.12.1", - "resolved": "https://registry.npm.taobao.org/jquery-ui/download/jquery-ui-1.12.1.tgz", - "integrity": "sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE=" + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.0.tgz", + "integrity": "sha512-Osf7ECXNTYHtKBkn9xzbIf9kifNrBhfywFEKxOeB/OVctVmLlouV9mfc2qXCp6uyO4Pn72PXKOnj09qXetopCw==", + "requires": { + "jquery": ">=1.8.0 <4.0.0" + } }, "js-tokens": { "version": "4.0.0", diff --git a/package.json b/package.json index e432c18..5aae55e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "github-url-detection": "^4.7.0", "html2js": "^0.2.0", "jquery": "^3.4.1", - "jquery-ui": "^1.12.1", + "jquery-ui": "^1.13.0", "jstree": "^3.3.9", "jszip": "^3.3.0", "lodash.get": "^4.4.2",