build: Updating npm dependencies

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

Change-Id: I6f9a92250d30668adce494652ccda46700750701
This commit is contained in:
libraryupgrader 2020-07-17 02:12:19 +00:00
parent 39a65e24ee
commit 8a2087a78b
2 changed files with 414 additions and 349 deletions

759
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -4,10 +4,10 @@
"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",
"grunt-stylelint": "0.15.0",
"stylelint-config-wikimedia": "0.10.1"
}