From ee84d28838e0bb824cdcce09093159bd955067ff Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 3 May 2020 01:26:53 +0000 Subject: [PATCH] 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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 929092e..2100846 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10559,16 +10559,16 @@ } }, "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" } }, "stylelint-webpack-plugin": { diff --git a/package.json b/package.json index 8a7a4f3..8bcdef9 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "sass-loader": "^8.0.2", "stylelint": "^13.3.3", "stylelint-config-recommended-scss": "^4.2.0", - "stylelint-scss": "^3.17.0", + "stylelint-scss": "^3.17.1", "stylelint-webpack-plugin": "^1.2.3", "url-loader": "^4.1.0", "vue-loader": "^15.9.2",