diff --git a/package.json b/package.json index 80a93fa..fcf539e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@react-native-community/async-storage": "^1.7.1", "@react-native-community/masked-view": "^0.1.5", "axios": "^0.19.1", - "immer": "^5.3.2", + "immer": "^8.0.1", "prop-types": "^15.7.2", "react": "16.9.0", "react-native": "0.61.5", diff --git a/yarn.lock b/yarn.lock index 41ee664..ecf620b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3466,10 +3466,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.3.2: - version "5.3.2" - resolved "https://registry.yarnpkg.com/immer/-/immer-5.3.2.tgz#e3a1c9f3550f925278fd86b8d2d644f7d5e9561b" - integrity sha512-wPWsSV0fv8iT7QQVs3rxBDWTbi5pHrVgnQv/McMfaRGJTLfQ3jFMEr08UibqS8hM17KCQXcjjYYzQzYe5e7BIA== +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"