diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index c80b1c71..e8d1440f 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -313,7 +313,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.1.1/d3.min.js +https://cdnjs.cloudflare.com/ajax/libs/d3/7.2.0/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.2.0/dexie.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 2a49be74..9e8d660b 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -169,7 +169,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/d3/4.')) return '4.13.0'; if (type.startsWith('/d3/5.')) return '5.16.0'; if (type.startsWith('/d3/6.')) return '6.7.0'; - if (type.startsWith('/d3/7.')) return '7.1.1'; + if (type.startsWith('/d3/7.')) return '7.2.0'; if (type.startsWith('/d3-legend/2.')) return '2.25.6'; if (type.startsWith('/datatables/1.')) return '1.11.0'; if (type.startsWith('/dayjs/1.')) return '1.10.7'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index da516008..5089debc 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -38,6 +38,7 @@
  • libphonenumber-js v1.9.43 -> v1.9.44 (#796)
  • popper.js v2.10.2 -> v2.11.0 (#797)
  • Google Material Icons v117 -> v118 (#798)
  • +
  • d3 v7.1.1 -> v7.2.0 (#801)
  • Mapping