Upgrade minimatch for ESM support.

Context: https://github.com/actions/typescript-action/issues/1017#issuecomment-2659619253
This commit is contained in:
Fabio Niephaus
2025-09-16 13:22:39 +02:00
committed by Fabio Niephaus
parent b4c67abb33
commit 0246c29a59
4 changed files with 8002 additions and 2404 deletions

View File

@@ -82,5 +82,10 @@
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "*"
},
"overrides": {
"@actions/glob": {
"minimatch": "^10.0.1"
}
}
}