Skip to content

Commit

Permalink
Auto-merge for PR #232 via VersionBot
Browse files Browse the repository at this point in the history
upgrade(package): Bump dependencies
  • Loading branch information
resin-io-modules-versionbot[bot] authored Oct 17, 2017
2 parents 317bf15 + 18de7bf commit 7131498
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -41,18 +41,18 @@
"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",
"debug": "^3.1.0",
"js-yaml": "^3.10.0",
"lodash": "^4.16.4",
"nan": "^2.7.0",
"prebuild-install": "^2.2.2"
"prebuild-install": "^2.3.0"
}
}

0 comments on commit 7131498

Please sign in to comment.