From 4c776ac35e740d47c9bb5aad0dfaf14c16681d83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 May 2024 23:42:58 +0000 Subject: [PATCH] fix: upgrade zustand from 4.4.1 to 4.5.2 Snyk has created this PR to upgrade zustand from 4.4.1 to 4.5.2. See this package in npm: zustand See this project in Snyk: https://app.snyk.io/org/alex-tudor.petreansnyk.io/project/9bb32b04-1413-4745-bf0a-8b398ce4ffff?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 da6784dbe61..c953e23f5e5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -67,7 +67,7 @@ "solidity-browser-compiler": "^1.1.0", "typescript": "~4.8.4", "zone.js": "~0.11.4", - "zustand": "4.4.1" + "zustand": "4.5.2" }, "devDependencies": { "@angular-eslint/builder": "^0.8.0-beta.7",