From 8b98fdbd58a681666514c54adb34f96768aab4b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Sep 2022 17:14:15 +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 d5a4646..bce263d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "author": "Sergey Hovakimyan", "license": "ISC", "dependencies": { - "immer": "6.0.2", + "immer": "9.0.6", "react": "16.13.1", "react-dom": "16.13.1", "react-redux": "7.2.0",