Skip to content

Commit bac61b8

Browse files
fix(deps): patch minimatch vulnerability (#1704)
* 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 <[email protected]>
1 parent fa01883 commit bac61b8

File tree

2 files changed

+286
-512
lines changed

2 files changed

+286
-512
lines changed

cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"escodegen": "^1.13.0",
2323
"espree": "^7.1.0",
2424
"estraverse": "^5.1.0",
25-
"glob": "^7.1.6",
25+
"glob": "^7.2.1",
2626
"jsdoc": "^3.6.3",
2727
"minimist": "^1.2.0",
2828
"semver": "^7.1.2",

0 commit comments

Comments
 (0)