diff --git a/package.json b/package.json index 4de9619..2485613 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongoose-erase", - "version": "2.0.6", + "version": "2.0.7", "description": "Erase collections, models and schemas for unit testing with mongoose", "main": "src/index.js", "scripts": { @@ -31,12 +31,12 @@ "homepage": "https://github.com/paperhive/mongoose-erase", "devDependencies": { "blanket": "^1.1.7", - "coveralls": "^2.11.3", - "jscs": "^2.0.0", + "coveralls": "^2.11.4", + "jscs": "^2.1.0", "jshint": "^2.8.0", "mocha": "^2.2.5", "mocha-lcov-reporter": "0.0.2", - "mongoose": "^4.1.0", + "mongoose": "^4.1.2", "should": "^7.0.2" }, "config": { @@ -46,6 +46,6 @@ } }, "dependencies": { - "async": "^1.4.0" + "async": "^1.4.2" } }