diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index 30cf8dcec393..6f9891f1ebfc 100644 --- a/src/pybind/mgr/dashboard/frontend/package-lock.json +++ b/src/pybind/mgr/dashboard/frontend/package-lock.json @@ -24081,9 +24081,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 eea72ff0ecf5..8335996f0e2a 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -142,7 +142,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",