From 7135d65d5623e7e718f892cb04b3fc8105de7b45 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 12:17:43 +0000 Subject: [PATCH] chore(deps-dev): bump react from 16.13.1 to 16.14.0 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] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index de6f76d..fc231db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13773,9 +13773,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==", "dev": true, "requires": { "loose-envify": "^1.1.0", diff --git a/package.json b/package.json index 1db9a6d..4fcda38 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "node-sass": "^4.14.1", "npm-run-all": "^4.1.5", "prettier": "^2.1.2", - "react": "^16.13.1", + "react": "^16.14.0", "react-dom": "^16.13.1", "react-scripts": "^3.4.3", "typescript": "^4.0.3"