From 2c17a0fbb6f346ec3020583fa1b40e44e377106e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2019 01:12:49 +0000 Subject: [PATCH] Bump stylelint-scss from 3.10.1 to 3.11.1 Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.10.1 to 3.11.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.10.1...3.11.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f268cf..c972789 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9549,9 +9549,9 @@ } }, "stylelint-scss": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.10.1.tgz", - "integrity": "sha512-YnzYmcLd5DGGsjfoj44gArjo3TWhMWjS/ytfu+1HKtToZae5ditZOXHBmrgitsHvNk9mzp5WO3/PjA5IO1GpUw==", + "version": "3.11.1", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.11.1.tgz", + "integrity": "sha512-0FZNSfy5X2Or4VRA3Abwfrw1NHrI6jHT8ji9xSwP8Re2Kno0i90qbHwm8ohPO0kRB1RP9x1vCYBh4Tij+SZjIg==", "dev": true, "requires": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index 4b3d04f..f84f74e 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "sass-loader": "^7.3.1", "stylelint": "^8.4.0", "stylelint-config-recommended-scss": "^3.3.0", - "stylelint-scss": "^3.10.1", + "stylelint-scss": "^3.11.1", "stylelint-webpack-plugin": "^0.10.5", "vue-loader": "^15.7.1", "vue-style-loader": "^4.1.1",