build: Updating npm dependencies

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

Change-Id: If899e174213dc3a7bfc62370ba766eb68c4ee271
This commit is contained in:
libraryupgrader 2020-07-16 20:07:59 +00:00
parent d35781e29a
commit c51292310f
2 changed files with 457 additions and 404 deletions

855
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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