From 219c4a2548404c27ec464e10b0cfde60283993d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jan 2021 12:50:14 +0000 Subject: [PATCH] Bump immer from 5.0.0 to 8.0.1 in /mobile Bumps [immer](https://github.com/immerjs/immer) from 5.0.0 to 8.0.1. - [Release notes](https://github.com/immerjs/immer/releases) - [Commits](https://github.com/immerjs/immer/compare/v5.0.0...v8.0.1) Signed-off-by: dependabot[bot] --- mobile/package.json | 2 +- mobile/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mobile/package.json b/mobile/package.json index ee6d19c..d032673 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -12,7 +12,7 @@ "dependencies": { "axios": "^0.19.0", "babel-plugin-root-import": "^6.4.1", - "immer": "^5.0.0", + "immer": "^8.0.1", "react": "16.9.0", "react-native": "0.61.5", "react-native-gesture-handler": "^1.5.1", diff --git a/mobile/yarn.lock b/mobile/yarn.lock index a8e6184..2c10d4f 100644 --- a/mobile/yarn.lock +++ b/mobile/yarn.lock @@ -3368,10 +3368,10 @@ image-size@^0.6.0: resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.6.3.tgz#e7e5c65bb534bd7cdcedd6cb5166272a85f75fb2" integrity sha512-47xSUiQioGaB96nqtp5/q55m0aBQSQdyIloMOc/x+QVTDZLNmXE892IIDrJ0hM1A5vcNUDD5tDffkSP5lCaIIA== -immer@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/immer/-/immer-5.0.0.tgz#07f462b7d95f7e86c214a861ecacd766d42b8c0a" - integrity sha512-G7gRqKbi9NE025XVyqyTV98dxUOtdKvu/P1QRaVZfA55aEcXgjbxPdm+TlWdcSMNPKijlaHNz61DGPyelouRlA== +immer@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/immer/-/immer-8.0.1.tgz#9c73db683e2b3975c424fb0572af5889877ae656" + integrity sha512-aqXhGP7//Gui2+UrEtvxZxSquQVXTpZ7KDxfCcKAF3Vysvw0CViVaW9RZ1j1xlIYqaaaipBoqdqeibkc18PNvA== import-fresh@^2.0.0: version "2.0.0"