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:
Dima Lazerka 2022-05-31 17:29:23 +03:00 committed by Aliaksandr Valialkin
parent 412508c81d
commit f98751bfc3
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -66,6 +66,9 @@
"overrides": {
"react-app-rewired": {
"nth-check": "^2.0.1"
},
"css-select": {
"nth-check": "^2.0.1"
}
}
}