diff --git a/examples/d3.html b/examples/d3.html
index c4fb195d0f..5c5e5c0f21 100644
--- a/examples/d3.html
+++ b/examples/d3.html
@@ -6,7 +6,7 @@ docs: >
The example loads TopoJSON geometries and uses d3 (d3.geo.path) to render these geometries to a SVG element.
tags: "d3"
resources:
- - https://unpkg.com/d3@6.7.0/dist/d3.min.js
+ - https://unpkg.com/d3@7.4.4/dist/d3.min.js
- https://unpkg.com/topojson@3.0.2/dist/topojson.js
---