Skip to content

Commit 16c1266

Browse files
sbouchetclaude
andcommitted
Pin minimatch to 9.0.9 for Node 12 compatibility
minimatch 10.x requires Node 18+. Pin to v9.0.9 via yarn resolutions to maintain Node 12.22.7 compatibility in CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b47974b commit 16c1266

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

javascript/src/typescript/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
]
5454
},
5555
"resolutions": {
56-
"node-releases": "2.0.19"
56+
"node-releases": "2.0.19",
57+
"minimatch": "9.0.9"
5758
},
5859
"repository": {
5960
"type": "git",

0 commit comments

Comments
 (0)