build: Updating npm dependencies for security issues

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

And updating CoC link to use Special:MyLanguage (T202047).

Change-Id: I0987f766272fcdd2ca251c203ecf88ef14c1547a
这个提交包含在:
libraryupgrader 2018-10-11 08:02:00 +00:00
父节点 8db2ad9b7f
当前提交 c9eb09dca0
共有 2 个文件被更改,包括 10 次插入10 次删除

查看文件

@ -1 +1 @@
The development of this software is covered by a [Code of Conduct](https://www.mediawiki.org/wiki/Code_of_Conduct).
The development of this software is covered by a [Code of Conduct](https://www.mediawiki.org/wiki/Special:MyLanguage/Code_of_Conduct).

查看文件

@ -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"
}
}