Skip to content

Commit 5947cb4

Browse files
FrancoisRmnianschmitz
authored andcommitted
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 de979ee commit 5947cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/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)