diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-includes/js/jquery/ui/menu.js --- a/wp/wp-includes/js/jquery/ui/menu.js Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-includes/js/jquery/ui/menu.js Fri Sep 05 18:40:08 2025 +0200 @@ -1,17 +1,17 @@ /*! - * jQuery UI Menu 1.13.1 - * http://jqueryui.com + * jQuery UI Menu 1.13.3 + * https://jqueryui.com * - * Copyright jQuery Foundation and other contributors + * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Menu //>>group: Widgets //>>description: Creates nestable menus. -//>>docs: http://api.jqueryui.com/menu/ -//>>demos: http://jqueryui.com/menu/ +//>>docs: https://api.jqueryui.com/menu/ +//>>demos: https://jqueryui.com/menu/ //>>css.structure: ../../themes/base/core.css //>>css.structure: ../../themes/base/menu.css //>>css.theme: ../../themes/base/theme.css @@ -24,7 +24,12 @@ // AMD. Register as an anonymous module. define( [ "jquery", - "./core" + "../keycode", + "../position", + "../safe-active-element", + "../unique-id", + "../version", + "../widget" ], factory ); } else { @@ -35,7 +40,7 @@ "use strict"; return $.widget( "ui.menu", { - version: "1.13.1", + version: "1.13.3", defaultElement: "