build: Updating npm dependencies

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

Change-Id: I577343a32789d7c76c6d464bb78df1900c4e52ed
This commit is contained in:
libraryupgrader 2023-03-14 22:18:11 +00:00
parent bcab036988
commit 00320eb83a
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

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