diff --git a/package.json b/package.json index b6eb617..fa0dc48 100644 --- a/package.json +++ b/package.json @@ -4,23 +4,23 @@ "description": "Soletta Development Application provides a web-based environment where developers can write, visualize, modify, run, test and debug their Soletta FBP programs. The Soletta Development Application is supposed to run on your target board and it then exposes the development environment through a web server application based on node.js.", "main": "index.js", "dependencies": { - "body-parser": "~1.12.4", - "cookie-parser": "~1.3.4", - "debug": "~2.2.0", - "ejs": "~2.3.1", - "express": "~4.12.3", - "morgan": "~1.5.3", + "body-parser": "^1.12.4", + "cookie-parser": "^1.3.5", + "debug": "^2.2.0", + "ejs": "^2.3.4", + "express": "^4.12.4", + "express-session": "^1.11.3", "http": "0.0.0", - "openurl": "~1.1.0", - "hyperwatch": "~0.5.4", - "line-reader": "~0.2.4", - "octonode": "~0.7.1", - "express-session": "^1.10.1", + "hyperwatch": "^0.5.4", + "line-reader": "^0.2.4", + "morgan": "^1.5.3", "node-uuid": "^1.4.3", - "session-file-store": "^0.0.18" + "octonode": "^0.7.1", + "openurl": "^1.1.0", + "session-file-store": "0.0.20" }, "scripts": { - "test":"protractor protractor.config.js" + "test": "protractor protractor.config.js" }, "keywords": [ "soletta",