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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-24 06:03:14 +0300
committerGitHub <noreply@github.com>2021-07-24 06:03:14 +0300
commit4946c37614072925ed877b55c53d764a2cefd349 (patch)
tree06dff3ce771c00f1779b3c6cc47c7871061b04e6
parent14c4160fd954224113d98a9cb12bf91953c79e14 (diff)
Bump stylelint-scss from 3.19.0 to 3.20.1
Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.19.0 to 3.20.1. - [Release notes](https://github.com/kristerkari/stylelint-scss/releases) - [Changelog](https://github.com/kristerkari/stylelint-scss/blob/master/CHANGELOG.md) - [Commits](https://github.com/kristerkari/stylelint-scss/compare/3.19.0...3.20.1) --- updated-dependencies: - dependency-name: stylelint-scss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-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 1685a15e..251897ac 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -22055,9 +22055,9 @@
}
},
"stylelint-scss": {
- "version": "3.19.0",
- "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.19.0.tgz",
- "integrity": "sha512-Ic5bsmpS4wVucOw44doC1Yi9f5qbeVL4wPFiEOaUElgsOuLEN6Ofn/krKI8BeNL2gAn53Zu+IcVV4E345r6rBw==",
+ "version": "3.20.1",
+ "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.20.1.tgz",
+ "integrity": "sha512-OTd55O1TTAC5nGKkVmUDLpz53LlK39R3MImv1CfuvsK7/qugktqiZAeQLuuC4UBhzxCnsc7fp9u/gfRZwFAIkA==",
"dev": true,
"requires": {
"lodash": "^4.17.15",
diff --git a/package.json b/package.json
index ea2598b8..a1c96bd4 100644
--- a/package.json
+++ b/package.json
@@ -78,7 +78,7 @@
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",
"stylelint-config-recommended-scss": "^4.3.0",
- "stylelint-scss": "^3.19.0",
+ "stylelint-scss": "^3.20.1",
"stylelint-webpack-plugin": "^2.2.2",
"ts-loader": "^8.1.0",
"typescript": "^4.3.5",