From 34ec3e2122c6488e99acfe99339a81d094649d5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 19:51:31 +0000 Subject: [PATCH] Bump d3-color from 1.2.3 to 3.1.0 in /server/public/lib/d3 Bumps [d3-color](https://github.com/d3/d3-color) from 1.2.3 to 3.1.0. - [Release notes](https://github.com/d3/d3-color/releases) - [Commits](https://github.com/d3/d3-color/compare/v1.2.3...v3.1.0) --- updated-dependencies: - dependency-name: d3-color dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/public/lib/d3/package.json | 2 +- server/public/lib/d3/yarn.lock | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/server/public/lib/d3/package.json b/server/public/lib/d3/package.json index 4346580..3182317 100644 --- a/server/public/lib/d3/package.json +++ b/server/public/lib/d3/package.json @@ -37,7 +37,7 @@ "d3-brush": "1", "d3-chord": "1", "d3-collection": "1", - "d3-color": "1", + "d3-color": "3", "d3-contour": "1", "d3-dispatch": "1", "d3-drag": "1", diff --git a/server/public/lib/d3/yarn.lock b/server/public/lib/d3/yarn.lock index 014e814..98b0653 100644 --- a/server/public/lib/d3/yarn.lock +++ b/server/public/lib/d3/yarn.lock @@ -112,6 +112,10 @@ d3-color@1: version "1.2.3" resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-1.2.3.tgz#6c67bb2af6df3cc8d79efcc4d3a3e83e28c8048f" +d3-color@3: + version "3.1.0" + resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-3.1.0.tgz#395b2833dfac71507f12ac2f7af23bf819de24e2" + d3-contour@1: version "1.3.2" resolved "https://registry.yarnpkg.com/d3-contour/-/d3-contour-1.3.2.tgz#652aacd500d2264cb3423cee10db69f6f59bead3"