build: Updating npm dependencies for security issues

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

Change-Id: I4a7524062887094c69bb0a5ea156a57881755bb1
This commit is contained in:
libraryupgrader 2018-10-11 06:59:38 +00:00
parent 9cce264b7f
commit e46480a397

View file

@ -4,7 +4,7 @@
"test": "grunt test"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt": "1.0.3",
"grunt-banana-checker": "0.4.0",
"grunt-jsonlint": "1.0.7"
}