From 5a827b44cf07b2df2760ff03a1af3841b84e18ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Jun 2025 09:20:57 +0000 Subject: [PATCH] fix: upgrade zod from 3.17.3 to 3.25.28 Snyk has created this PR to upgrade zod from 3.17.3 to 3.25.28. See this package in npm: zod See this project in Snyk: https://app.snyk.io/org/eiromplays/project/2e187fe8-39b0-4c07-a8c4-5697552af5e9?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../ClientApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json b/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json index cf38f3f2..b83a795b 100644 --- a/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json +++ b/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json @@ -31,7 +31,7 @@ "react-select": "5.3.2", "sass": "1.53.0", "vite-plugin-proxy-middleware": "1.0.2", - "zod": "3.17.3" + "zod": "3.25.28" }, "devDependencies": { "@tailwindcss/typography": "0.5.2",