diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a615f9d7f122..daf8f58323b1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "Nightscout", - "version": "0.10.3-dev-20180624", + "version": "0.10.3-dev-20180304", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5cc370bde7c5..bcb99686c217 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Nightscout", - "version": "0.10.3-dev-20180624", + "version": "0.10.3-dev-20180304", "description": "Nightscout acts as a web-based CGM (Continuous Glucose Montinor) to allow multiple caregivers to remotely view a patients glucose data in realtime.", "license": "AGPL-3.0", "author": "Nightscout Team", @@ -47,24 +47,24 @@ } }, "engines": { - "node": "8.x||10.x", - "npm": "6.1.x || 5.8.x || 5.7.x || 5.6.x" + "node": "8.x||9.x", + "npm": "5.8.x || 5.7.x || 5.6.x" }, "dependencies": { - "ajv": "^6.5.2", + "ajv": "^6.4.0", "async": "^0.9.2", - "body-parser": "^1.18.3", + "body-parser": "^1.18.2", "bootevent": "0.0.1", "compression": "^1.7.2", - "css-loader": "^0.28.11", + "css-loader": "^0.28.10", "cssmin": "^0.4.3", "d3": "^3.5.17", - "ejs": "^2.6.1", + "ejs": "^2.5.8", "errorhandler": "^1.5.0", "event-stream": "^3.3.4", "expand-braces": "^0.1.2", - "expose-loader": "^0.7.5", - "express": "^4.16.3", + "expose-loader": "^0.7.4", + "express": "^4.16.2", "express-extension-to-accept": "0.0.2", "express-minify": "^1.0.0", "file-loader": "^1.1.11", @@ -74,31 +74,31 @@ "jquery-ui-bundle": "^1.12.1-migrate", "jquery.tooltips": "^1.0.0", "js-storage": "^1.0.4", - "jsonwebtoken": "^8.3.0", + "jsonwebtoken": "^8.2.0", "lodash": "^4.17.5", "long": "^3.2.0", "minimed-connect-to-nightscout": "git://github.com/mddub/minimed-connect-to-nightscout.git#v1.1.0", - "moment": "^2.22.2", - "moment-timezone": "^0.5.21", - "mongodb": "^3.1.0", + "moment": "^2.21.0", + "moment-timezone": "^0.5.14", + "mongodb": "^3.0.5", "mongomock": "^0.1.2", "mqtt": "^0.3.13", - "node-cache": "^4.2.0", + "node-cache": "^4.1.1", "parse-duration": "^0.1.1", "prettyjson": "^1.2.1", "pushover-notifications": "^0.2.4", "random-token": "0.0.8", - "request": "^2.87.0", + "request": "^2.83.0", "sgvdata": "git://github.com/ktind/sgvdata.git#wip/protobuf", "share2nightscout-bridge": "git://github.com/bewest/share2nightscout-bridge.git#wip/generalize", "shiro-trie": "^0.3.13", "simple-statistics": "^0.7.0", - "socket.io": "^2.1.1", + "socket.io": "^2.0.4", "style-loader": "^0.20.2", "traverse": "^0.6.6", - "uglify-js": "^3.4.3", - "uuid": "^3.3.2", - "webpack": "^4.15.0" + "uglify-js": "^3.3.13", + "uuid": "^3.2.1", + "webpack": "^4.3.0" }, "devDependencies": { "benv": "3.3.0", @@ -107,7 +107,7 @@ "mocha": "~3.1.2", "should": "~11.1.1", "supertest": "~2.0.0", - "webpack-bundle-analyzer": "^2.13.1", - "webpack-cli": "^2.1.5" + "webpack-bundle-analyzer": "^2.11.1", + "webpack-cli": "^2.0.13" } }