summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2019-01-15 07:55:19 +0000
committerdependabot[bot] <support@dependabot.com>2019-01-15 07:55:19 +0000
commit74fe39c4e74155b94797903fa00e255e36aa4b26 (patch)
tree2fb04095f540c2957f1ca2e3dba537a7947caec1
parent179f9ce6a875196dd5e99e12eab327a1e2eff7db (diff)
Bump stylelint-scss from 3.4.4 to 3.5.0
Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.4.4 to 3.5.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.4.4...3.5.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 8b326c5e..7707d67f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9314,9 +9314,9 @@
}
},
"stylelint-scss": {
- "version": "3.4.4",
- "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.4.4.tgz",
- "integrity": "sha512-GquwsRegF2gsVRePaUN93cYf9aJDygr03X/QRiwk9O5lOe7QZHlM4Vzrb8JAu+pZ0xodPRpN6W259yA6ApM3WA==",
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.5.0.tgz",
+ "integrity": "sha512-i8YhQd7IWWEacjUGvZycQ16c9NBj+Dbir1UwfQMlK1+5hr7crtxoo4j8TS8RR5ILP6g3bHSn24a8AvKrtFDBlQ==",
"dev": true,
"requires": {
"lodash": "^4.17.11",
diff --git a/package.json b/package.json
index 6d9ecb56..bd6e1ea4 100644
--- a/package.json
+++ b/package.json
@@ -87,7 +87,7 @@
"sass-loader": "^7.1.0",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.2.0",
- "stylelint-scss": "^3.4.4",
+ "stylelint-scss": "^3.5.0",
"stylelint-webpack-plugin": "^0.10.5",
"vue-loader": "^15.5.1",
"vue-template-compiler": "^2.5.22",