build: Updating npm dependencies

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

Change-Id: I5a46ab233ea39978e523b4706bffa347e347f8ab
This commit is contained in:
libraryupgrader 2020-07-16 20:53:14 +00:00
parent 371c9a0a44
commit 4817b0112c
2 changed files with 456 additions and 403 deletions

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