Skip to content

Commit 2139ff2

Browse files
Auto-merge for PR #252 via VersionBot
upgrade(package): Bump dependencies
2 parents 17e9d04 + 4abc560 commit 2139ff2

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## v6.0.5 - 2018-03-02
8+
9+
* Upgrade(package): Bump dependencies #252 [Jonas Hermsmeier]
10+
711
## v6.0.4 - 2018-01-18
812

913
* Fix(windows): Impl IsSystemDevice() #250 [Jonas Hermsmeier]

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drivelist",
3-
"version": "6.0.4",
3+
"version": "6.0.5",
44
"description": "List all connected drives in your computer, in all major operating systems",
55
"main": "lib/drivelist.js",
66
"homepage": "https://github.com/resin-io-modules/drivelist",
@@ -41,17 +41,17 @@
4141
"node": ">=4"
4242
},
4343
"devDependencies": {
44-
"eslint": "^4.14.0",
45-
"jsdoc-to-markdown": "^3.0.3",
46-
"mocha": "^4.0.1",
44+
"eslint": "^4.18.1",
45+
"jsdoc-to-markdown": "^4.0.1",
46+
"mocha": "^5.0.1",
4747
"mochainon": "^2.0.0",
48-
"prebuild": "^7.0.0"
48+
"prebuild": "^7.4.0"
4949
},
5050
"dependencies": {
5151
"bindings": "^1.3.0",
5252
"debug": "^3.1.0",
5353
"js-yaml": "^3.10.0",
54-
"nan": "^2.8.0",
55-
"prebuild-install": "^2.4.1"
54+
"nan": "^2.9.2",
55+
"prebuild-install": "^2.5.1"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)