mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
Fix nth-check version for css-select dep (#2666)
Fixes security vulnerability in nth-check version <=1.0.2 My previous version pin was insufficient, as it was imported again through a different (svgo -> css-select).
This commit is contained in:
parent
412508c81d
commit
f98751bfc3
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@
|
|||
"overrides": {
|
||||
"react-app-rewired": {
|
||||
"nth-check": "^2.0.1"
|
||||
},
|
||||
"css-select": {
|
||||
"nth-check": "^2.0.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue