File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments