From 1c7ae3aad00bb79984ee76fcee2ed376097e172c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 08:11:45 +0000 Subject: [PATCH] chore:(deps): bump react from 16.13.1 to 16.14.0 in /explorer (#12895) Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.13.1 to 16.14.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 6 +++--- explorer/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 143f8fb42a..dcafeef81d 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -13267,9 +13267,9 @@ } }, "react": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react/-/react-16.13.1.tgz", - "integrity": "sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==", + "version": "16.14.0", + "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz", + "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", "requires": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1", diff --git a/explorer/package.json b/explorer/package.json index 048f613588..5f3c145a7a 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -30,7 +30,7 @@ "humanize-duration-ts": "^2.1.1", "node-sass": "^4.14.1", "prettier": "^2.1.2", - "react": "^16.13.1", + "react": "^16.14.0", "react-app-rewired": "^2.1.6", "react-chartjs-2": "^2.10.0", "react-countup": "^4.3.3",