Skip to content

Commit e95bb9c

Browse files
Bump the npm_and_yarn group across 1 directory with 2 updates
Bumps the npm_and_yarn group with 1 update in the / directory: [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk). Updates `@modelcontextprotocol/sdk` from 1.25.2 to 1.26.0 - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](modelcontextprotocol/typescript-sdk@v1.25.2...v1.26.0) Updates `hono` from 4.11.3 to 4.11.7 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.11.3...v4.11.7) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.26.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: hono dependency-version: 4.11.7 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 760829a commit e95bb9c

5 files changed

Lines changed: 47 additions & 35 deletions

File tree

package-lock.json

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

src/everything/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"prettier:check": "prettier --check ."
3030
},
3131
"dependencies": {
32-
"@modelcontextprotocol/sdk": "^1.25.2",
32+
"@modelcontextprotocol/sdk": "^1.26.0",
3333
"cors": "^2.8.5",
3434
"express": "^5.2.1",
3535
"jszip": "^3.10.1",

src/filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test": "vitest run --coverage"
2626
},
2727
"dependencies": {
28-
"@modelcontextprotocol/sdk": "^1.25.2",
28+
"@modelcontextprotocol/sdk": "^1.26.0",
2929
"diff": "^8.0.3",
3030
"glob": "^10.5.0",
3131
"minimatch": "^10.0.1",

src/memory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test": "vitest run --coverage"
2626
},
2727
"dependencies": {
28-
"@modelcontextprotocol/sdk": "^1.25.2"
28+
"@modelcontextprotocol/sdk": "^1.26.0"
2929
},
3030
"devDependencies": {
3131
"@types/node": "^22",

src/sequentialthinking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test": "vitest run --coverage"
2626
},
2727
"dependencies": {
28-
"@modelcontextprotocol/sdk": "^1.25.2",
28+
"@modelcontextprotocol/sdk": "^1.26.0",
2929
"chalk": "^5.3.0",
3030
"yargs": "^17.7.2"
3131
},

0 commit comments

Comments
 (0)