diff --git a/client/package.json b/client/package.json index 8457a7f8..508c1694 100644 --- a/client/package.json +++ b/client/package.json @@ -69,7 +69,7 @@ "formik": "^2.1.4", "history": "^5.0.0-beta.8", "hsluv": "^0.1.0", - "immer": "^7.0.1", + "immer": "^8.0.1", "js-cookie": "^2.2.1", "lodash": "^4.17.15", "react": "16.13.1", diff --git a/client/yarn.lock b/client/yarn.lock index 3d8b13e3..f1c67af2 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -5275,10 +5275,10 @@ ignore@^5.1.4: version "5.1.6" resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.6.tgz#643194ad4bf2712f37852e386b6998eff0db2106" -immer@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/immer/-/immer-7.0.1.tgz#830f44a36c4181c0eca4385e7782e164e5eb9249" - integrity sha512-DpWL/ES2Ba8KwW+A5AgNRoJPZP8LxdHejKXar1VfbF5a7ATvvekzmmNSQxje+WG0DIhuanvFEumFffVqyCLmBQ== +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"