diff --git a/CHANGELOG.md b/CHANGELOG.md index a97613587e6..5cf2e89cce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ ## 5.3.5 - 2024-08-21 -- Updated jQuery UI to 1.13.3. ([#15558](https://github.com/craftcms/cms/issues/15558)) +- Updated jQuery UI to 1.14.0. ([#15558](https://github.com/craftcms/cms/issues/15558)) - Fixed a bug where `craft\helpers\App::env()` and `normalizeValue()` could return incorrect results for values that looked like floats. ([#15533](https://github.com/craftcms/cms/issues/15533)) - Fixed a bug where the `users/set-password` action wasn’t respecting `redirect` params. ([#15538](https://github.com/craftcms/cms/issues/15538)) - Fixed a bug where the “Default Values” Table field setting wasn’t escaping column headings. ([#15552](https://github.com/craftcms/cms/issues/15552)) diff --git a/package-lock.json b/package-lock.json index 7d97bb3ba21..49d1a1fc923 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "iframe-resizer": "^4.3.2", "inputmask": "^5.0.9", "jquery": "^3.6.0", - "jquery-ui": "^1.13.3", + "jquery-ui": "^1.14.0", "jquery.payment": "^3.0.0", "picturefill": "^3.0.3", "punycode": "^2.3.1", diff --git a/package.json b/package.json index d639320324e..5e75b36df3c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "iframe-resizer": "^4.3.2", "inputmask": "^5.0.9", "jquery": "^3.6.0", - "jquery-ui": "^1.13.3", + "jquery-ui": "^1.14.0", "jquery.payment": "^3.0.0", "picturefill": "^3.0.3", "punycode": "^2.3.1",