From 40e2cd4d2dd86c7e612a3d5a9ed6edbf04935e96 Mon Sep 17 00:00:00 2001 From: Madhumitha M Date: Thu, 6 Oct 2022 15:25:52 +0530 Subject: [PATCH] [Madhu/Akshay]#177696 - Fix dependabot issue for d3-tip --- src/graphing/radar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphing/radar.js b/src/graphing/radar.js index 436c59957..42f2d43c2 100644 --- a/src/graphing/radar.js +++ b/src/graphing/radar.js @@ -1,5 +1,5 @@ const d3 = require('d3') -const d3tip = require('d3-tip') +const { default: d3tip } = require('d3-tip') const Chance = require('chance') const _ = require('lodash/core')