Upgrade dependencies within minor levels

This commit is contained in:
Björn Harrtell 2016-03-31 20:51:04 +02:00
parent 622c7dcc73
commit 1d8ecb705a

View File

@ -13,24 +13,24 @@
"url": "https://github.com/jsdoc3/jsdoc" "url": "https://github.com/jsdoc3/jsdoc"
}, },
"dependencies": { "dependencies": {
"async": "~1.4.0", "async": "~1.5.2",
"bluebird": "~2.9.34", "bluebird": "~2.10.2",
"catharsis": "~0.8.7", "catharsis": "~0.8.7",
"escape-string-regexp": "~1.0.3", "escape-string-regexp": "~1.0.5",
"espree": "~2.2.3", "espree": "~2.2.5",
"js2xmlparser": "~1.0.0", "js2xmlparser": "~1.0.0",
"marked": "~0.3.4", "marked": "~0.3.5",
"requizzle": "~0.2.0", "requizzle": "~0.2.1",
"strip-json-comments": "~1.0.2", "strip-json-comments": "~1.0.4",
"taffydb": "https://github.com/hegemonic/taffydb/tarball/7d100bcee0e997ee4977e273cdce60bd8933050e", "taffydb": "https://github.com/hegemonic/taffydb/tarball/7d100bcee0e997ee4977e273cdce60bd8933050e",
"underscore": "~1.8.3", "underscore": "~1.8.3",
"wrench": "~1.5.8" "wrench": "~1.5.9"
}, },
"devDependencies": { "devDependencies": {
"gulp": "~3.9.0", "gulp": "~3.9.1",
"gulp-eslint": "~1.0.0", "gulp-eslint": "~1.1.1",
"gulp-json-editor": "~2.2.1", "gulp-json-editor": "~2.2.1",
"istanbul": "~0.3.17", "istanbul": "~0.4.2",
"tv4": "https://github.com/hegemonic/tv4/tarball/own-properties" "tv4": "https://github.com/hegemonic/tv4/tarball/own-properties"
}, },
"engines": { "engines": {