summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-09-09 08:48:22 +0200
committerGitHub <noreply@github.com>2019-09-09 08:48:22 +0200
commit4a99af248c02472907ebd52ec6f7e241de90c2d2 (patch)
treeaf1ea87ec75feaac04239f915430f209dc47882a
parentc13406c7926cc66c6b716dc5be6686e288f37414 (diff)
parent89e8dbae019f02aeac691df5e89a8d5b73df440b (diff)
Merge pull request #1253 from nextcloud/dependabot/npm_and_yarn/stylelint-scss-3.10.1
Bump stylelint-scss from 3.10.0 to 3.10.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 7e1dce70..27267c2d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10332,9 +10332,9 @@
}
},
"stylelint-scss": {
- "version": "3.10.0",
- "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.10.0.tgz",
- "integrity": "sha512-cz0CiJ/CEOY9arl1OA7Epb68F+L5iXBVZSOzTdK5AymoTM5dpll4QGeggMIsKN5Put8ZtQ3OwzYXexkPKs15PQ==",
+ "version": "3.10.1",
+ "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.10.1.tgz",
+ "integrity": "sha512-YnzYmcLd5DGGsjfoj44gArjo3TWhMWjS/ytfu+1HKtToZae5ditZOXHBmrgitsHvNk9mzp5WO3/PjA5IO1GpUw==",
"dev": true,
"requires": {
"lodash": "^4.17.15",
diff --git a/package.json b/package.json
index ef59ea02..73712019 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.0",
+ "stylelint-scss": "^3.10.1",
"stylelint-webpack-plugin": "^0.10.5",
"url-loader": "^2.1.0",
"vue-loader": "^15.7.1",