diff --git a/package.json b/package.json index a5e368d..da7a04e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "graphql.macro": "^1.3.5", "history": "^4.6.1", "husky": "^2.2.0", - "immer": "^3.1.2", + "immer": "^8.0.1", "jest-dom": "^3.4.0", "js-cookie": "^2.1.3", "lint-staged": "^8.1.6", diff --git a/yarn.lock b/yarn.lock index 2140fee..f80bc44 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5852,10 +5852,10 @@ immer@1.10.0: resolved "https://registry.yarnpkg.com/immer/-/immer-1.10.0.tgz#bad67605ba9c810275d91e1c2a47d4582e98286d" integrity sha512-O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg== -immer@^3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/immer/-/immer-3.1.2.tgz#1f24f2e25433f5ff168a1ff6c8c6366d2106e61a" - integrity sha512-pi8JuvJ9c+98DlpDms/o0YLLg5khP8Qzjd8CtIGc4qVm2eoLdQGivJL266nWccofKT/oBSxnhAh/o+nmOXtLXw== +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== immutable@^3.8.1: version "3.8.2"