build: Updating npm dependencies

* eslint-config-wikimedia: 0.20.0 → 0.24.0
* grunt: 1.5.3 → 1.6.1
* stylelint-config-wikimedia: 0.13.1 → 0.14.0

Change-Id: I9220c7a49f224f59682766303a363ebe1e53630e
This commit is contained in:
libraryupgrader 2023-03-15 21:42:14 +00:00
parent 0b539e13f1
commit 693a579b4b
2 changed files with 1558 additions and 1685 deletions

3237
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,11 +5,11 @@
"test": "grunt test" "test": "grunt test"
}, },
"devDependencies": { "devDependencies": {
"eslint-config-wikimedia": "0.20.0", "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",
"grunt-stylelint": "0.18.0", "grunt-stylelint": "0.18.0",
"stylelint-config-wikimedia": "0.13.1" "stylelint-config-wikimedia": "0.14.0"
} }
} }