diff --git a/packages/xo-server-auth-ldap/package.json b/packages/xo-server-auth-ldap/package.json index 9cd168931..b3be1272f 100644 --- a/packages/xo-server-auth-ldap/package.json +++ b/packages/xo-server-auth-ldap/package.json @@ -23,18 +23,18 @@ "dist/" ], "dependencies": { - "babel-runtime": "^4", + "babel-runtime": "^5", "bluebird": "^2.9.21", "event-to-promise": "^0.3.2", "ldapjs": "^0.7.1" }, "devDependencies": { - "babel": "^4", - "mocha": "*", - "must": "*", - "sinon": "*", - "source-map-support": "^0.2.10", - "standard": "*" + "babel": "^5", + "mocha": "^2.2.5", + "must": "^0.12.0", + "sinon": "^1.15.3", + "source-map-support": "^0.3.1", + "standard": "^4.2.1" }, "scripts": { "build": "mkdir -p dist && babel --optional=runtime --compact=true --source-maps --out-dir=dist/ src/",