diff --git a/mobile/package.json b/mobile/package.json index cbae74a..f798dfa 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -10,7 +10,7 @@ "dependencies": { "axios": "^0.19.0", "date-fns": "^2.0.1", - "immer": "^3.2.0", + "immer": "^8.0.1", "lodash": "^4.17.15", "prop-types": "^15.7.2", "react": "16.8.6", diff --git a/mobile/yarn.lock b/mobile/yarn.lock index ca8ab86..52591fd 100644 --- a/mobile/yarn.lock +++ b/mobile/yarn.lock @@ -3313,10 +3313,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.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/immer/-/immer-3.2.0.tgz#53686471e9dd2b070e0fb5500c6fdecd3a99375f" - integrity sha512-+a2R8z9eELHst6aht++nzVzJ8LJ+Hsg49qttfg9Kc/vmoxEdPXw5/rV6+4DYWGgnq+B36KbLr4OTaGtS9mDjtg== +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"