Skip to content

Commit de0a2ef

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/nodemailer-7.0.11
2 parents 09075d7 + f6b0740 commit de0a2ef

3 files changed

Lines changed: 137 additions & 333 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111
- Bumped `qs` transitive dependency to `^6.14.2` via yarn resolutions. [#954](https://github.com/sourcebot-dev/sourcebot/pull/954)
1212
- Bumped `@aws-sdk/credential-providers` to `^3.1000.0`. [#955](https://github.com/sourcebot-dev/sourcebot/pull/955)
13+
- Bumped `rollup` transitive dependency to `^4.59.0` via yarn resolutions. [#956](https://github.com/sourcebot-dev/sourcebot/pull/956)
14+
- Bumped `minimatch` transitive dependency to `^3.1.3` via yarn resolutions. [#957](https://github.com/sourcebot-dev/sourcebot/pull/957)
1315

1416
## [4.13.0] - 2026-02-27
1517

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
"resolutions": {
3131
"prettier": "3.5.3",
3232
"@lezer/common": "1.3.0",
33-
"qs": "^6.14.2"
33+
"qs": "^6.14.2",
34+
"rollup": "^4.59.0",
35+
"minimatch": "^3.1.3"
3436
}
3537
}

0 commit comments

Comments
 (0)