diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 164713ff..01d46807 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -763,7 +763,7 @@ https://cdnjs.cloudflare.com/ajax/libs/jquery-ajax-unobtrusive/3.2.6/jquery.unob 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 https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js -https://cdnjs.cloudflare.com/ajax/libs/jquery-csv/1.0.22/jquery.csv.min.js +https://cdnjs.cloudflare.com/ajax/libs/jquery-csv/1.0.40/jquery.csv.min.js https://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/2.1.6/core/jquery.cycle2.autoheight.min.js https://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/2.1.6/core/jquery.cycle2.caption.min.js https://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/2.1.6/core/jquery.cycle2.command.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 109d9917..f10cf5c1 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -261,7 +261,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/jquery.blockUI/2.')) return '2.70'; if (type.startsWith('/jquery.colorbox/1.')) return '1.6.4'; if (type.startsWith('/jquery-cookie/1.')) return '1.4.1'; - if (type.startsWith('/jquery-csv/1.')) return '1.0.22'; + if (type.startsWith('/jquery-csv/1.')) return '1.0.40'; if (type.startsWith('/jquery-easing/1.')) return '1.4.1'; if (type.startsWith('/jquery-jcrop/0.')) return '0.9.15'; if (type.startsWith('/jquery.lazyload/1.')) return '1.9.1'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 3c7a75df..4c474029 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -38,6 +38,7 @@
Added