From 69fd66be89c426682784932192ac67d7267d5576 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 12 Jun 2021 07:06:51 +0200 Subject: [PATCH] Updated: jquery-csv v1.0.11 -> v1.0.16 (#514) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/jquery-csv/{1.0.11 => 1.0.16}/jquery.csv.min.jsm | 0 4 files changed, 3 insertions(+), 2 deletions(-) rename resources/jquery-csv/{1.0.11 => 1.0.16}/jquery.csv.min.jsm (100%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 8975f5f4..17453ee5 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1125,7 +1125,7 @@ https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js https://cdnjs.cloudflare.com/ajax/libs/jquery.blockUI/2.70/jquery.blockUI.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.11/jquery.csv.min.js +https://cdnjs.cloudflare.com/ajax/libs/jquery-csv/1.0.16/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 4101be66..86ef88ab 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -343,7 +343,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/jquery-cookie/1.')) { return '1.4.1'; } else if (type.startsWith('/jquery-csv/1.')) { - return '1.0.11'; + return '1.0.16'; } else if (type.startsWith('/jquery-easing/1.')) { return '1.4.1'; } else if (type.startsWith('/jquery.lazyload/1.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 93996a29..357b3657 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -53,6 +53,7 @@
  • Mapping: brands.css, solid.css, fontawesome.css -> use.fontawesome.com
  • Updated: hls.js v1.0.5 -> v1.0.7 (#511)
  • Updated: snowplow v2.17.3 -> v2.18.0 (#513)
  • +
  • Updated: jquery-csv v1.0.11 -> v1.0.16 (#514)
  • diff --git a/resources/jquery-csv/1.0.11/jquery.csv.min.jsm b/resources/jquery-csv/1.0.16/jquery.csv.min.jsm similarity index 100% rename from resources/jquery-csv/1.0.11/jquery.csv.min.jsm rename to resources/jquery-csv/1.0.16/jquery.csv.min.jsm