build: Updating npm dependencies for security issues

* Updated stylelint-config-wikimedia to 0.6.0, addressing:
  * https://npmjs.com/advisories/786

Committed package-lock.json (T179229) too.

Change-Id: I7d5d8521d32fd28228a6bb6630d7f6d83510c481
This commit is contained in:
libraryupgrader 2019-06-09 04:32:34 +00:00
parent c9c6887334
commit a1277d9175
3 changed files with 4476 additions and 13 deletions

1
.gitignore vendored
View file

@ -2,7 +2,6 @@ composer.lock
vendor
node_modules/
.eslintcache
package-lock.json
# Editors
*.kate-swp

4464
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,14 +1,14 @@
{
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.12.0",
"grunt": "1.0.4",
"grunt-banana-checker": "0.7.0",
"grunt-eslint": "21.0.0",
"grunt-stylelint": "0.10.1",
"stylelint-config-wikimedia": "0.5.0"
}
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.12.0",
"grunt": "1.0.4",
"grunt-banana-checker": "0.7.0",
"grunt-eslint": "21.0.0",
"grunt-stylelint": "0.10.1",
"stylelint-config-wikimedia": "0.6.0"
}
}