From 1d6388f25acab378414fa3f1df9a942bf4030b1f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Sep 2024 10:34:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IMMER-1019369 - https://snyk.io/vuln/SNYK-JS-IMMER-1540542 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4feea7b..6391292 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "history": "^4.10.1", "i18next": "^19.5.5", "i18next-xhr-backend": "^3.2.2", - "immer": "^7.0.5", + "immer": "^9.0.6", "mkdirp": "^1.0.4", "react": "^16.13.1", "react-dom": "^16.13.1",