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 @@ -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 ` nodemailer ` to ` 7.0.11 ` . [ #959 ] ( https://github.com/sourcebot-dev/sourcebot/pull/959 )
16+ - Bumped ` glob ` transitive dependency to ` ^10.5.0 ` via scoped yarn resolutions. [ #962 ] ( https://github.com/sourcebot-dev/sourcebot/pull/962 )
1617
1718## [ 4.13.0] - 2026-02-27
1819
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 @@ -13766,9 +13766,9 @@ __metadata:
1376613766 languageName: node
1376713767 linkType: hard
1376813768
13769- "glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.3.7 ":
13770- version: 10.4.5
13771- resolution: "glob@npm:10.4.5 "
13769+ "glob@npm:^10.5.0 ":
13770+ version: 10.5.0
13771+ resolution: "glob@npm:10.5.0 "
1377213772 dependencies:
1377313773 foreground-child: "npm:^3.1.0"
1377413774 jackspeak: "npm:^3.1.2"
@@ -13778,7 +13778,7 @@ __metadata:
1377813778 path-scurry: "npm:^1.11.1"
1377913779 bin:
1378013780 glob: dist/esm/bin.mjs
13781- checksum: 10c0/19a9759ea77b8e3ca0a43c2f07ecddc2ad46216b786bb8f993c445aee80d345925a21e5280c7b7c6c59e860a0154b84e4b2b60321fea92cd3c56b4a7489f160e
13781+ checksum: 10c0/100705eddbde6323e7b35e1d1ac28bcb58322095bd8e63a7d0bef1a2cdafe0d0f7922a981b2b48369a4f8c1b077be5c171804534c3509dfe950dde15fbe6d828
1378213782 languageName: node
1378313783 linkType: hard
1378413784
You can’t perform that action at this time.
0 commit comments