From 2a56603c1e34d141998225f2f73ccc0ad3e4da4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 04:07:33 +0000 Subject: [PATCH] build(deps): bump jquery-ui from 1.14.1 to 1.14.2 Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.14.1 to 1.14.2. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.14.1...1.14.2) --- updated-dependencies: - dependency-name: jquery-ui dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f81b2fa765a2c..2c7fb597bf9dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "handlebars": "^4.7.8", "is-svg": "^6.1.0", "jquery": "~3.7", - "jquery-ui": "1.14.1", + "jquery-ui": "1.14.2", "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.12.35", "lodash": "^4.17.23", @@ -16731,10 +16731,9 @@ "license": "MIT" }, "node_modules/jquery-ui": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.14.1.tgz", - "integrity": "sha512-DhzsYH8VeIvOaxwi+B/2BCsFFT5EGjShdzOcm5DssWjtcpGWIMsn66rJciDA6jBruzNiLf1q0KvwMoX1uGNvnQ==", - "license": "MIT", + "version": "1.14.2", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.14.2.tgz", + "integrity": "sha512-1gSl7PUjyipa2adSr780Ujk16faicrV7PjPPzPtvWk7tTqBnsqp67NNV9jZK2+BIxUPXWSnIUU/LBCgwgGZE+Q==", "dependencies": { "jquery": ">=1.12.0 <5.0.0" } diff --git a/package.json b/package.json index 32c3f77d9e990..984b090b08682 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "handlebars": "^4.7.8", "is-svg": "^6.1.0", "jquery": "~3.7", - "jquery-ui": "1.14.1", + "jquery-ui": "1.14.2", "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.12.35", "lodash": "^4.17.23",