build: Updating npm dependencies for security issues

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

Change-Id: Ie90423eca8ef66b60812829e942b43c0b231cff7
This commit is contained in:
libraryupgrader 2018-10-11 10:27:54 +00:00
parent 6d1bf29668
commit 4a781594a1

View file

@ -1,12 +1,12 @@
{ {
"private": true, "private": true,
"scripts": { "scripts": {
"test": "grunt test" "test": "grunt test"
}, },
"devDependencies": { "devDependencies": {
"grunt": "1.0.2", "grunt": "1.0.3",
"grunt-banana-checker": "0.6.0", "grunt-banana-checker": "0.6.0",
"grunt-contrib-jshint": "1.1.0", "grunt-contrib-jshint": "1.1.0",
"grunt-jsonlint": "1.1.0" "grunt-jsonlint": "1.1.0"
} }
} }