From 28e8e8e60889891d303ed11663eadc85a3836393 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Dec 2024 06:30:54 +0000 Subject: [PATCH] fix: upgrade zustand from 4.4.1 to 4.5.5 Snyk has created this PR to upgrade zustand from 4.4.1 to 4.5.5. See this package in npm: zustand See this project in Snyk: https://app.snyk.io/org/caro-sec/project/0da2026f-78cd-40fd-955a-cf22b01ea33b?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 4dc54a16804..8b2f05b82a5 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.5" }, "devDependencies": { "@angular-eslint/builder": "^0.8.0-beta.7",