Update dependency grunt-stylelint to v0.12.0

This commit is contained in:
Renovate Bot 2019-10-21 12:46:23 +00:00
parent 43f6e67bdf
commit 8b741c15eb
No known key found for this signature in database
GPG Key ID: 30DC19D6846E13FA
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -5861,12 +5861,12 @@
}
},
"grunt-stylelint": {
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/grunt-stylelint/-/grunt-stylelint-0.11.1.tgz",
"integrity": "sha512-DYq74oCsk6Q/fmUarv4CGrt6M/61yrtHRSM5FfrJy8uLFo+WQ/tiMWmROk+53Vvq3GWz8+m/Rz/Ne+Ag0QZvjw==",
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/grunt-stylelint/-/grunt-stylelint-0.12.0.tgz",
"integrity": "sha512-6ntxeja38tCZHg3xVgRzRm6taiCuAU9PwqsOdPFwXg1VOR+kx/d8tQvgO9Suf4ouo93zq4bYsMX/JOBJIYEJvw==",
"dev": true,
"requires": {
"chalk": "2.4.2"
"chalk": "^2.4.2"
}
},
"grunt-wp-i18n": {

View File

@ -50,7 +50,7 @@
"grunt-rtlcss": "2.0.1",
"grunt-sass": "3.1.0",
"grunt-shell": "3.0.1",
"grunt-stylelint": "0.11.1",
"grunt-stylelint": "0.12.0",
"grunt-wp-i18n": "1.0.3",
"husky": "3.0.9",
"istanbul": "1.0.0-alpha.2",