From ad9d0856d7b39ceef0c01a4852bf978b076a4bbb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 14:27:49 +0000 Subject: [PATCH] Bump stylelint-scss from 3.10.1 to 3.11.0 Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.10.1 to 3.11.0. - [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.0) 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 fcb707739..c3a8d7b05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12575,9 +12575,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.0", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.11.0.tgz", + "integrity": "sha512-2rA9hV8+ebvzGyRBQt/KCLDS1o11SEVRzOBlhAbqk4u1PVnWcjUhRhKIGGGWcyM4QE9t+YWivbnq6kjdeHg2Nw==", "dev": true, "requires": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index 74edff045..62d633010 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "stylelint": "^10.1.0", "stylelint-config-standard": "^19.0.0", "stylelint-order": "^3.1.1", - "stylelint-scss": "^3.10.1", + "stylelint-scss": "^3.11.0", "uglifyjs-3-webpack-plugin": "^1.2.4", "unfetch": "^3.0.0", "webpack": "^4.40.2",