diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dcdb429..16060c70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## v5.2.7 - 2017-10-17 + +* Upgrade(package): Bump dependencies #232 [Jonas Hermsmeier] + ## v5.2.6 - 2017-10-13 * Fix(ci): Ensure the Travis box finds bash #230 [Jonas Hermsmeier] diff --git a/package.json b/package.json index 319a4133..47bddfaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "drivelist", - "version": "5.2.6", + "version": "5.2.7", "description": "List all connected drives in your computer, in all major operating systems", "main": "lib/drivelist.js", "homepage": "https://github.com/resin-io-modules/drivelist", @@ -41,11 +41,11 @@ "node": ">=4" }, "devDependencies": { - "eslint": "^4.7.2", + "eslint": "^4.9.0", "jsdoc-to-markdown": "^3.0.0", - "mocha": "^3.5.3", + "mocha": "^4.0.1", "mochainon": "^2.0.0", - "prebuild": "^6.2.1" + "prebuild": "^6.2.2" }, "dependencies": { "bindings": "^1.3.0", @@ -53,6 +53,6 @@ "js-yaml": "^3.10.0", "lodash": "^4.16.4", "nan": "^2.7.0", - "prebuild-install": "^2.2.2" + "prebuild-install": "^2.3.0" } } \ No newline at end of file