From 192fdf409e2641e87b5cf075eeb1627cfc55dce4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Aug 2024 14:46:20 +0000 Subject: [PATCH] fix: upgrade zustand from 4.4.1 to 4.5.4 Snyk has created this PR to upgrade zustand from 4.4.1 to 4.5.4. See this package in npm: zustand See this project in Snyk: https://app.snyk.io/org/tusiklaw/project/e8d2f7ec-0e5a-4006-bb95-bf3a8a381529?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 96c933b5ba3..5330c319e9d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -66,7 +66,7 @@ "solidity-browser-compiler": "^1.1.0", "typescript": "~4.8.4", "zone.js": "~0.11.4", - "zustand": "4.4.1" + "zustand": "4.5.4" }, "devDependencies": { "@angular-eslint/builder": "^0.8.0-beta.7",