Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Fix moderate security warning for Regular expression denial of service.
- Package: glob-parent
- Patched in: >=5.1.2
  • Loading branch information
maugares authored Jun 15, 2021
1 parent 226a495 commit b7458b8
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 @@ -52,7 +52,7 @@
"dependencies": {
"@nodelib/fs.stat": "^2.0.2",
"@nodelib/fs.walk": "^1.2.3",
"glob-parent": "^5.1.0",
"glob-parent": "^5.1.2",
"merge2": "^1.3.0",
"micromatch": "^4.0.2",
"picomatch": "^2.2.1"
Expand Down

0 comments on commit b7458b8

Please sign in to comment.