Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-08-29 08:50:54 +0300
committerGitHub <noreply@github.com>2019-08-29 08:50:54 +0300
commitb73d91b309ea920305704b10071074f956a95133 (patch)
tree809ea74b420042413d7cec27b569497f0987d3f8
parent7968e793a8f215571f48cd6216d098ed1666c8f7 (diff)
parent4cf0a77a9162d88e4b0fde3de45dcec8866170d7 (diff)
Merge pull request #199 from nextcloud/dependabot/npm_and_yarn/stylelint-scss-3.10.0v17.0.0beta3
-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 afa4e3b..55f5a6e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12020,9 +12020,9 @@
}
},
"stylelint-scss": {
- "version": "3.9.4",
- "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.9.4.tgz",
- "integrity": "sha512-RHUHnEDRi2TONwFm2l0OMLo5y78aEYljabZsaf2+27JHM5aLjlO5waMlIwcK7xNfHlD/Ma9LoRAiFtI5ikNI2g==",
+ "version": "3.10.0",
+ "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.10.0.tgz",
+ "integrity": "sha512-cz0CiJ/CEOY9arl1OA7Epb68F+L5iXBVZSOzTdK5AymoTM5dpll4QGeggMIsKN5Put8ZtQ3OwzYXexkPKs15PQ==",
"dev": true,
"requires": {
"lodash": "^4.17.15",
diff --git a/package.json b/package.json
index 0111048..05b8f95 100644
--- a/package.json
+++ b/package.json
@@ -61,7 +61,7 @@
"prettier-eslint": "^9.0.0",
"stylelint": "^10.1.0",
"stylelint-config-recommended-scss": "^3.3.0",
- "stylelint-scss": "^3.9.4",
+ "stylelint-scss": "^3.10.0",
"stylelint-webpack-plugin": "^0.10.5",
"vue-jest": "^3.0.4",
"vue-loader": "^15.7.1",