From f222fe4e78ee6b9cc2e671edb18e720ccf27a1ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 07:22:46 +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/mrthezebra/project/0ef7ff0b-5679-4954-a6de-76f6f59b9c66?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 a88a716eae7..5e2ca0bcd20 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.2" }, "devDependencies": { "@angular-eslint/builder": "^0.8.0-beta.7",