From a36984d80bbb2a4a503028c4e93f3d4240bbab93 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2020 01:13:56 +0000 Subject: [PATCH] Bump stylelint-scss from 3.16.1 to 3.17.0 Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.16.1 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.1...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 a7cb4d21a..3144e6a57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13566,9 +13566,9 @@ } }, "stylelint-scss": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.16.1.tgz", - "integrity": "sha512-ATApYyUzIuwuppReVdAgjpJ77OXRQacV6Ff3vvYaT9z993ZOsSTEN+urdXsk9V28yWCLiAzcNjNZe01aw0VGBg==", + "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 0f59b79c8..422cf82c0 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "sass-loader": "^8.0.2", "stylelint": "^8.4.0", "stylelint-config-recommended-scss": "^3.3.0", - "stylelint-scss": "^3.16.1", + "stylelint-scss": "^3.17.0", "stylelint-webpack-plugin": "^0.10.5", "url-loader": "^4.1.0", "vue-loader": "^15.9.1",