diff --git a/package.json b/package.json index 90a9995d03d9ca..59c72831aa8af4 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "dependencies": { "d3-array": "1", "d3-axis": "1", - "d3-brush": "1", + "d3-brush": "1.1.6", "d3-chord": "1", "d3-collection": "1", "d3-color": "1", diff --git a/yarn.lock b/yarn.lock index 0a762b12159eb3..267f6fba8be5f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -87,9 +87,10 @@ d3-axis@1: version "1.0.8" resolved "https://registry.yarnpkg.com/d3-axis/-/d3-axis-1.0.8.tgz#31a705a0b535e65759de14173a31933137f18efa" -d3-brush@1: - version "1.0.4" - resolved "https://registry.yarnpkg.com/d3-brush/-/d3-brush-1.0.4.tgz#00c2f238019f24f6c0a194a26d41a1530ffe7bc4" +d3-brush@1.1.6: + version "1.1.6" + resolved "https://registry.yarnpkg.com/d3-brush/-/d3-brush-1.1.6.tgz#b0a22c7372cabec128bdddf9bddc058592f89e9b" + integrity sha512-7RW+w7HfMCPyZLifTz/UnJmI5kdkXtpCbombUSs8xniAyo0vIbrDzDwUJB6eJOgl9u5DQOt2TQlYumxzD1SvYA== dependencies: d3-dispatch "1" d3-drag "1"