build: Updating npm dependencies for security issues

* Updated grunt to 1.0.3, addressing:
  * https://npmjs.com/advisories/577
  * CVE-2018-3721

Change-Id: Iefdaf3f2c27163d56c27b9f443e7fb5cc92b9365
This commit is contained in:
libraryupgrader 2018-10-11 07:08:36 +00:00
parent 932cbe7067
commit 1e7bf16d2f

View file

@ -1,11 +1,11 @@
{
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-banana-checker": "0.4.0",
"grunt-jsonlint": "1.0.7"
}
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "1.0.3",
"grunt-banana-checker": "0.4.0",
"grunt-jsonlint": "1.0.7"
}
}