From 954f78a6bdca364a61e66aacfa1db5228814f91c Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 14 Dec 2022 06:27:57 +0100 Subject: [PATCH] jquery v3.6.1 -> v3.6.2 (#1256) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/jquery/3.6.1/jquery.min.jsm | 2 -- resources/jquery/3.6.2/jquery.min.jsm | 2 ++ 5 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 resources/jquery/3.6.1/jquery.min.jsm create mode 100644 resources/jquery/3.6.2/jquery.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 0f6fd7e4..cfc32f3f 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1181,7 +1181,7 @@ https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js -https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js +https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.2/jquery.min.js https://cdnjs.cloudflare.com/ajax/libs/jquery-ajax-unobtrusive/3.2.6/jquery.unobtrusive-ajax.min.js https://cdnjs.cloudflare.com/ajax/libs/jquery.blockUI/2.70/jquery.blockUI.min.js https://cdnjs.cloudflare.com/ajax/libs/jquery.colorbox/1.6.4/jquery.colorbox-min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 2b1494d1..bc6ed400 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -260,7 +260,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/jquery/3.') || type.startsWith('/jquery/latest')) { if (helpers.compareVersion('3.2.1', version)) return '3.2.1'; // <= v3.2.1 if (helpers.compareVersion('3.5.1', version)) return '3.5.1'; // <= v3.5.1 - return '3.6.1'; + return '3.6.2'; } if (type.startsWith('/jquery.devbridge-autocomplete/1.')) return '1.4.11'; if (type.startsWith('/jqueryui/1.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index bcf40b0a..a85a9131 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -31,6 +31,7 @@
  • bootstrap-table v1.21.1 -> v1.21.2 (#1251)
  • paginationjs v2.4.1 -> v2.4.2 (#1252)
  • findify-bundle v7.1.77 -> v7.1.78 (#1253)
  • +
  • jquery v3.6.1 -> v3.6.2 (#1256)
  • Added