build: Updating npm dependencies

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

Change-Id: Id83600a454039cb41318b150e0d76c7a9d57604f
This commit is contained in:
libraryupgrader 2024-02-08 21:28:08 +00:00
parent 49c0b06cc8
commit 370b840fa5
2 changed files with 1319 additions and 791 deletions

2108
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

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