diff --git a/package-lock.json b/package-lock.json index ada7fa362..3ccfa50c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "iso-language-codes": "2.0.0", "jquery": "3.6.1", "jquery-colorbox": "1.6.4", - "jquery-ui": "1.12.1", + "jquery-ui": "1.13.2", "jquery-ui-touch-punch": "0.2.3", "jquery.browser": "0.1.0", "lit": "2.8.0", @@ -4656,9 +4656,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4673,9 +4670,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4690,9 +4684,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4707,9 +4698,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4724,9 +4712,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4741,9 +4726,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4758,9 +4740,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4775,9 +4754,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4792,9 +4768,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4809,9 +4782,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -12058,8 +12028,12 @@ } }, "node_modules/jquery-ui": { - "version": "1.12.1", - "license": "MIT" + "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/jquery-ui-touch-punch": { "version": "0.2.3", @@ -25394,7 +25368,12 @@ } }, "jquery-ui": { - "version": "1.12.1" + "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" + } }, "jquery-ui-touch-punch": { "version": "0.2.3" diff --git a/package.json b/package.json index c22b3c459..f4762959a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "iso-language-codes": "2.0.0", "jquery": "3.6.1", "jquery-colorbox": "1.6.4", - "jquery-ui": "1.12.1", + "jquery-ui": "1.13.2", "jquery-ui-touch-punch": "0.2.3", "jquery.browser": "0.1.0", "lit": "2.8.0",