deps: revert breaking changes in lodash and d3

This commit is contained in:
5chdn 2018-12-01 18:39:56 +01:00
parent 4dbf27445b
commit fc8d3f6933
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"dependencies": {
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"d3": "^5.7.0",
"d3": "3.5.17",
"debug": "^4.1.0",
"express": "^4.16.4",
"geoip-lite": "^1.3.2",
@ -27,7 +27,7 @@
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-uglify": "^4.0.0",
"jade": "^1.11.0",
"lodash": "^4.17.11",
"lodash": "3.10.1",
"primus": "^7.3.1",
"primus-emit": "^1.0.0",
"primus-spark-latency": "^0.1.1",