Skip to content

Commit 65caa28

Browse files
committed
Update minimatch dependency
`npm install` was giving the warning `npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue` We avoid the warning by using a recent minimatch version.
1 parent 910a48d commit 65caa28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"*.min.js.map"
2020
],
2121
"devDependencies": {
22+
"minimatch": "^3.0.4",
2223
"mocha": "1.21.4",
2324
"chai": "^1.9.1",
2425
"grunt": "~0.4.5",

0 commit comments

Comments
 (0)