From ca43248add16da640074b2492a796af1d547ce46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 09:27:17 +0000 Subject: [PATCH] Bump react from 16.8.6 to 16.14.0 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.8.6 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] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ba1828..8a40b98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12436,14 +12436,13 @@ } }, "react": { - "version": "16.8.6", - "resolved": "https://registry.npmjs.org/react/-/react-16.8.6.tgz", - "integrity": "sha512-pC0uMkhLaHm11ZSJULfOBqV4tIZkx87ZLvbbQYunNixAAvjnC+snJCg0XQXn9VIsttVsbZP/H/ewzgsd5fxKXw==", + "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", - "prop-types": "^15.6.2", - "scheduler": "^0.13.6" + "prop-types": "^15.6.2" } }, "react-app-polyfill": { diff --git a/package.json b/package.json index 5ab32d4..70e701a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@types/smoothscroll-polyfill": "^0.3.1", "@types/styled-components": "^5.1.9", "lodash.throttle": "^4.1.1", - "react": "^16.8.6", + "react": "^16.14.0", "react-dom": "^16.8.6", "react-lottie": "^1.2.3", "react-pose": "^4.0.8",