diff --git a/web/package-lock.json b/web/package-lock.json index cf9b42d6..86a8fb14 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -30,7 +30,7 @@ "i18next": "^21.8.14", "i18next-http-backend": "^2.2.0", "i18next-parser": "^8.11.0", - "immutable": "3.x", + "immutable": "^3.8.3", "lodash-es": "^4.17.21", "murmurhash-js": "1.0.x", "react": "^17.0.1", diff --git a/web/package.json b/web/package.json index 38854f70..22b7f0b8 100644 --- a/web/package.json +++ b/web/package.json @@ -46,7 +46,7 @@ "i18next": "^21.8.14", "i18next-http-backend": "^2.2.0", "i18next-parser": "^8.11.0", - "immutable": "3.x", + "immutable": "^3.8.3", "lodash-es": "^4.17.21", "murmurhash-js": "1.0.x", "react": "^17.0.1",