File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
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 )
1616- Bumped ` nodemailer ` to ` 7.0.11 ` . [ #959 ] ( https://github.com/sourcebot-dev/sourcebot/pull/959 )
17+ - Bumped ` glob ` transitive dependency to ` ^10.5.0 ` via scoped yarn resolutions. [ #962 ] ( https://github.com/sourcebot-dev/sourcebot/pull/962 )
1718- Bumped ` @react-email/preview-server ` to ` 5.2.8 ` . [ #961 ] ( https://github.com/sourcebot-dev/sourcebot/pull/961 )
1819
1920## [ 4.13.0] - 2026-02-27
Original file line number Diff line number Diff line change 3232 "@lezer/common" : " 1.3.0" ,
3333 "qs" : " ^6.14.2" ,
3434 "rollup" : " ^4.59.0" ,
35- "minimatch" : " ^3.1.3"
35+ "minimatch" : " ^3.1.3" ,
36+ "cacache/glob" : " ^10.5.0" ,
37+ "node-gyp/glob" : " ^10.5.0" ,
38+ "sucrase/glob" : " ^10.5.0" ,
39+ "rimraf@npm:5.0.10/glob" : " ^10.5.0"
3640 }
3741}
Original file line number Diff line number Diff line change @@ -14047,9 +14047,9 @@ __metadata:
1404714047 languageName: node
1404814048 linkType: hard
1404914049
14050- "glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.3.7 ":
14051- version: 10.4.5
14052- resolution: "glob@npm:10.4.5 "
14050+ "glob@npm:^10.5.0 ":
14051+ version: 10.5.0
14052+ resolution: "glob@npm:10.5.0 "
1405314053 dependencies:
1405414054 foreground-child: "npm:^3.1.0"
1405514055 jackspeak: "npm:^3.1.2"
@@ -14059,7 +14059,7 @@ __metadata:
1405914059 path-scurry: "npm:^1.11.1"
1406014060 bin:
1406114061 glob: dist/esm/bin.mjs
14062- checksum: 10c0/19a9759ea77b8e3ca0a43c2f07ecddc2ad46216b786bb8f993c445aee80d345925a21e5280c7b7c6c59e860a0154b84e4b2b60321fea92cd3c56b4a7489f160e
14062+ checksum: 10c0/100705eddbde6323e7b35e1d1ac28bcb58322095bd8e63a7d0bef1a2cdafe0d0f7922a981b2b48369a4f8c1b077be5c171804534c3509dfe950dde15fbe6d828
1406314063 languageName: node
1406414064 linkType: hard
1406514065
You can’t perform that action at this time.
0 commit comments