From e822933ae3c136889e51db65695e24f5e39343e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 03:24:36 +0000 Subject: [PATCH] build(deps): bump jquery-ui in /build/frontend-legacy 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] --- build/frontend-legacy/package-lock.json | 8 ++++---- build/frontend-legacy/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/frontend-legacy/package-lock.json b/build/frontend-legacy/package-lock.json index ebe3e67eb6d96..b00a2e35fac28 100644 --- a/build/frontend-legacy/package-lock.json +++ b/build/frontend-legacy/package-lock.json @@ -52,7 +52,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", @@ -11450,9 +11450,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==", + "version": "1.14.2", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.14.2.tgz", + "integrity": "sha512-1gSl7PUjyipa2adSr780Ujk16faicrV7PjPPzPtvWk7tTqBnsqp67NNV9jZK2+BIxUPXWSnIUU/LBCgwgGZE+Q==", "license": "MIT", "dependencies": { "jquery": ">=1.12.0 <5.0.0" diff --git a/build/frontend-legacy/package.json b/build/frontend-legacy/package.json index 89e5ea23bc9c5..7e94fddda3a0e 100644 --- a/build/frontend-legacy/package.json +++ b/build/frontend-legacy/package.json @@ -68,7 +68,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",