Merge pull request #5 from goerli/a5-dependency-bumps

bump deps
This commit is contained in:
Afri Schoedon 2018-12-01 18:27:35 +01:00 committed by GitHub
commit 4dbf27445b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 20 deletions

View File

@ -1,6 +1,6 @@
language: node_js
node_js:
- "0.12"
- "8"
env:
global:
secure: Qdkmi13nqcXskABBhbuGZmRakh4orOW1dalkSCyUbzGuYf0OdYF8ttNVuJa0WSWI4KhNXhtz2p3I8dM95wL++LCVqXFmIvZtX8Nca36KlNxIPNXPjn0odayh+c4pgrhrbz8TDmDXl9IPuZmNz8HHtN7xmIn6YDcm13wA3gTmfwo=

View File

@ -4,32 +4,34 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": "0.12.0",
"npm": "2.5.1"
"node": "8.11.1",
"npm": "6.4.1"
},
"scripts": {
"dist": "grunt",
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "1.13.3",
"chalk": "1.1.1",
"d3": "3.5.6",
"debug": "2.2.0",
"express": "4.13.3",
"geoip-lite": "1.1.6",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jade": "^0.14.1",
"grunt-contrib-uglify": "^0.9.1",
"jade": "1.11.0",
"lodash": "3.10.1",
"primus": "^6.0.5",
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"d3": "^5.7.0",
"debug": "^4.1.0",
"express": "^4.16.4",
"geoip-lite": "^1.3.2",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-uglify": "^4.0.0",
"jade": "^1.11.0",
"lodash": "^4.17.11",
"primus": "^7.3.1",
"primus-emit": "^1.0.0",
"primus-spark-latency": "^0.1.1",
"ws": "^6.0.0"
"ws": "^6.1.2"
},
"repository": {
"type": "git",