diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 36b16295..4362e63b 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -46,7 +46,7 @@ "stylelint-config-prettier": "^9.0.3", "stylelint-config-recommended-scss": "^7.0.0", "stylelint-config-sass-guidelines": "^9.0.1", - "stylelint-config-standard": "^27.0.0", + "stylelint-config-standard": "^28.0.0", "stylelint-config-standard-scss": "^5.0.0", "stylelint-scss": "^4.3.0", "tekton-lint": "^0.6.0", @@ -10036,14 +10036,14 @@ } }, "node_modules/stylelint-config-standard": { - "version": "27.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-27.0.0.tgz", - "integrity": "sha512-J+wxyODWQCW2kgdhVzj51a4cFcJkglkMQrjPU/1Jo8w2oKSKK5ZRqHvDDWxEmjYWIYbMhhIMS5dOgVpGUMIACw==", + "version": "28.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-28.0.0.tgz", + "integrity": "sha512-q/StuowDdDmFCravzGHAwgS9pjX0bdOQUEBBDIkIWsQuYGgYz/xsO8CM6eepmIQ1fc5bKdDVimlJZ6MoOUcJ5Q==", "dependencies": { "stylelint-config-recommended": "^9.0.0" }, "peerDependencies": { - "stylelint": "^14.10.0" + "stylelint": "^14.11.0" } }, "node_modules/stylelint-config-standard-scss": { @@ -18891,9 +18891,9 @@ } }, "stylelint-config-standard": { - "version": "27.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-27.0.0.tgz", - "integrity": "sha512-J+wxyODWQCW2kgdhVzj51a4cFcJkglkMQrjPU/1Jo8w2oKSKK5ZRqHvDDWxEmjYWIYbMhhIMS5dOgVpGUMIACw==", + "version": "28.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-28.0.0.tgz", + "integrity": "sha512-q/StuowDdDmFCravzGHAwgS9pjX0bdOQUEBBDIkIWsQuYGgYz/xsO8CM6eepmIQ1fc5bKdDVimlJZ6MoOUcJ5Q==", "requires": { "stylelint-config-recommended": "^9.0.0" } diff --git a/dependencies/package.json b/dependencies/package.json index 6334dbc3..3daa8a0a 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -39,7 +39,7 @@ "stylelint": "^14.12.1", "stylelint-config-recommended-scss": "^7.0.0", "stylelint-config-sass-guidelines": "^9.0.1", - "stylelint-config-standard": "^27.0.0", + "stylelint-config-standard": "^28.0.0", "stylelint-config-standard-scss": "^5.0.0", "stylelint-config-prettier": "^9.0.3", "postcss-less": "^6.0.0",