Merge pull request #2 from sylvaingirardbe/remove-npm-vulnerabilities

Update packages
This commit is contained in:
Christian Kuster 2019-04-08 15:04:44 +02:00 committed by GitHub
commit e874b44200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -4,5 +4,5 @@ branches:
- master - master
- develop - develop
node_js: node_js:
- "4" - "10"
- "5" - "11"

View File

@ -36,11 +36,11 @@
}, },
"dependencies": { "dependencies": {
"async": "2.1.4", "async": "2.1.4",
"lodash": "4.17.2" "lodash": "^4.17.11"
}, },
"devDependencies": { "devDependencies": {
"grunt": "0.4.5", "grunt": "^1.0.3",
"grunt-bump": "0.7.0", "grunt-bump": "0.7.0",
"mocha": "2.2.5" "mocha": "^6.0.2"
} }
} }