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.
Ignore .eslintcache file

Change-Id: I63805cebd478fa658f98fe805841c02059aed26c
This commit is contained in:
libraryupgrader 2019-06-08 11:02:18 +00:00 committed by Umherirrender
parent 2ea7800799
commit dc9f736e94
3 changed files with 4466 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
*~
*.kate-swp
.*.swp
.eslintcache
/node_modules/
/vendor/
/composer.lock

4464
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -9,6 +9,6 @@
"grunt-banana-checker": "0.6.0",
"grunt-eslint": "21.0.0",
"grunt-stylelint": "0.10.1",
"stylelint-config-wikimedia": "0.5.0"
"stylelint-config-wikimedia": "0.6.0"
}
}