File tree Expand file tree Collapse file tree 5 files changed +212
-46
lines changed
Expand file tree Collapse file tree 5 files changed +212
-46
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313- Bumped ` rollup ` transitive dependency to ` ^4.59.0 ` via yarn resolutions. [ #956 ] ( https://github.com/sourcebot-dev/sourcebot/pull/956 )
1414- Bumped ` minimatch ` transitive dependency to ` ^3.1.3 ` via yarn resolutions. [ #957 ] ( https://github.com/sourcebot-dev/sourcebot/pull/957 )
1515- Bumped ` next ` to ` 15.5.10 ` . [ #960 ] ( https://github.com/sourcebot-dev/sourcebot/pull/960 )
16+ - Bumped ` nodemailer ` to ` 7.0.11 ` . [ #959 ] ( https://github.com/sourcebot-dev/sourcebot/pull/959 )
1617
1718## [ 4.13.0] - 2026-02-27
1819
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Changed
11+ - Bumped ` @modelcontextprotocol/sdk ` from 1.10.2 to 1.26.0. [ #958 ] ( https://github.com/sourcebot-dev/sourcebot/pull/958 )
12+
1013## [ 1.0.17] - 2026-02-19
1114
1215### Added
Original file line number Diff line number Diff line change 1717 "typescript" : " ^5.0.0"
1818 },
1919 "dependencies" : {
20- "@modelcontextprotocol/sdk" : " ^1.10.2 " ,
20+ "@modelcontextprotocol/sdk" : " ^1.26.0 " ,
2121 "@t3-oss/env-core" : " ^0.13.4" ,
2222 "dedent" : " ^1.7.1" ,
2323 "escape-string-regexp" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 155155 "next-auth" : " ^5.0.0-beta.30" ,
156156 "next-navigation-guard" : " ^0.2.0" ,
157157 "next-themes" : " ^0.3.0" ,
158- "nodemailer" : " ^6.10.0 " ,
158+ "nodemailer" : " ^7.0.11 " ,
159159 "octokit" : " ^4.1.3" ,
160160 "openai" : " ^4.98.0" ,
161161 "parse-diff" : " ^0.11.1" ,
You can’t perform that action at this time.
0 commit comments