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

github.com/nextcloud/photos.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>2020-04-26 04:19:25 +0300
committerGitHub <noreply@github.com>2020-04-26 04:19:25 +0300
commit482f630ddeac0dd1bc059f8ddd017e824151f7ad (patch)
treea5e69ea6aef0df76720412f3685ce0fdf715868d /package-lock.json
parent02d09887d5f39372ca3c6debfb35dbe46b987ba2 (diff)
Bump stylelint-scss from 3.17.0 to 3.17.1
Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.17.0 to 3.17.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.17.0...3.17.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json16
1 files changed, 12 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 951838ca..71b2bc91 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9596,16 +9596,24 @@
}
},
"stylelint-scss": {
- "version": "3.17.0",
- "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.17.0.tgz",
- "integrity": "sha512-zY6fLHailK3++UEtGOwa5BKeWemLOXUATRlV7H056Z+xCT224/TaLXR5x2zjPXFMEf89uqwv15yM9zhbwm/zDw==",
+ "version": "3.17.1",
+ "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.17.1.tgz",
+ "integrity": "sha512-KywqqHfK1otZv1QJA4xJDgcPJp1/cP3jnABpbU9gmXOKqKt8cNt27Imsh9JhY133X8D4zDh/38pNq4WjVfUQWQ==",
"dev": true,
"requires": {
"lodash": "^4.17.15",
"postcss-media-query-parser": "^0.2.3",
"postcss-resolve-nested-selector": "^0.1.1",
"postcss-selector-parser": "^6.0.2",
- "postcss-value-parser": "^4.0.2"
+ "postcss-value-parser": "^4.0.3"
+ },
+ "dependencies": {
+ "postcss-value-parser": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.0.3.tgz",
+ "integrity": "sha512-N7h4pG+Nnu5BEIzyeaaIYWs0LI5XC40OrRh5L60z0QjFsqGWcHcbkBvpe1WYpcIS9yQ8sOi/vIPt1ejQCrMVrg==",
+ "dev": true
+ }
}
},
"stylelint-webpack-plugin": {