Skip to content

Commit 70971d9

Browse files
committed
fix(deps): downgrade zod from 4.1.13 to 3.25.76 in package.json and bun.lock
1 parent e7332d8 commit 70971d9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

dashboard/bun.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"lockfileVersion": 1,
3-
"configVersion": 0,
43
"workspaces": {
54
"": {
65
"name": "pasarguard-ui",
@@ -77,7 +76,7 @@
7776
"uuid": "^11.1.0",
7877
"vaul": "^1.1.2",
7978
"vite-tsconfig-paths": "^5.1.4",
80-
"zod": "^4.1.13",
79+
"zod": "^3.25.76",
8180
"zustand": "^5.0.8",
8281
},
8382
"devDependencies": {
@@ -2038,7 +2037,7 @@
20382037

20392038
"yocto-queue": ["yocto-queue@0.1.0", "", {}, "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="],
20402039

2041-
"zod": ["zod@4.1.13", "", {}, "sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig=="],
2040+
"zod": ["zod@3.25.76", "", {}, "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ=="],
20422041

20432042
"zustand": ["zustand@5.0.8", "", { "peerDependencies": { "@types/react": ">=18.0.0", "immer": ">=9.0.6", "react": ">=18.0.0", "use-sync-external-store": ">=1.2.0" }, "optionalPeers": ["@types/react", "immer", "react", "use-sync-external-store"] }, "sha512-gyPKpIaxY9XcO2vSMrLbiER7QMAMGOQZVRdJ6Zi782jkbzZygq5GI9nG8g+sMgitRtndwaBSl7uiqC49o1SSiw=="],
20442043

dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"uuid": "^11.1.0",
8484
"vaul": "^1.1.2",
8585
"vite-tsconfig-paths": "^5.1.4",
86-
"zod": "^4.1.13",
86+
"zod": "^3.25.76",
8787
"zustand": "^5.0.8"
8888
},
8989
"devDependencies": {

0 commit comments

Comments
 (0)