fix(deps): resolve vulnerable minimatch 10.1.3 via yarn resolutions (#124)

This commit is contained in:
2026-02-26 21:29:49 +02:00
committed by GitHub
parent e05ed89b29
commit 569d5cfecd
2 changed files with 7 additions and 13 deletions

View File

@@ -43,5 +43,8 @@
"packageManager": "yarn@4.12.0",
"devDependencies": {
"@ivuorinen/semantic-release-config": "^1.0.0"
},
"resolutions": {
"minimatch": ">=10.2.1"
}
}