Skip to content

Commit f461cc4

Browse files
committed
chore: update package overrides and dependencies in package.json and pnpm-lock.yaml
- Added new overrides for hono, minimatch, tar, and ajv to ensure compatibility with specific versions. - Updated hono to version 4.12.1 and minimatch to version 10.2.2 in pnpm-lock.yaml. - Removed deprecated dependencies and ensured all packages align with the latest version requirements.
1 parent 2516414 commit f461cc4

File tree

2 files changed

+49
-92
lines changed

2 files changed

+49
-92
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,11 @@
160160
"sharp"
161161
],
162162
"overrides": {
163-
"@modelcontextprotocol/sdk>ajv": "8.18.0"
163+
"@modelcontextprotocol/sdk>ajv": "8.18.0",
164+
"hono@<4.11.10": ">=4.11.10",
165+
"minimatch@<10.2.1": ">=10.2.1",
166+
"tar@<7.5.8": ">=7.5.8",
167+
"ajv@<6.14.0": ">=6.14.0"
164168
}
165169
}
166170
}

0 commit comments

Comments
 (0)