From 6e044fdc40abc5239acbf7a09361480dc9da185b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 01:17:13 +0000 Subject: [PATCH] Bump stylelint-scss from 3.10.0 to 3.10.1 Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.10.0 to 3.10.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.0...3.10.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 e13d351..2eb202f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8770,9 +8770,9 @@ } }, "stylelint-scss": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.10.0.tgz", - "integrity": "sha512-cz0CiJ/CEOY9arl1OA7Epb68F+L5iXBVZSOzTdK5AymoTM5dpll4QGeggMIsKN5Put8ZtQ3OwzYXexkPKs15PQ==", + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.10.1.tgz", + "integrity": "sha512-YnzYmcLd5DGGsjfoj44gArjo3TWhMWjS/ytfu+1HKtToZae5ditZOXHBmrgitsHvNk9mzp5WO3/PjA5IO1GpUw==", "dev": true, "requires": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index df568d0..160e33d 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "sass-loader": "^7.1.0", "stylelint": "^10.1.0", "stylelint-config-recommended-scss": "^3.2.0", - "stylelint-scss": "^3.5.4", + "stylelint-scss": "^3.10.1", "stylelint-webpack-plugin": "^0.10.5", "vue-loader": "^15.7.0", "vue-style-loader": "^4.1.1",