diff --git a/.gitignore b/.gitignore index 7dccd97..e372c24 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,6 @@ logs results node_modules -npm-debug.log \ No newline at end of file +npm-debug.log + +.idea \ No newline at end of file diff --git a/package.json b/package.json index 5fdd8c9..073ed5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peer", - "version": "0.2.8", + "version": "0.2.9", "description": "PeerJS server component", "main": "lib/index.js", "bin": { @@ -13,11 +13,11 @@ "author": "Michelle Bu, Eric Zhang", "license": "MIT", "dependencies": { - "body-parser": "^1.9.0", - "express": "^4.9.8", + "body-parser": "^1.18.3", + "express": "^4.16.3", "optimist": "~0.6.1", - "ws": "~0.4.25", - "cors": "~2.5.0" + "ws": "~5.2.0", + "cors": "~2.8.4" }, "devDependencies": { "expect.js": "*",