build: Updating npm dependencies

* eslint-config-wikimedia: 0.16.2 → 0.17.0
* grunt: 1.2.1 → 1.3.0

Change-Id: I27850761c8c89cb96ab0aa97347c03c1e2aa69a7
This commit is contained in:
libraryupgrader 2020-09-04 21:55:25 +00:00
parent 6bdab2efb0
commit a92ce425b5
2 changed files with 394 additions and 271 deletions

661
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -7,8 +7,8 @@
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.16.2",
"grunt": "1.2.1",
"eslint-config-wikimedia": "0.17.0",
"grunt": "1.3.0",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "23.0.0"
}