From b447aff767d4903584e7a5c5dc94b2da7dd60421 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 16:31:24 +0000 Subject: [PATCH] Bump stylelint-scss from 3.16.0 to 3.17.0 Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.16.0 to 3.17.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.16.0...3.17.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 db51e412b..b3200ae98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16560,9 +16560,9 @@ } }, "stylelint-scss": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.16.0.tgz", - "integrity": "sha512-dAWs/gagdPYO3VDdvgRv5drRBMcWI4E//z3AXPAY1qYkSdXCEVJtEW+R9JtinG0U2rcJIu5XWaVddPQeaaufzw==", + "version": "3.17.0", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.17.0.tgz", + "integrity": "sha512-zY6fLHailK3++UEtGOwa5BKeWemLOXUATRlV7H056Z+xCT224/TaLXR5x2zjPXFMEf89uqwv15yM9zhbwm/zDw==", "dev": true, "requires": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index cb4c7c028..e2959d180 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "sass-loader": "^8.0.2", "stylelint": "^8.4.0", "stylelint-config-recommended-scss": "^3.3.0", - "stylelint-scss": "^3.16.0", + "stylelint-scss": "^3.17.0", "stylelint-webpack-plugin": "^0.10.5", "url-loader": "^4.0.0", "vue-jest": "^3.0.5",