Skip to content

Commit

Permalink
Merge pull request #362 from digipost/upgrade-deps
Browse files Browse the repository at this point in the history
upgrade dependencies: security vulnerability in braces < 2.3.1, brfs < 2.0.1
  • Loading branch information
goto-bus-stop committed Feb 19, 2019
2 parents 1917270 + d163b4f commit e90101b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"main": "index.js",
"bin": "bin/cmd.js",
"dependencies": {
"anymatch": "^1.3.0",
"anymatch": "^2.0.0",
"browserify": "^16.1.0",
"chokidar": "^1.0.0",
"chokidar": "^2.1.1",
"defined": "^1.0.0",
"outpipe": "^1.1.0",
"through2": "^2.0.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"brfs": "^1.0.1",
"brfs": "^2.0.1",
"mkdirp": "~0.5.1",
"split": "^1.0.0",
"tape": "^4.2.2",
Expand Down

0 comments on commit e90101b

Please sign in to comment.