Skip to content

Commit 5251c9c

Browse files
authored
fix(package): update micromatch to version 3.1.8 (#134)
Fixes downstream vulnerability: https://snyk.io/vuln/npm:braces:20180219
1 parent 6e9a0be commit 5251c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"arrify": "^1.0.1",
38-
"micromatch": "^2.3.0",
38+
"micromatch": "^3.1.8",
3939
"object-assign": "^4.1.0",
4040
"ramda": "^0.25.0"
4141
},

0 commit comments

Comments
 (0)