diff --git a/package-lock.json b/package-lock.json index 8efba5c..372ffc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9914,9 +9914,9 @@ "integrity": "sha1-2B8kA3bQuk8Nd4lyw60lh0EXpGM=" }, "immer": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/immer/-/immer-2.1.5.tgz", - "integrity": "sha512-xyjQyTBYIeiz6jd02Hg12jV+9QISwF1crLcwTlzHpWH4e0ryNWj1kacpTwimK3bJV5NKKXw458G2vpqoB/inFA==" + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/immer/-/immer-8.0.1.tgz", + "integrity": "sha512-aqXhGP7//Gui2+UrEtvxZxSquQVXTpZ7KDxfCcKAF3Vysvw0CViVaW9RZ1j1xlIYqaaaipBoqdqeibkc18PNvA==" }, "import-cwd": { "version": "2.1.0", diff --git a/package.json b/package.json index c5b0ff3..0564f53 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "cors": "^2.8.5", "express": "^4.14.0", "helmet": "^3.16.0", - "immer": "^2.1.3", + "immer": "^8.0.1", "next": "^8.1.0", "next-router": "^1.3.6", "node-sass": "^4.12.0",