Bump stylelint-scss from 3.8.0 to 3.9.0

Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/kristerkari/stylelint-scss/releases)
- [Changelog](https://github.com/kristerkari/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kristerkari/stylelint-scss/compare/3.8.0...3.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-07-04 01:24:23 +00:00 committed by GitHub
parent 22e4621618
commit 20746f1243
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 11 deletions

14
package-lock.json generated
View file

@ -14392,16 +14392,16 @@
}
},
"stylelint-scss": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.8.0.tgz",
"integrity": "sha512-J55tNmxXEh/ymhz5BiscIiUcHgPmJ2Nv+0+zgnqTqdQBe1URQbrdjlAyK3xq+7i2nVpWr2wlRj25SjoonZFcHg==",
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.9.0.tgz",
"integrity": "sha512-6uB2TPfIA/HybB7gERPFaBWHDBWhoLSjKoG0rQtsQ4LNOvWzJ205Q8JA2x9zZSXOJXatonlT9aGA1tyNBJrmcg==",
"dev": true,
"requires": {
"lodash": "^4.17.11",
"postcss-media-query-parser": "^0.2.3",
"postcss-resolve-nested-selector": "^0.1.1",
"postcss-selector-parser": "^6.0.2",
"postcss-value-parser": "^3.3.1"
"postcss-value-parser": "^4.0.0"
},
"dependencies": {
"postcss-selector-parser": {
@ -14414,12 +14414,6 @@
"indexes-of": "^1.0.1",
"uniq": "^1.0.1"
}
},
"postcss-value-parser": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
"integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
"dev": true
}
}
},

View file

@ -80,7 +80,7 @@
"sass-loader": "^7.1.0",
"stylelint": "^10.1.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-scss": "^3.8.0",
"stylelint-scss": "^3.9.0",
"stylelint-webpack-plugin": "^0.10.5",
"svg-sprite": "^1.5.0",
"vue-click-outside": "^1.0.7",