From 468178ce57d7fa62229a6dbb0ded8aa7f78ce710 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2020 12:16:41 -0400 Subject: [PATCH] Bump stylelint-scss from 3.16.0 to 3.16.1 (#102) [skip ci] Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.16.0 to 3.16.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.16.0...3.16.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6090a642..b64857b0 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "rimraf": "^3.0.2", "stylelint": "~13.3.1", "stylelint-config-sass-guidelines": "~7.0.0", - "stylelint-scss": "~3.16.0" + "stylelint-scss": "~3.16.1" }, "resolutions": { "postcss-clean/postcss": "^7.x" diff --git a/yarn.lock b/yarn.lock index 3793ec19..a7c5fed6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5524,10 +5524,10 @@ stylelint-order@^4.0.0: postcss "^7.0.26" postcss-sorting "^5.0.1" -stylelint-scss@^3.4.0, stylelint-scss@~3.16.0: - version "3.16.0" - resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-3.16.0.tgz#6928fe57bcfc924110d09847c1f720472a9b7bd6" - integrity sha512-dAWs/gagdPYO3VDdvgRv5drRBMcWI4E//z3AXPAY1qYkSdXCEVJtEW+R9JtinG0U2rcJIu5XWaVddPQeaaufzw== +stylelint-scss@^3.4.0, stylelint-scss@~3.16.1: + version "3.16.1" + resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-3.16.1.tgz#4164558f2113663e54101175588603e014cd0b9c" + integrity sha512-ATApYyUzIuwuppReVdAgjpJ77OXRQacV6Ff3vvYaT9z993ZOsSTEN+urdXsk9V28yWCLiAzcNjNZe01aw0VGBg== dependencies: lodash "^4.17.15" postcss-media-query-parser "^0.2.3"