summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <dependabot[bot]@users.noreply.github.com>2019-01-15 08:51:28 +0000
committerGitHub <noreply@github.com>2019-01-15 08:51:28 +0000
commit9b3c9c75f118e89200da55022523fd2e6487a0e6 (patch)
tree12c15d23a8f6ea1e62aaa195592285f087224940
parent19cdf269edb98d11934e2a5a332fd93eb9c2141b (diff)
parent74fe39c4e74155b94797903fa00e255e36aa4b26 (diff)
Merge pull request #861 from nextcloud/dependabot/npm_and_yarn/stylelint-scss-3.5.0
-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 405598f1..c2981a20 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 c5077378..f88de1eb 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",