From c89b89cd925ad4773c2641116307914a02fb5585 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Oct 2020 03:17:42 +0000 Subject: [PATCH] Bump react from 16.13.1 to 16.14.0 in /ui 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-preview[bot] --- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 23956d3c..87fa403e 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -13114,9 +13114,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/ui/package.json b/ui/package.json index b429de9c..871b804f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -12,7 +12,7 @@ "md5-hex": "^3.0.1", "prop-types": "^15.7.2", "ra-data-json-server": "^3.8.5", - "react": "^16.13.1", + "react": "^16.14.0", "react-admin": "^3.8.5", "react-dom": "^16.13.1", "react-drag-listview": "^0.1.7",