Skip to content

Commit

Permalink
Update Chokidar to the new minor version that fixes the prototype pol…
Browse files Browse the repository at this point in the history
…lution vulnerability through minimist: https://npmjs.com/advisories/1179
  • Loading branch information
mjziolko authored and sokra committed Mar 23, 2020
1 parent 8d839e8 commit 1549c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"should": "^8.3.1"
},
"dependencies": {
"chokidar": "^2.0.2",
"chokidar": "^2.1.8",
"graceful-fs": "^4.1.2",
"neo-async": "^2.5.0"
}
Expand Down

1 comment on commit 1549c44

@hhussain291
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -37,7 +37,7 @@
"should": "^8.3.1"
},
"dependencies": {
"chokidar": "^2.0.2",
"chokidar": "^2.1.8",
"graceful-fs": "^4.1.2",
"neo-async": "^2.5.0"
}

Please sign in to comment.