mirror of
https://github.com/prompt-security/clawsec.git
synced 2026-06-13 05:28:02 +03:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user