diff --git a/CHANGELOG.md b/CHANGELOG.md index 861225451b..63e5a5c4ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ 1. [#5851](https://github.com/influxdata/chronograf/pull/5851): Remove fixed-table-2 to resolve CVE-2022-0235. 1. [#5866](https://github.com/influxdata/chronograf/pull/5866): Replace axios by fetch. +1. [#5873](https://github.com/influxdata/chronograf/pull/5873): Upgrade react-resize-detector. ## v1.9.3 [2022-01-25] diff --git a/ui/package.json b/ui/package.json index e670d5f712..fbc3faaaad 100644 --- a/ui/package.json +++ b/ui/package.json @@ -126,7 +126,7 @@ "react-markdown": "^6.0.2", "react-onclickoutside": "^6.10.0", "react-redux": "^7.2.2", - "react-resize-detector": "^2.3.0", + "react-resize-detector": "^7.0.0", "react-router": "^3.0.2", "react-router-redux": "^4.0.8", "react-tooltip": "^3.2.1", diff --git a/ui/src/shared/components/Dygraph.tsx b/ui/src/shared/components/Dygraph.tsx index 8a4f4182c8..22c3c1bf27 100644 --- a/ui/src/shared/components/Dygraph.tsx +++ b/ui/src/shared/components/Dygraph.tsx @@ -228,7 +228,7 @@ class Dygraph extends Component { style={this.dygraphStyle} >