Update dependency grunt-stylelint to v0.14.0

This commit is contained in:
Renovate Bot 2020-03-01 02:50:52 +00:00
parent 6f2b232fc7
commit 6a8a33ed7b
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -9872,9 +9872,9 @@
}
},
"grunt-stylelint": {
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/grunt-stylelint/-/grunt-stylelint-0.13.0.tgz",
"integrity": "sha512-Ju9N03UBvPwcdoJYL77pDk0k0E8VD4oYtTfoRwvvPM1ON2MjOXWwPyaeIoYPnhUwcfN9D7TaXnTtuhNoWNsyrQ==",
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/grunt-stylelint/-/grunt-stylelint-0.14.0.tgz",
"integrity": "sha512-4gi/Yw9djHEdRlikKvFjy2wkHlD1YVzlJOePUPlYm1PIpGi3PMVJoc7Eon6RVSjdRcj3NcYHbeNA0EzplXzp7w==",
"dev": true,
"requires": {
"chalk": "^2.4.2"

View File

@ -51,7 +51,7 @@
"grunt-rtlcss": "2.0.2",
"grunt-sass": "3.1.0",
"grunt-shell": "3.0.1",
"grunt-stylelint": "0.13.0",
"grunt-stylelint": "0.14.0",
"husky": "4.2.1",
"istanbul": "1.0.0-alpha.2",
"jest": "25.1.0",