diff --git a/client/package-lock.json b/client/package-lock.json index c958067..ce81057 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -11426,9 +11426,9 @@ "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==" }, "immer": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/immer/-/immer-4.0.0.tgz", - "integrity": "sha512-374/m+biF/6Z24jiqR/u49SH095oIgYr/qLiQnR88svojs5RNJh/h9i0Qq0pqhgUon3Txx8PgUWH+obRy6jbKw==" + "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/client/package.json b/client/package.json index d290a65..cf487d9 100644 --- a/client/package.json +++ b/client/package.json @@ -8,7 +8,7 @@ "@quickbaseoss/babel-plugin-styled-components-css-namespace": "1.0.0-rc4", "axios": "^0.19.0", "body-scroll-lock": "2.7.0", - "immer": "4.0.0", + "immer": "8.0.1", "lodash": "4.17.15", "normalizr": "3.4.1", "polished": "3.4.1",