From c3a07bc16e7a4fe49dd0a72e5d71ca28762fc694 Mon Sep 17 00:00:00 2001 From: Bruno Bottazzini Date: Tue, 15 Sep 2015 19:34:42 -0300 Subject: [PATCH] Update nodejs modules json package Signed-off-by: Bruno Bottazzini --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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",