diff --git a/web/package.json b/web/package.json index 44226ecba..8c5f1f930 100644 --- a/web/package.json +++ b/web/package.json @@ -94,5 +94,20 @@ }, "author": "", "license": "ISC", - "repository": "https://github.com/eosphoros-ai/DB-GPT-Web.git" + "repository": "https://github.com/eosphoros-ai/DB-GPT-Web.git", + "resolutions": { + "d3-color": "2", + "d3-array": "2", + "d3-shape": "2", + "d3-path": "2", + "d3-dsv": "2", + "d3-hierarchy": "2", + "d3-scale-chromatic": "2", + "d3-format": "2", + "d3-timer": "2", + "d3-dispatch": "2", + "d3-quadtree": "2", + "d3-force": "2", + "d3-geo": "2" + } }