build: Updating npm dependencies

* eslint-config-wikimedia: 0.25.0 → 0.26.0
* grunt-eslint: 24.0.1 → 24.3.0

Change-Id: Ie3ab3d6c4161747bb57ab44862be7cab96c123b1
This commit is contained in:
libraryupgrader 2024-02-09 00:37:12 +00:00
parent 082af7b5bb
commit 6b0c3dea26
2 changed files with 1319 additions and 791 deletions

2106
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,9 +5,9 @@
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.25.0",
"eslint-config-wikimedia": "0.26.0",
"grunt": "1.6.1",
"grunt-banana-checker": "0.11.0",
"grunt-eslint": "24.0.1"
"grunt-eslint": "24.3.0"
}
}