From ef795c34c240a7fde32d911e02bff5889d95ecf6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2020 18:32:40 +0000 Subject: [PATCH] Bump stylelint-scss from 3.17.2 to 3.18.0 Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.17.2 to 3.18.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.17.2...3.18.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 fcb49f9..10791a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14515,9 +14515,9 @@ } }, "stylelint-scss": { - "version": "3.17.2", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.17.2.tgz", - "integrity": "sha512-e0dmxqsofy/HZj4urcGSJw4S6yHDJxiQdT20/1ciCsd5lomisa7YM4+Qtt1EG4hsqEG1dbEeF855tec1UyqcSA==", + "version": "3.18.0", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.18.0.tgz", + "integrity": "sha512-LD7+hv/6/ApNGt7+nR/50ft7cezKP2HM5rI8avIdGaUWre3xlHfV4jKO/DRZhscfuN+Ewy9FMhcTq0CcS0C/SA==", "dev": true, "requires": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index 7bd2bfb..781b3ca 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "stylelint-declaration-use-variable": "^1.7.2", "stylelint-media-use-custom-media": "^2.0.0", "stylelint-order": "^4.1.0", - "stylelint-scss": "^3.17.2", + "stylelint-scss": "^3.18.0", "terser-webpack-plugin": "^3.0.6", "vinyl-named": "^1.1.0", "webpack-stream": "^5.2.1"