Bump stylelint-config-recommended-scss from 3.3.0 to 4.0.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-09-23 01:22:06 +00:00 committed by GitHub
parent 0706847164
commit 8d991d3146
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -14811,18 +14811,18 @@
}
},
"stylelint-config-recommended": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-2.2.0.tgz",
"integrity": "sha512-bZ+d4RiNEfmoR74KZtCKmsABdBJr4iXRiCso+6LtMJPw5rd/KnxUWTxht7TbafrTJK1YRjNgnN0iVZaJfc3xJA==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-3.0.0.tgz",
"integrity": "sha512-F6yTRuc06xr1h5Qw/ykb2LuFynJ2IxkKfCMf+1xqPffkxh0S09Zc902XCffcsw/XMFq/OzQ1w54fLIDtmRNHnQ==",
"dev": true
},
"stylelint-config-recommended-scss": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-3.3.0.tgz",
"integrity": "sha512-BvuuLYwoet8JutOP7K1a8YaiENN+0HQn390eDi0SWe1h7Uhx6O3GUQ6Ubgie9b/AmHX4Btmp+ZzVGbzriFTBcA==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-4.0.0.tgz",
"integrity": "sha512-aEy0ENUrH4ASgFCu2mMcqBUAX0l4CPXg0XucJXdW+I7mdqJ7ICddkxP1eamBNBZ1QToc/wsuLmTQcalk3qYpsw==",
"dev": true,
"requires": {
"stylelint-config-recommended": "^2.2.0"
"stylelint-config-recommended": "^3.0.0"
}
},
"stylelint-scss": {

View file

@ -80,7 +80,7 @@
"raw-loader": "^3.1.0",
"sass-loader": "^8.0.0",
"stylelint": "^10.1.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-config-recommended-scss": "^4.0.0",
"stylelint-scss": "^3.11.0",
"stylelint-webpack-plugin": "^0.10.5",
"svg-sprite": "^1.5.0",