Skip to content

Commit dc7f01e

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/packages/web/next-15.5.10
2 parents 1958cae + 3ae7586 commit dc7f01e

File tree

5 files changed

+212
-46
lines changed

5 files changed

+212
-46
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

packages/mcp/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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",

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
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",

0 commit comments

Comments
 (0)