diff --git a/package.json b/package.json
index f4b00a3e3d..cfee4899a9 100644
a
|
b
|
|
139 | 139 | "formdata-polyfill": "4.0.10", |
140 | 140 | "hoverintent": "2.2.1", |
141 | 141 | "imagesloaded": "4.1.4", |
142 | | "jquery": "3.6.1", |
| 142 | "jquery": "3.6.2", |
143 | 143 | "jquery-color": "2.2.0", |
144 | 144 | "jquery-form": "4.3.0", |
145 | 145 | "jquery-hoverintent": "1.10.2", |
diff --git a/src/wp-includes/script-loader.php b/src/wp-includes/script-loader.php
index 27defd0659..dd9fc1a22c 100644
a
|
b
|
function wp_default_scripts( $scripts ) { |
820 | 820 | |
821 | 821 | // jQuery. |
822 | 822 | // The unminified jquery.js and jquery-migrate.js are included to facilitate debugging. |
823 | | $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.6.1' ); |
824 | | $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.6.1' ); |
| 823 | $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.6.2' ); |
| 824 | $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.6.2' ); |
825 | 825 | $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '3.3.2' ); |
826 | 826 | |
827 | 827 | // Full jQuery UI. |