Skip to content

Commit

Permalink
Patch minimatch vulnerability
Browse files Browse the repository at this point in the history
If I follow this, glob packages minimatch.  Minimatch released a fix, glob also has a newer build, picking this up should pick up that.
Fixes protobufjs#1696
Fixes protobufjs#1697
Fixes protobufjs#1698
  • Loading branch information
richgerrard authored Mar 31, 2022
1 parent d13d5d5 commit 6694617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"escodegen": "^1.13.0",
"espree": "^7.1.0",
"estraverse": "^5.1.0",
"glob": "^7.1.6",
"glob": "^7.2.1",
"jsdoc": "^3.6.3",
"minimist": "^1.2.0",
"semver": "^7.1.2",
Expand Down

0 comments on commit 6694617

Please sign in to comment.