From af64ac6160a06cabf82bc96480c3ef25db191e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 12:39:46 +0000 Subject: [PATCH] mgr/dashboard: bump stylelint-config-sass-guidelines 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) --- updated-dependencies: - dependency-name: stylelint-config-sass-guidelines dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/pybind/mgr/dashboard/frontend/package-lock.json | 6 +++--- src/pybind/mgr/dashboard/frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index d102e622d5c8f..dc429f954b2ae 100644 --- a/src/pybind/mgr/dashboard/frontend/package-lock.json +++ b/src/pybind/mgr/dashboard/frontend/package-lock.json @@ -21846,9 +21846,9 @@ } }, "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==", "dev": true, "requires": { "stylelint-order": "^4.0.0", diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index e2d19f334c015..9ee03680ce689 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -137,7 +137,7 @@ "pretty-quick": "3.0.2", "start-server-and-test": "1.12.1", "stylelint": "13.13.1", - "stylelint-config-sass-guidelines": "7.1.0", + "stylelint-config-sass-guidelines": "8.0.0", "stylelint-declaration-use-variable": "1.7.3", "transifex-i18ntool": "1.1.0", "ts-node": "9.0.0",