Update dependencies versions
* Update grunt and stylelint according to `npm audit` security suggestion. * Update grunt-stylelint and stylelint-config-wikimedia according to `npm install` suggestion.
This commit is contained in:
committed by
Niklas Laxström
parent
e7ac75405a
commit
f959eb2730
@@ -27,12 +27,12 @@
|
||||
"devDependencies": {
|
||||
"eslint-config-wikimedia": "^0.7.2",
|
||||
"eslint-plugin-qunit": "^3.3.0",
|
||||
"grunt": "^1.0.3",
|
||||
"grunt": "1.0.4",
|
||||
"grunt-contrib-qunit": "^3.0.1",
|
||||
"grunt-eslint": "21.0.0",
|
||||
"grunt-stylelint": "0.10.0",
|
||||
"stylelint": "9.2.0",
|
||||
"stylelint-config-wikimedia": "0.4.3"
|
||||
"grunt-stylelint": "0.11.0",
|
||||
"stylelint": "10.1.0",
|
||||
"stylelint-config-wikimedia": "0.6.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user