Skip to content

Commit 2be1209

Browse files
Bump the npm-production group with 2 updates
Bumps the npm-production group with 2 updates: [next](https://github.com/vercel/next.js) and [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk). Updates `next` from 15.4.5 to 15.4.6 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.4.5...v15.4.6) Updates `@modelcontextprotocol/sdk` from 1.17.0 to 1.17.1 - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](modelcontextprotocol/typescript-sdk@1.17.0...1.17.1) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 05d1746 commit 2be1209

File tree

3 files changed

+46
-46
lines changed

3 files changed

+46
-46
lines changed

mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lint:fix": "eslint . --fix"
1919
},
2020
"dependencies": {
21-
"@modelcontextprotocol/sdk": "^1.17.0",
21+
"@modelcontextprotocol/sdk": "^1.17.1",
2222
"@turn-based-mcp/shared": "file:../shared"
2323
},
2424
"devDependencies": {

package-lock.json

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

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@turn-based-mcp/shared": "file:../shared",
2121
"@types/sqlite3": "^5.1.0",
2222
"clsx": "^2.1.0",
23-
"next": "^15.4.5",
23+
"next": "^15.4.6",
2424
"react": "^19.1.1",
2525
"react-dom": "^19.1.1",
2626
"sqlite3": "^5.1.7",

0 commit comments

Comments
 (0)