jquery v3.6.1 -> v3.6.2 (#1256)

This commit is contained in:
nobody 2022-12-14 06:27:57 +01:00
parent 8f075aaaa4
commit 954f78a6bd
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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.')) {

View File

@ -31,6 +31,7 @@
<li>bootstrap-table v1.21.1 -> v1.21.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1251">#1251</a>)</li>
<li>paginationjs v2.4.1 -> v2.4.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1252">#1252</a>)</li>
<li>findify-bundle v7.1.77 -> v7.1.78 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1253">#1253</a>)</li>
<li>jquery v3.6.1 -> v3.6.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1256">#1256</a>)</li>
</ul>
<p>Added</p>
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long