Skip to content

Commit 54d2235

Browse files
author
AJ Keller
authored
Update dependencies
1 parent a552248 commit 54d2235

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openbci",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "The official Node.js SDK for the OpenBCI Biosensor Board.",
55
"main": "openBCIBoard",
66
"scripts": {
@@ -19,27 +19,27 @@
1919
"buffer-equal": "^1.0.0",
2020
"gaussian": "^1.0.0",
2121
"mathjs": "^3.3.0",
22-
"performance-now": "^0.2.0",
23-
"serialport": "4.0.1",
22+
"performance-now": "^2.1.0",
23+
"serialport": "4.0.7",
2424
"sntp": "^2.0.0",
2525
"streamsearch": "^0.1.2"
2626
},
2727
"directories": {
2828
"test": "test"
2929
},
3030
"devDependencies": {
31-
"bluebird": "3.4.6",
31+
"bluebird": "3.5.0",
3232
"chai": "^3.4.1",
33-
"chai-as-promised": "^5.2.0",
34-
"codecov": "^1.0.1",
33+
"chai-as-promised": "^6.0.0",
34+
"codecov": "^2.1.0",
3535
"istanbul": "^0.4.4",
3636
"mocha": "^3.0.2",
3737
"sandboxed-module": "^2.0.3",
38-
"semistandard": "^9.0.0",
39-
"sinon": "^1.17.2",
38+
"semistandard": "^10.0.0",
39+
"sinon": "^2.1.0",
4040
"sinon-as-promised": "^4.0.2",
4141
"sinon-chai": "^2.8.0",
42-
"snazzy": "^5.0.0"
42+
"snazzy": "^6.0.0"
4343
},
4444
"repository": {
4545
"type": "git",

0 commit comments

Comments
 (0)