fix(deps): resolve minimatch to latest 10.x

Add resolutions field to pin minimatch to ^10.2.4.
This commit is contained in:
2026-02-28 10:40:19 +02:00
parent 46b9e3ebeb
commit ed6bef5c7e
2 changed files with 7 additions and 4 deletions

View File

@@ -42,5 +42,8 @@
"prettier": "^3.8.1",
"typescript": "^5.9.3"
},
"resolutions": {
"minimatch": "^10.2.4"
},
"packageManager": "yarn@4.12.0"
}