From ead2adc18dd6c1414b848dfb5530a7d4514212b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 09:55:57 +0000 Subject: [PATCH] Bump react from 16.8.4 to 16.14.0 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.8.4 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.json | 2 +- yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 4cdad68..96fd75f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "history": "^4.9.0", "mapbox-gl": "^0.53.1", "prop-types": "^15.7.2", - "react": "^16.8.4", + "react": "^16.14.0", "react-dom": "^16.8.4", "react-ga": "^2.5.7", "react-mapbox-gl": "^4.2.0", diff --git a/yarn.lock b/yarn.lock index b6a74e7..9b7da3d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8588,15 +8588,14 @@ react-scripts@2.1.8: optionalDependencies: fsevents "1.2.4" -react@^16.8.4: - version "16.8.4" - resolved "https://registry.yarnpkg.com/react/-/react-16.8.4.tgz#fdf7bd9ae53f03a9c4cd1a371432c206be1c4768" - integrity sha512-0GQ6gFXfUH7aZcjGVymlPOASTuSjlQL4ZtVC5YKH+3JL6bBLCVO21DknzmaPlI90LN253ojj02nsapy+j7wIjg== +react@^16.14.0: + version "16.14.0" + resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d" + integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" prop-types "^15.6.2" - scheduler "^0.13.4" read-pkg-up@^1.0.1: version "1.0.1"