build: Updating npm dependencies for security issues

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

Change-Id: If96ee604d3137acbc353d294ee0a0d2e3ab54b3b
This commit is contained in:
libraryupgrader 2018-10-11 05:23:35 +00:00
parent 0c16bb34d9
commit e8d8539254

View file

@ -1,17 +1,17 @@
{
"name": "citethispage",
"version": "0.0.0",
"private": true,
"description": "Build tools for the CiteThisPage extension.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "1.0.2",
"grunt-banana-checker": "0.6.0",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.9.0",
"stylelint": "8.2.0",
"stylelint-config-wikimedia": "0.4.2"
}
"name": "citethispage",
"version": "0.0.0",
"private": true,
"description": "Build tools for the CiteThisPage extension.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "1.0.3",
"grunt-banana-checker": "0.6.0",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.9.0",
"stylelint": "8.2.0",
"stylelint-config-wikimedia": "0.4.2"
}
}