Skip to content

Commit

Permalink
Merge pull request #38 from 6RiverSystems/hotfix/update-nodejs-version
Browse files Browse the repository at this point in the history
Hotfix/update nodejs version
  • Loading branch information
dantwinkler authored Sep 26, 2017
2 parents aece96d + e44c4c4 commit 3d30100
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.1
7.5.0
2 changes: 1 addition & 1 deletion lib/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = function(app, options, defaultData) {
}
}
})
.filter(val => !!val);
.filter(val => !!val);
}

options.streams = parseStreams(options);
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,26 @@
},
"homepage": "https://github.com/6RiverSystems/loopback-component-bunyan#readme",
"dependencies": {
"bunyan": "1.8.4",
"bunyan": "1.8.12",
"bunyan-prettystream": "0.1.3",
"istanbul": "^0.4.5",
"le_node": "^1.7.0",
"lodash": "4.16.4",
"logdna": "1.2.2",
"lodash": "4.17.4",
"logdna": "1.4.0",
"mocha-junit-reporter": "^1.13.0",
"nsp": "^2.6.3"
},
"devDependencies": {
"chai": "3.5.0",
"chai": "4.1.2",
"cz-conventional-changelog": "^2.0.0",
"eslint": "3.8.1",
"eslint": "4.7.2",
"eslint-config-defaults": "9.0.0",
"husky": "^0.13.4",
"loopback": "2.36.0",
"mocha": "3.1.2",
"sinon": "1.17.6",
"sinon-chai": "2.8.0",
"supertest": "2.0.1",
"husky": "^0.14.3",
"loopback": "3.12.0",
"mocha": "3.5.3",
"sinon": "4.0.0",
"sinon-chai": "2.13.0",
"supertest": "3.0.0",
"validate-commit-msg": "^2.12.2"
},
"config": {
Expand Down

0 comments on commit 3d30100

Please sign in to comment.