build: Updating npm dependencies for security issues

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

Change-Id: I35cf15d7a44225f4d8bc4c03c3be900c6746a47f
This commit is contained in:
libraryupgrader 2018-10-11 07:56:27 +00:00
parent d890d6a4b1
commit 5f5130348f

View file

@ -1,15 +1,15 @@
{
"name": "gadgets",
"version": "0.0.0",
"private": true,
"description": "Build tools for the Gadgets extension.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "1.0.2",
"grunt-banana-checker": "0.6.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-jsonlint": "1.1.0"
}
"name": "gadgets",
"version": "0.0.0",
"private": true,
"description": "Build tools for the Gadgets extension.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "1.0.3",
"grunt-banana-checker": "0.6.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-jsonlint": "1.1.0"
}
}