Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react-grid-layout": "^1.3.4",
"react-resizable": "^3.0.4",
"react-use": "^17.2.4",
"zod": "~3.21.4"
"zod": "~3.22.0"
Copy link
Copy Markdown

@augmentcode augmentcode Bot Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

~3.22.0 still permits resolving zod@3.22.2 (the CVE mentioned in the PR description), so if the lockfile is pinned (or CI uses a frozen install) this PR may not actually move the installed version to 3.22.3. Consider ensuring the repo’s lockfile/resolutions result in zod>=3.22.3 so the security fix is guaranteed.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0",
Expand Down
Loading