diff --git a/packages/oc-statics-compiler/package.json b/packages/oc-statics-compiler/package.json index 989aed92..1c1aa29b 100644 --- a/packages/oc-statics-compiler/package.json +++ b/packages/oc-statics-compiler/package.json @@ -20,11 +20,11 @@ "email": "nick@balestra.ch" }, "dependencies": { - "lodash": "^4.17.4", "async": "^2.4.1", - "fs-extra": "^3.0.1", - "oc-minify-file": "1.0.5", + "fs-extra": "4.0.2", + "lodash": "^4.17.4", "node-dir": "0.1.16", + "oc-minify-file": "1.0.5", "oc-templates-messages": "1.0.1" }, "license": "MIT",