Skip to content

Commit

Permalink
[Deps] update deep-equal, function-bind, glob, object-inspect
Browse files Browse the repository at this point in the history
…, `resolve`, `string.prototype.trim`, `through`
  • Loading branch information
ljharb committed Feb 14, 2016
1 parent 545db26 commit 13654ad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -9,18 +9,18 @@
"test": "test"
},
"dependencies": {
"deep-equal": "~1.0.0",
"deep-equal": "~1.0.1",
"defined": "~1.0.0",
"function-bind": "~1.0.2",
"glob": "~5.0.3",
"function-bind": "~1.1.0",
"glob": "~7.0.0",
"has": "~1.0.1",
"inherits": "~2.0.1",
"minimist": "~1.2.0",
"object-inspect": "~1.0.0",
"resolve": "~1.1.6",
"object-inspect": "~1.1.0",
"resolve": "~1.1.7",
"resumer": "~0.0.0",
"string.prototype.trim": "^1.1.1",
"through": "~2.3.4"
"string.prototype.trim": "~1.1.2",
"through": "~2.3.8"
},
"devDependencies": {
"concat-stream": "~1.4.1",
Expand Down

0 comments on commit 13654ad

Please sign in to comment.