build: Updating npm dependencies

* eslint-config-wikimedia: 0.15.3 → 0.16.2
* grunt-eslint: 22.0.0 → 23.0.0

Change-Id: Idcdda2710a8e47eadf8af03b79839e9dbd72307e
This commit is contained in:
libraryupgrader 2020-07-17 01:11:19 +00:00
parent e5c7f50477
commit 0f207ef3bd
2 changed files with 443 additions and 465 deletions

904
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -4,9 +4,9 @@
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.15.3",
"eslint-config-wikimedia": "0.16.2",
"grunt": "1.1.0",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "22.0.0"
"grunt-eslint": "23.0.0"
}
}