build: Updating npm dependencies

* eslint-config-wikimedia: 0.22.1 → 0.24.0
* grunt: 1.5.3 → 1.6.1

Change-Id: I1aa2db2ad23bd503f3151eaf2ff6146f11a7e509
This commit is contained in:
libraryupgrader 2023-03-15 01:26:07 +00:00
parent a596213451
commit ed463199a6
2 changed files with 641 additions and 578 deletions

1215
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,8 +5,8 @@
"test": "grunt test" "test": "grunt test"
}, },
"devDependencies": { "devDependencies": {
"eslint-config-wikimedia": "0.22.1", "eslint-config-wikimedia": "0.24.0",
"grunt": "1.5.3", "grunt": "1.6.1",
"grunt-banana-checker": "0.10.0", "grunt-banana-checker": "0.10.0",
"grunt-eslint": "24.0.0" "grunt-eslint": "24.0.0"
} }