summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-09-22 14:21:50 +0000
committerGitHub <noreply@github.com>2019-09-22 14:21:50 +0000
commit2d116e66a5c97370f93f251c9814a45abad6966f (patch)
tree50a2308774742a5b0d2a5149f59712345140c7f8
parentc018b718dedb476923c052ac24aa9312fb117004 (diff)
parent60c29d0a4c798285c22057b2e28a5abac079303d (diff)
Merge pull request #1271 from nextcloud/dependabot/npm_and_yarn/stylelint-scss-3.11.1
-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 b427e1a6..caa23f30 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10336,9 +10336,9 @@
}
},
"stylelint-scss": {
- "version": "3.10.1",
- "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.10.1.tgz",
- "integrity": "sha512-YnzYmcLd5DGGsjfoj44gArjo3TWhMWjS/ytfu+1HKtToZae5ditZOXHBmrgitsHvNk9mzp5WO3/PjA5IO1GpUw==",
+ "version": "3.11.1",
+ "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.11.1.tgz",
+ "integrity": "sha512-0FZNSfy5X2Or4VRA3Abwfrw1NHrI6jHT8ji9xSwP8Re2Kno0i90qbHwm8ohPO0kRB1RP9x1vCYBh4Tij+SZjIg==",
"dev": true,
"requires": {
"lodash": "^4.17.15",
diff --git a/package.json b/package.json
index d5e93da8..e6db05f6 100644
--- a/package.json
+++ b/package.json
@@ -95,7 +95,7 @@
"sass-loader": "^7.3.1",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.3.0",
- "stylelint-scss": "^3.10.1",
+ "stylelint-scss": "^3.11.1",
"stylelint-webpack-plugin": "^0.10.5",
"url-loader": "^2.1.0",
"vue-loader": "^15.7.1",