Skip to content

Commit 17caa5a

Browse files
authored
Merge pull request #489 from rafaelportomoura/main
chore: fix cross-spawn version to 7.0.5 (issue: #488)
2 parents 68a0ca3 + f2fc873 commit 17caa5a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/sdk",
3-
"version": "1.11.2",
3+
"version": "1.11.3",
44
"description": "Model Context Protocol implementation for TypeScript",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"content-type": "^1.0.5",
5050
"cors": "^2.8.5",
51-
"cross-spawn": "^7.0.3",
51+
"cross-spawn": "^7.0.5",
5252
"eventsource": "^3.0.2",
5353
"express": "^5.0.1",
5454
"express-rate-limit": "^7.5.0",

0 commit comments

Comments
 (0)