diff --git a/package.json b/package.json index 67e37883b..a08d20cf8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "test" }, "scripts": { - "test": "eslint js/id && mocha-phantomjs test/index.html && make && mocha-phantomjs test/index_packaged.html" + "test": "eslint js/id && mocha-phantomjs test/index.html --ssl-protocol=any --ignore-ssl-errors=true && make && mocha-phantomjs test/index_packaged.html --ssl-protocol=any --ignore-ssl-errors=true" }, "repository": { "type": "git", @@ -25,9 +25,9 @@ "lodash-cli": "3.9.3", "uglify-js": "~2.4.16", "maki": "0.5.0", - "eslint": "~1.2.1", - "mocha": "~1.21.5", - "mocha-phantomjs": "~3.5.3", + "eslint": "~1.10.3", + "mocha": "~2.3.4", + "mocha-phantomjs": "~4.0.2", "chai": "~1.9.2", "sinon": "~1.6", "sinon-chai": "~2.3.1", @@ -37,11 +37,11 @@ "request": "~2.16.2", "jsonschema": "~0.3.2", "editor-imagery-index": "git://github.com/osmlab/editor-imagery-index.git#gh-pages", - "name-suggestion-index": "0.0.1", + "name-suggestion-index": "0.1.0", "minimist": "~1.2.0", "xml2js": "~0.4.13", - "xmlbuilder": "~3.1.0", - "svg-sprite": "~1.2.12" + "xmlbuilder": "~4.2.0", + "svg-sprite": "1.2.19" }, "engines": { "node": ">=0.10.0"