summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-10-27 07:55:43 +0000
committerGitHub <noreply@github.com>2019-10-27 07:55:43 +0000
commitf21194c80ad0e5145b6d02f73eea306dda5e6552 (patch)
tree3b08a3cd2e17951b89dc6d8fd348b410dd0ed01e
parent6ba20e7b4e0a21550cef17c67caaeb612aed42d4 (diff)
parentf7cb3e5e29302d215624a08a24bcdae51fd1d389 (diff)
Merge pull request #1317 from nextcloud/dependabot/npm_and_yarn/stylelint-scss-3.12.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 4c230d6b..183c2d52 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10935,9 +10935,9 @@
}
},
"stylelint-scss": {
- "version": "3.11.1",
- "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.11.1.tgz",
- "integrity": "sha512-0FZNSfy5X2Or4VRA3Abwfrw1NHrI6jHT8ji9xSwP8Re2Kno0i90qbHwm8ohPO0kRB1RP9x1vCYBh4Tij+SZjIg==",
+ "version": "3.12.0",
+ "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.12.0.tgz",
+ "integrity": "sha512-RvZqmCnILJ0etFBjSGTXQKOspYjF+jjtFdUGoqjuis2YILy/3LCtgSdBP2I+LUOfRT+eJFCrb8g+j3ZND4FaNA==",
"dev": true,
"requires": {
"lodash": "^4.17.15",
diff --git a/package.json b/package.json
index 4303c5d2..38a56921 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.11.1",
+ "stylelint-scss": "^3.12.0",
"stylelint-webpack-plugin": "^0.10.5",
"url-loader": "^2.2.0",
"vue-loader": "^15.7.1",