Skip to content

Commit 4a085a7

Browse files
committed
fix audit
1 parent a6d95fc commit 4a085a7

2 files changed

Lines changed: 205 additions & 206 deletions

File tree

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@
126126
"dependencies": {
127127
"@huggingface/transformers": "^3.8.1",
128128
"@lancedb/lancedb": "^0.4.0",
129-
"@modelcontextprotocol/sdk": "^1.25.2",
129+
"@modelcontextprotocol/sdk": "^1.27.1",
130130
"@typescript-eslint/typescript-estree": "^7.0.0",
131131
"chokidar": "^3.6.0",
132132
"fuse.js": "^7.0.0",
133133
"glob": "^10.3.10",
134-
"hono": "^4.12.2",
134+
"hono": "^4.12.5",
135135
"ignore": "^5.3.1",
136136
"typescript": "^5.3.3",
137137
"uuid": "^9.0.1",
@@ -154,7 +154,7 @@
154154
"tree-sitter-wasms": "^0.1.13",
155155
"tsx": "^4.21.0",
156156
"typescript-eslint": "^8.51.0",
157-
"vitest": "^4.0.16"
157+
"vitest": "^4.0.18"
158158
},
159159
"pnpm": {
160160
"onlyBuiltDependencies": [
@@ -165,7 +165,10 @@
165165
],
166166
"overrides": {
167167
"@modelcontextprotocol/sdk>ajv": "8.18.0",
168-
"minimatch": "10.2.3"
168+
"@modelcontextprotocol/sdk>@hono/node-server": "1.19.11",
169+
"@huggingface/transformers>onnxruntime-node": "1.24.2",
170+
"minimatch": "10.2.3",
171+
"rollup": "4.59.0"
169172
}
170173
}
171174
}

0 commit comments

Comments
 (0)