mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-26 22:39:31 +08:00
Update fsevents dependency version (#6843)
Fixes #6852. I update the dependency version of fsevents because old versions was vulnerable (CWE-59). Vulnerability found with snyk.io report
This commit is contained in:
committed by
Ian Schmitz
parent
2303b49c41
commit
e11ebfa0e8
@@ -84,7 +84,7 @@
|
||||
"react-dom": "^16.8.4"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"fsevents": "1.2.7"
|
||||
"fsevents": "2.0.6"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
||||
Reference in New Issue
Block a user