From c1e02d6eaf03dac7adf27bbeeb630d9c494b653a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 07:35:14 +0000 Subject: [PATCH] Bump recharts from 1.6.2 to 1.8.5 Bumps [recharts](https://github.com/recharts/recharts) from 1.6.2 to 1.8.5. - [Release notes](https://github.com/recharts/recharts/releases) - [Changelog](https://github.com/recharts/recharts/blob/master/CHANGELOG.md) - [Commits](https://github.com/recharts/recharts/compare/v1.6.2...v1.8.5) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 8be2c7b..14289aa 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "react-scripts": "^1.1.5", "react-transition-group": "1.x", "reactstrap": "^4.8.0", - "recharts": "^1.6.2", + "recharts": "^1.8.5", "recompose": "^0.30.0", "redux": "^3.6.0", "redux-devtools-extension": "^2.13.8", diff --git a/yarn.lock b/yarn.lock index 04ee475..4480a15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1723,9 +1723,9 @@ core-js@^1.0.0: version "1.2.7" resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636" -core-js@^2.4.0, core-js@^2.5.0, core-js@^2.5.1: - version "2.6.9" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.9.tgz#6b4b214620c834152e179323727fc19741b084f2" +core-js@^2.4.0, core-js@^2.5.0, core-js@^2.6.10: + version "2.6.10" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.10.tgz#8a5b8391f8cc7013da703411ce5b585706300d7f" core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2" @@ -6035,9 +6035,9 @@ react-scripts@^1.1.5: optionalDependencies: fsevents "^1.1.3" -react-smooth@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/react-smooth/-/react-smooth-1.0.2.tgz#f7a2d932ece8db898646078c3c97f3e9533e0486" +react-smooth@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/react-smooth/-/react-smooth-1.0.5.tgz#94ae161d7951cdd893ccb7099d031d342cb762ad" dependencies: lodash "~4.17.4" prop-types "^15.6.0" @@ -6169,19 +6169,19 @@ recharts-scale@^0.4.2: dependencies: decimal.js-light "^2.4.1" -recharts@^1.6.2: - version "1.6.2" - resolved "https://registry.yarnpkg.com/recharts/-/recharts-1.6.2.tgz#4ced884f04b680e8dac5d3e109f99b0e7cfb9b0f" +recharts@^1.8.5: + version "1.8.5" + resolved "https://registry.yarnpkg.com/recharts/-/recharts-1.8.5.tgz#ca94a3395550946334a802e35004ceb2583fdb12" dependencies: classnames "^2.2.5" - core-js "^2.5.1" + core-js "^2.6.10" d3-interpolate "^1.3.0" d3-scale "^2.1.0" d3-shape "^1.2.0" lodash "^4.17.5" prop-types "^15.6.0" react-resize-detector "^2.3.0" - react-smooth "^1.0.0" + react-smooth "^1.0.5" recharts-scale "^0.4.2" reduce-css-calc "^1.3.0"