diff --git a/ui/package.json b/ui/package.json index 4655fd6..9233288 100644 --- a/ui/package.json +++ b/ui/package.json @@ -18,7 +18,7 @@ "@types/react-redux": "7.1.16", "@types/react-router-dom": "5.1.7", "@types/react-syntax-highlighter": "13.5.2", - "@types/recharts": "1.8.19", + "@types/recharts": "1.8.20", "axios": "0.21.1", "clsx": "1.1.1", "lodash.uniqby": "4.7.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index b1e9215..0ccb1b7 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2015,10 +2015,10 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/recharts@1.8.19": - version "1.8.19" - resolved "https://registry.yarnpkg.com/@types/recharts/-/recharts-1.8.19.tgz#047f72cf4c25df545aa1085fe3a085e58a2483c1" - integrity sha512-Fd2cYnBlWz/ga8rLmjwsZNBAc4CzXZiuTYPPqMIgrtQ02yI/OTm8WPM6ZyUuYlSdyangtsvFmHWzZ7W4tuknDA== +"@types/recharts@1.8.20": + version "1.8.20" + resolved "https://registry.yarnpkg.com/@types/recharts/-/recharts-1.8.20.tgz#cb028430a7df1aa163b41cea291a414e77c95cc8" + integrity sha512-pxHNh404uxhv2oTCF5rWrca2Nl32g8cvetJsy8YnznlfNZtvo7Hgk2zQjkPJeefQAKRIDfCtjE2LllSeW9uoJA== dependencies: "@types/d3-shape" "^1" "@types/react" "*"