From 5206fe960bc8f9de2e23659490612906a292cac0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2020 09:57:38 +0000 Subject: [PATCH] chore(deps): bump react from 16.11.0 to 16.13.1 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.11.0 to 16.13.1. - [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.13.1/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 424bf0a..874affe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19406,9 +19406,9 @@ } }, "react": { - "version": "16.11.0", - "resolved": "https://registry.npmjs.org/react/-/react-16.11.0.tgz", - "integrity": "sha512-M5Y8yITaLmU0ynd0r1Yvfq98Rmll6q8AxaEe88c8e7LxO8fZ2cNgmFt0aGAS9wzf1Ao32NKXtCl+/tVVtkxq6g==", + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react/-/react-16.13.1.tgz", + "integrity": "sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==", "requires": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1", diff --git a/package.json b/package.json index a3cfa13..344ab7c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "morgan": "^1.9.1", "next": "^9.2.0", "qrcode.react": "^1.0.0", - "react": "^16.10.1", + "react": "^16.13.1", "react-dom": "^16.10.1", "react-spinners": "^0.6.1", "react-spring": "^8.0.27",