build: Updating npm dependencies

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

Change-Id: I5cdb96c309e60219c8f3e4979420a3688aa6788b
This commit is contained in:
libraryupgrader 2023-03-14 21:14:19 +00:00
parent 33e75b9a01
commit 107a104ffb
2 changed files with 428 additions and 659 deletions

1081
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -7,11 +7,11 @@
"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",
"grunt-stylelint": "0.18.0",
"stylelint-config-wikimedia": "0.13.1"
"stylelint-config-wikimedia": "0.14.0"
}
}