Skip to content

Commit a223e58

Browse files
FrancoisRmnianschmitz
authored andcommittedApr 21, 2019
Update fsevents dependency version (facebook#6843)
Fixes facebook#6852. I update the dependency version of fsevents because old versions was vulnerable (CWE-59). Vulnerability found with snyk.io report
1 parent 6d015be commit a223e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"react-dom": "^16.8.4"
8585
},
8686
"optionalDependencies": {
87-
"fsevents": "1.2.7"
87+
"fsevents": "2.0.6"
8888
},
8989
"browserslist": {
9090
"production": [

0 commit comments

Comments
 (0)