From 754643c95b2dd92aefd4a1d32c99926f6100ab5a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2019 08:49:55 +0000 Subject: [PATCH] Bump stylelint-scss from 3.11.0 to 3.11.1 Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.11.0 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.11.0...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 c6be04147..91b1f4600 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12583,9 +12583,9 @@ } }, "stylelint-scss": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.11.0.tgz", - "integrity": "sha512-2rA9hV8+ebvzGyRBQt/KCLDS1o11SEVRzOBlhAbqk4u1PVnWcjUhRhKIGGGWcyM4QE9t+YWivbnq6kjdeHg2Nw==", + "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 eaa493391..7889128b7 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "stylelint": "^11.0.0", "stylelint-config-standard": "^19.0.0", "stylelint-order": "^3.1.1", - "stylelint-scss": "^3.11.0", + "stylelint-scss": "^3.11.1", "uglifyjs-3-webpack-plugin": "^1.2.4", "unfetch": "^3.0.0", "webpack": "^4.40.2",