Update mongoose and node

This commit is contained in:
Chris Blanchard 2016-11-07 10:14:20 +00:00
parent 27ea6ddf42
commit 239cd31549
2 changed files with 5 additions and 5 deletions

2
.nvmrc
View file

@ -1 +1 @@
4.0.0
4.4.0

View file

@ -30,7 +30,7 @@
"dependencies": {
"async": "~1.4.0",
"babel": "~5.8.21",
"bootstrap-solarized": "^1.0.2",
"bootstrap-solarized": "~1.0.2",
"babel-brunch": "~6.0.0",
"babel-preset-es2015": "~6.3.13",
"babel-preset-react": "~6.3.13",
@ -49,8 +49,8 @@
"javascript-state-machine": "~2.3.5",
"jquery": "~2.2.0",
"lodash": "~4.0.0",
"moment": "^2.11.2",
"mongoose": "~4.1.1",
"moment": "~2.11.2",
"mongoose": "~4.4.6",
"morgan": "~1.6.1",
"newrelic": "~1.22.1",
"perfect-scrollbar": "~0.6.10",
@ -63,7 +63,7 @@
"socket.io": "~1.3.7",
"steam": "~1.1.0",
"steamidconvert": "~0.2.4",
"toastr": "^2.1.2",
"toastr": "~2.1.2",
"uglify-js-brunch": ">= 1.0 < 1.8",
"winston": "~1.0.1"
},