diff --git a/packages/g-lite/package.json b/packages/g-lite/package.json index 314f4bacf..e23f29b4c 100644 --- a/packages/g-lite/package.json +++ b/packages/g-lite/package.json @@ -43,7 +43,7 @@ "dependencies": { "@antv/g-math": "workspace:*", "@antv/util": "^3.3.5", - "d3-color": "^1.4.0", + "d3-color": "^3.1.0", "eventemitter3": "^5.0.1", "gl-matrix": "^3.4.3", "rbush": "^3.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 93c1180f9..13f26684e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -327,8 +327,8 @@ importers: specifier: ^3.3.5 version: 3.3.5 d3-color: - specifier: ^1.4.0 - version: 1.4.0 + specifier: ^3.1.0 + version: 3.1.0 eventemitter3: specifier: ^5.0.1 version: 5.0.1 @@ -3799,14 +3799,9 @@ packages: d3-path: 3.1.0 dev: true - /d3-color@1.4.0: - resolution: {integrity: sha512-TzNPeJy2+iEepfiL92LAAB7fvnp/dV2YwANPVHdDWmYMm23qIJBYww3qT8I8C1wXrmrg4UWs7BKc2tKIgyjzHg==} - dev: false - /d3-color@3.1.0: resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==} engines: {node: '>=12'} - dev: true /d3-contour@4.0.2: resolution: {integrity: sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==}