Skip to content

Commit 27cd03f

Browse files
committed
Build: Update jQuery Migrate from 4.0.1 to 4.0.2
1 parent 3a22f74 commit 27cd03f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"jquery-4.0.0": "jquery#4.0.0",
4242
"jquery-migrate-1.x": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-1.4.1.tgz",
4343
"jquery-migrate-3.x": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.6.0.tgz",
44-
"jquery-migrate-4.x": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-4.0.1.tgz"
44+
"jquery-migrate-4.x": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-4.0.2.tgz"
4545
}
4646
}

external/jquery-migrate-4.x/jquery-migrate.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery Migrate - v4.0.1 - 2026-01-18T00:35Z
2+
* jQuery Migrate - v4.0.2 - 2026-01-21T12:38Z
33
* Copyright OpenJS Foundation and other contributors
44
* Released under the MIT license
55
* https://jquery.com/license/
@@ -26,7 +26,7 @@
2626
} )( function( jQuery, window ) {
2727
"use strict";
2828

29-
jQuery.migrateVersion = "4.0.1";
29+
jQuery.migrateVersion = "4.0.2";
3030

3131
// Returns 0 if v1 == v2, -1 if v1 < v2, 1 if v1 > v2
3232
function compareVersions( v1, v2 ) {

0 commit comments

Comments
 (0)