diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index b9005f21..8846cba2 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -301,7 +301,7 @@ https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js https://cdnjs.cloudflare.com/ajax/libs/d3/4.13.0/d3.min.js https://cdnjs.cloudflare.com/ajax/libs/d3/5.16.0/d3.min.js https://cdnjs.cloudflare.com/ajax/libs/d3/6.7.0/d3.min.js -https://cdnjs.cloudflare.com/ajax/libs/d3/7.0.1/d3.min.js +https://cdnjs.cloudflare.com/ajax/libs/d3/7.0.2/d3.min.js https://cdnjs.cloudflare.com/ajax/libs/d3-legend/2.25.6/d3-legend.min.js https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.10.7/dayjs.min.js https://cdnjs.cloudflare.com/ajax/libs/dexie/3.0.3/dexie.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 70b84c6a..d8977392 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -252,7 +252,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/d3/6.')) { return '6.7.0'; } else if (type.startsWith('/d3/7.')) { - return '7.0.1'; + return '7.0.2'; } else if (type.startsWith('/d3-legend/2.')) { return '2.25.6'; } else if (type.startsWith('/datatables/1.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 8340a75a..d010fa7e 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -34,6 +34,7 @@
  • Swiper v7.0.5 -> v7.0.6 (#680)
  • instantsearch.js v4.30.0 -> v4.30.1 (#681)
  • libphonenumber-js v1.9.32 -> v1.9.34 (#682)
  • +
  • d3 v7.0.1 -> v7.0.2 (#686)
  • Added