diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 675cac08..d3ab8a77 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1247,7 +1247,7 @@ https://cdn.jsdelivr.net/npm/anchor-js@3.2.2/anchor.min.js https://cdn.jsdelivr.net/npm/anchor-js@4.3.1/anchor.min.js https://cdn.jsdelivr.net/npm/angular-stripe-checkout@5.1.0/angular-stripe-checkout.min.js https://cdn.jsdelivr.net/npm/appboy-web-sdk@3.3.0/appboy.min.js -https://cdn.jsdelivr.net/npm/chart.js@3.3.0/dist/chart.min.js +https://cdn.jsdelivr.net/npm/chart.js@3.3.1/dist/chart.min.js https://cdn.jsdelivr.net/npm/ethjs@0.4.0/dist/ethjs.min.js https://cdn.jsdelivr.net/npm/@findify/bundle@6.17.0/dist/autocomplete.js https://cdn.jsdelivr.net/npm/@findify/bundle@6.17.0/dist/bundle.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 7540b134..e67b53e9 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -215,7 +215,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/Chart.js/2.')) { return '2.9.4'; } else if (type.startsWith('/Chart.js/3.')) { - return '3.3.0'; + return '3.3.1'; } else if (type.startsWith('/chosen/1.')) { return '1.8.7'; } else if (type.startsWith('/clipboard.js/1.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 936d4c05..cedaafef 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -26,7 +26,7 @@