diff --git a/frontend/package.json b/frontend/package.json index 1b36c4ad..ab1db46e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -8,7 +8,7 @@ "date-fns": "2.11.0", "debounce-promise": "3.1.2", "history": "4.10.1", - "immer": "6.0.1", + "immer": "8.0.1", "jwt-decode": "2.2.0", "polished": "3.4.4", "prop-types": "15.7.2", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index c388f1ba..a8c3d11d 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -6296,10 +6296,10 @@ immer@1.10.0: resolved "https://registry.yarnpkg.com/immer/-/immer-1.10.0.tgz#bad67605ba9c810275d91e1c2a47d4582e98286d" integrity sha512-O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg== -immer@6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/immer/-/immer-6.0.1.tgz#7af35e35753d9da6bc9123f0cc99f7e8f2e10681" - integrity sha512-oXwigCKgznQywsXi1VgrqgWbQEU3wievNCVc4Fcwky6mwXU6YHj6JuYp0WEM/B1EphkqsLr0x18lm5OiuemPcA== +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-cwd@^2.0.0: version "2.1.0" diff --git a/mobile/package.json b/mobile/package.json index e55c9c1e..66c41daa 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -12,7 +12,7 @@ "dependencies": { "@react-native-community/async-storage": "1.8.1", "axios": "0.21.1", - "immer": "6.0.1", + "immer": "8.0.1", "date-fns": "2.11.0", "lodash.debounce": "4.0.8", "prop-types": "15.7.2", diff --git a/mobile/yarn.lock b/mobile/yarn.lock index 086ed9a1..714ccb7b 100644 --- a/mobile/yarn.lock +++ b/mobile/yarn.lock @@ -3990,10 +3990,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@6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/immer/-/immer-6.0.1.tgz#7af35e35753d9da6bc9123f0cc99f7e8f2e10681" - integrity sha512-oXwigCKgznQywsXi1VgrqgWbQEU3wievNCVc4Fcwky6mwXU6YHj6JuYp0WEM/B1EphkqsLr0x18lm5OiuemPcA== +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"