From 940fe6afe0cb4161c924c2f642c4d2fda6243fee Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 3 Aug 2023 18:08:45 +0200 Subject: [PATCH] Chart.js v4.3.2 -> v4.3.3 (#1490) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 2 +- resources/Chart.js/4.3.2/chart.min.jsm | 1 - resources/Chart.js/4.3.3/chart.min.jsm | 1 + 5 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 resources/Chart.js/4.3.2/chart.min.jsm create mode 100644 resources/Chart.js/4.3.3/chart.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index fa7e74cf..996220d7 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -314,7 +314,7 @@ https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.15/jquery.bxslider.min.js https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.bundle.min.js https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.min.css https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.9.1/chart.min.js -https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.3.2/chart.min.js +https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.3.3/chart.min.js https://cdnjs.cloudflare.com/ajax/libs/chosen/1.8.7/chosen.jquery.min.js https://cdnjs.cloudflare.com/ajax/libs/clappr/0.4.7/clappr.min.js https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 8c441cbd..163d582a 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -171,7 +171,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/bxslider/4.')) return '4.2.15'; if (type.startsWith('/Chart.js/2.')) return '2.9.4'; if (type.startsWith('/Chart.js/3.')) return '3.9.1'; - if (type.startsWith('/Chart.js/4.')) return '4.3.2'; + if (type.startsWith('/Chart.js/4.')) return '4.3.3'; if (type.startsWith('/clappr/0.') || type.startsWith('/clappr/latest/')) return '0.4.7'; if (type.startsWith('/chosen/1.')) return '1.8.7'; if (type.startsWith('/clipboard.js/1.')) return '1.7.1'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index ac27ed0f..e0881055 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -28,7 +28,7 @@