build: Updating npm dependencies

* eslint-config-wikimedia: 0.27.0 → 0.28.0
* grunt-stylelint: 0.19.0 → 0.20.0
* stylelint-config-wikimedia: 0.16.1 → 0.17.1

Change-Id: Ica449476b142a89da2e283ef3234759d7d1b9bf1
This commit is contained in:
libraryupgrader 2024-06-06 00:45:59 +00:00
parent 86ec176002
commit bb20d2fd8f
2 changed files with 1565 additions and 1958 deletions

3517
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,11 +5,11 @@
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.27.0",
"eslint-config-wikimedia": "0.28.0",
"grunt": "1.6.1",
"grunt-banana-checker": "0.13.0",
"grunt-eslint": "24.3.0",
"grunt-stylelint": "0.19.0",
"stylelint-config-wikimedia": "0.16.1"
"grunt-stylelint": "0.20.0",
"stylelint-config-wikimedia": "0.17.1"
}
}