build: Updating npm dependencies

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

Change-Id: I4f0e600160e7e16a722ad7d852cb558b417418f6
This commit is contained in:
libraryupgrader 2024-02-09 02:03:52 +00:00
parent 84b8a2aa3e
commit af8a304473
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

@ -7,9 +7,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"
}
}