Skip to content

Commit d02e9ce

Browse files
sbouchetclaude
andcommitted
Fix minimatch pin to 3.1.5 for Node 12 compatibility
minimatch 9.0.9 still requires Node >=14. Use v3.1.5 which supports any Node version and is compatible with both v3 and v5 ranges in deps. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 16c1266 commit d02e9ce

2 files changed

Lines changed: 2 additions & 35 deletions

File tree

javascript/src/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"resolutions": {
5656
"node-releases": "2.0.19",
57-
"minimatch": "9.0.9"
57+
"minimatch": "3.1.5"
5858
},
5959
"repository": {
6060
"type": "git",

javascript/src/typescript/yarn.lock

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1701,11 +1701,6 @@ balanced-match@^1.0.0:
17011701
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
17021702
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
17031703

1704-
balanced-match@^4.0.2:
1705-
version "4.0.4"
1706-
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
1707-
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
1708-
17091704
base64-js@^1.0.2:
17101705
version "1.5.1"
17111706
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
@@ -1779,20 +1774,6 @@ brace-expansion@^1.1.7:
17791774
balanced-match "^1.0.0"
17801775
concat-map "0.0.1"
17811776

1782-
brace-expansion@^2.0.1:
1783-
version "2.1.1"
1784-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.1.1.tgz#c68b1c4111c76aae3a6fba55d496cee10c39dad8"
1785-
integrity sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==
1786-
dependencies:
1787-
balanced-match "^1.0.0"
1788-
1789-
brace-expansion@^5.0.5:
1790-
version "5.0.6"
1791-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.6.tgz#ec68fe0a641a29d8711579caf641d05bae1f2285"
1792-
integrity sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==
1793-
dependencies:
1794-
balanced-match "^4.0.2"
1795-
17961777
braces@^1.8.2:
17971778
version "1.8.5"
17981779
resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7"
@@ -5432,27 +5413,13 @@ minimalistic-crypto-utils@^1.0.1:
54325413
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
54335414
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
54345415

5435-
minimatch@*:
5436-
version "10.2.5"
5437-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
5438-
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
5439-
dependencies:
5440-
brace-expansion "^5.0.5"
5441-
5442-
minimatch@^3.0.0, minimatch@^3.0.4, minimatch@^3.1.1:
5416+
minimatch@*, minimatch@3.1.5, minimatch@^3.0.0, minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^5.0.1:
54435417
version "3.1.5"
54445418
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e"
54455419
integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==
54465420
dependencies:
54475421
brace-expansion "^1.1.7"
54485422

5449-
minimatch@^5.0.1:
5450-
version "5.1.9"
5451-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.9.tgz#1293ef15db0098b394540e8f9f744f9fda8dee4b"
5452-
integrity sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==
5453-
dependencies:
5454-
brace-expansion "^2.0.1"
5455-
54565423
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
54575424
version "1.2.8"
54585425
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"

0 commit comments

Comments
 (0)