build: Updating npm dependencies for security issues

* Updated grunt to 1.0.4, addressing:
  * https://npmjs.com/advisories/788
  * https://npmjs.com/advisories/813

Committed package-lock.json (T179229) too.

Change-Id: I92e0bdaa2e32d15fd8b443cb43c321c871acf1b2
This commit is contained in:
libraryupgrader 2019-06-08 21:16:24 +00:00
parent 76bc8a406d
commit 50aa42862d
2 changed files with 1753 additions and 11 deletions

1742
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,13 +1,13 @@
{
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.5.0",
"grunt": "1.0.3",
"grunt-banana-checker": "0.6.0",
"grunt-eslint": "20.1.0",
"grunt-jsonlint": "1.1.0"
}
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.5.0",
"grunt": "1.0.4",
"grunt-banana-checker": "0.6.0",
"grunt-eslint": "20.1.0",
"grunt-jsonlint": "1.1.0"
}
}