From 9ba1edab77be52b86241fcd9d435fea4689f0358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Feb 2021 16:29:00 +0000 Subject: [PATCH] Bump stylelint-config-sass-guidelines in /dependencies (#1205) Bumps [stylelint-config-sass-guidelines](https://github.com/bjankord/stylelint-config-sass-guidelines) from 7.1.0 to 8.0.0. - [Release notes](https://github.com/bjankord/stylelint-config-sass-guidelines/releases) - [Changelog](https://github.com/bjankord/stylelint-config-sass-guidelines/blob/main/CHANGELOG.md) - [Commits](https://github.com/bjankord/stylelint-config-sass-guidelines/compare/v7.1.0...v8.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Gravley --- dependencies/package-lock.json | 6 +++--- dependencies/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 05356558..faee3a3f 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -7351,9 +7351,9 @@ "integrity": "sha512-F6yTRuc06xr1h5Qw/ykb2LuFynJ2IxkKfCMf+1xqPffkxh0S09Zc902XCffcsw/XMFq/OzQ1w54fLIDtmRNHnQ==" }, "stylelint-config-sass-guidelines": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/stylelint-config-sass-guidelines/-/stylelint-config-sass-guidelines-7.1.0.tgz", - "integrity": "sha512-WvC9nRdlYknftPcUaJCajrPYKg6d2CKffrr7BPPkN/i/Mt8Qsm1hNQ9lqC1sKoCIKdH051SCEZi10qwFLgDbbg==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-sass-guidelines/-/stylelint-config-sass-guidelines-8.0.0.tgz", + "integrity": "sha512-v21iDWtzpfhuKJlYKpoE1vjp+GT8Cr6ZBWwMx/jf+eCEblZgAIDVVjgAELoDLhVj17DcEFwlIKJBMfrdAmXg0Q==", "requires": { "stylelint-order": "^4.0.0", "stylelint-scss": "^3.18.0" diff --git a/dependencies/package.json b/dependencies/package.json index b3ab281f..86dd6d88 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -24,7 +24,7 @@ "sql-lint": "0.0.15", "standard": "^16.0.3", "stylelint": "^13.9.0", - "stylelint-config-sass-guidelines": "^7.1.0", + "stylelint-config-sass-guidelines": "^8.0.0", "stylelint-config-standard": "^20.0.0", "stylelint-scss": "^3.18.0", "tekton-lint": "^0.5.2",