build: Updating npm dependencies

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

Change-Id: I9d735a17f768fc5ac8e20af3154d6d9ea69ead2a
This commit is contained in:
libraryupgrader 2020-07-17 02:36:28 +00:00
parent 59a9135475
commit f71d51e301
2 changed files with 472 additions and 437 deletions

905
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -7,9 +7,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"
}
}