Bump stylelint-scss from 3.14.0 to 3.14.2

Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.14.0 to 3.14.2.
- [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.14.0...3.14.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-02-02 13:21:49 +00:00
committed by GitHub
parent c4b7512f6f
commit 306ef066fa
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -17149,9 +17149,9 @@
}
},
"stylelint-scss": {
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.14.0.tgz",
"integrity": "sha512-59tZ/vfSEJxZX1N+B96xBcmhDwCUimeuZ9kp08R7WRqUUKRJ+INilfOmIqCzHZpEY/tZDKt+grOYCxffSs49fA==",
"version": "3.14.2",
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.14.2.tgz",
"integrity": "sha512-59/BkIEWyFoORiejDIQB2P2kmg0KcqMn7wtj1y5sRvS4N+Qh+Ng3hbKelOzgS+OM2Ezbai0uEev8xckXxkh9TQ==",
"dev": true,
"requires": {
"lodash": "^4.17.15",

View File

@@ -81,7 +81,7 @@
"sass-loader": "^8.0.2",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-scss": "^3.14.0",
"stylelint-scss": "^3.14.2",
"stylelint-webpack-plugin": "^0.10.5",
"url-loader": "^3.0.0",
"vue-jest": "^3.0.5",