From 99af7aa2c409edecce9631206bb0ffe15019915e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jan 2021 10:30:03 +0000 Subject: [PATCH] Bump immer from 3.3.0 to 8.0.1 in /mobile Bumps [immer](https://github.com/immerjs/immer) from 3.3.0 to 8.0.1. - [Release notes](https://github.com/immerjs/immer/releases) - [Commits](https://github.com/immerjs/immer/compare/v3.3.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 0e38c9f..7e47ba6 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -9,7 +9,7 @@ "dependencies": { "@react-native-community/cli-platform-android": "^4.10.1", "axios": "^0.19.0", - "immer": "^3.1.3", + "immer": "^8.0.1", "polished": "^3.4.1", "react": "16.8.3", "react-native": "0.59.10", diff --git a/mobile/yarn.lock b/mobile/yarn.lock index e37c848..4203c3b 100644 --- a/mobile/yarn.lock +++ b/mobile/yarn.lock @@ -3519,10 +3519,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@^3.1.3: - version "3.3.0" - resolved "https://registry.yarnpkg.com/immer/-/immer-3.3.0.tgz#ee7cf3a248d5dd2d4eedfbe7dfc1e9be8c72041d" - integrity sha512-vlWRjnZqoTHuEjadquVHK3GxsXe1gNoATffLEA8Qbrdd++Xb+wHEFiWtwAKTscMBoi1AsvEMXhYRzAXA8Ex9FQ== +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"