diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index a6ac600b..86c17088 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -220,7 +220,7 @@ 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/chosen/1.8.7/chosen.jquery.min.js https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js -https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js +https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.8/clipboard.min.js https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.css https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.js https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 4ad6bcf3..5e9c0518 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -178,7 +178,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/clipboard.js/1.')) { return '1.7.1'; } else if (type.startsWith('/clipboard.js/2.')) { - return '2.0.6'; + return '2.0.8'; } else if (type.startsWith('/cookieconsent2/3.')) { return '3.1.1'; } else if (type.startsWith('/d3/3.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 78ce5a53..150012aa 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -52,6 +52,7 @@