Skip to content

Commit 11c92aa

Browse files
committed
Fix wiz CVEs
1 parent b231158 commit 11c92aa

File tree

4 files changed

+46
-274
lines changed

4 files changed

+46
-274
lines changed

apps/array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@vitejs/plugin-react": "^4.2.1",
5252
"@vitest/ui": "^4.0.10",
5353
"autoprefixer": "^10.4.17",
54-
"electron": "^30.0.0",
54+
"electron": "^35.7.5",
5555
"husky": "^9.1.7",
5656
"jsdom": "^26.0.0",
5757
"knip": "^5.66.3",

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,12 @@
4242
"biome check --write --unsafe --files-ignore-unknown=true --no-errors-on-unmatched",
4343
"bash -c 'pnpm typecheck'"
4444
]
45+
},
46+
"pnpm": {
47+
"overrides": {
48+
"esbuild": ">=0.25.0",
49+
"mdast-util-to-hast": ">=13.2.1",
50+
"tmp": ">=0.2.4"
51+
}
4552
}
4653
}

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@agentclientprotocol/sdk": "^0.5.1",
4747
"@anthropic-ai/claude-agent-sdk": "^0.1.55",
4848
"@anthropic-ai/sdk": "^0.71.0",
49-
"@modelcontextprotocol/sdk": "^1.23.0",
49+
"@modelcontextprotocol/sdk": "^1.24.0",
5050
"diff": "^8.0.2",
5151
"dotenv": "^17.2.3",
5252
"uuid": "13.0.0",

0 commit comments

Comments
 (0)