Skip to content

Commit

Permalink
fix(deps): patch minimatch vulnerability (#1704)
Browse files Browse the repository at this point in the history
* Patch minimatch vulnerability

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 #1696
Fixes #1697
Fixes #1698

* chore: update lockfile

Co-authored-by: Alexander Fenster <fenster@google.com>
  • Loading branch information
richgerrard and alexander-fenster committed May 20, 2022
1 parent fa01883 commit bac61b8
Show file tree
Hide file tree
Showing 2 changed files with 286 additions and 512 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
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 bac61b8

Please sign in to comment.