fix(ci): resolve minimatch audit vulnerability (#51)

* fix(ci): resolve minimatch audit vulnerability

* fix(ci): normalize minimatch overrides to npmjs packages
This commit is contained in:
davida-ps
2026-02-22 14:02:10 +02:00
committed by GitHub
parent e06c3952a3
commit c6409d2641
2 changed files with 27 additions and 101 deletions
+5
View File
@@ -28,5 +28,10 @@
"eslint-plugin-react-hooks": "^7.0.1",
"typescript": "~5.8.2",
"vite": "^7.3.1"
},
"overrides": {
"balanced-match": "4.0.3",
"brace-expansion": "5.0.2",
"minimatch": "10.2.1"
}
}