summaryrefslogtreecommitdiff
path: root/src/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.json')
-rw-r--r--src/package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/package.json b/src/package.json
index a182fd97..a29c06e5 100644
--- a/src/package.json
+++ b/src/package.json
@@ -29,7 +29,7 @@
"cheerio" : "0.20.0",
"async-stacktrace" : "0.0.2",
"npm" : "4.0.2",
- "ejs" : "2.4.1",
+ "ejs" : "2.5.7",
"graceful-fs" : "4.1.3",
"slide" : "1.1.6",
"semver" : "5.1.0",
@@ -43,7 +43,8 @@
"jsonminify" : "0.4.1",
"measured" : "1.1.0",
"mocha" : "2.4.5",
- "supertest" : "1.2.0"
+ "supertest" : "1.2.0",
+ "is-var-name" : "1.0.0"
},
"bin": { "etherpad-lite": "./node/server.js" },
"devDependencies": {
@@ -55,6 +56,6 @@
"repository" : { "type" : "git",
"url" : "http://github.com/ether/etherpad-lite.git"
},
- "version" : "1.6.2",
+ "version" : "1.6.3",
"license" : "Apache-2.0"
}