build: Updating npm dependencies

* eslint-config-wikimedia: 0.20.0 → 0.21.0
* grunt: 1.4.0 → 1.4.1

Additional changes:
* Set `name` in package.json.

Change-Id: I80cb9a1386e4217c3d1721c1a76c556b31c9d3b1
This commit is contained in:
libraryupgrader 2022-02-06 09:09:30 +00:00 committed by Umherirrender
parent 6d3b7ce782
commit adc340542c
2 changed files with 4776 additions and 370 deletions

5141
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,11 +1,12 @@
{
"name": "Description2",
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.20.0",
"grunt": "1.4.0",
"eslint-config-wikimedia": "0.21.0",
"grunt": "1.4.1",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "23.0.0"
}