From ae5260252ed5dfc0b9779bdccd0063b54d35c093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:46:31 +1100 Subject: [PATCH] build(deps-dev): bump stylelint-use-logical-spec from 4.1.0 to 5.0.1 (#58) Bumps [stylelint-use-logical-spec](https://github.com/Jordan-Hall/stylelint-use-logical-spec) from 4.1.0 to 5.0.1. - [Release notes](https://github.com/Jordan-Hall/stylelint-use-logical-spec/releases) - [Changelog](https://github.com/Jordan-Hall/stylelint-use-logical-spec/blob/master/CHANGELOG.md) - [Commits](https://github.com/Jordan-Hall/stylelint-use-logical-spec/commits) --- updated-dependencies: - dependency-name: stylelint-use-logical-spec dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stof <93355168+0x73746F66@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 5365b80..03d51a1 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "stylelint": "14.15.0", "stylelint-config-idiomatic-order": "^10.0.0", "stylelint-config-standard-scss": "6.1.0", - "stylelint-use-logical-spec": "4.1.0", + "stylelint-use-logical-spec": "5.0.1", "unplugin-auto-import": "^0.16.1", "unplugin-vue-components": "^0.24.1", "vite": "^4.3.8", diff --git a/yarn.lock b/yarn.lock index 1e21314..cb9e3a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4871,10 +4871,10 @@ stylelint-scss@^4.0.0: postcss-selector-parser "^6.0.11" postcss-value-parser "^4.2.0" -stylelint-use-logical-spec@4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/stylelint-use-logical-spec/-/stylelint-use-logical-spec-4.1.0.tgz#35ebe6e11616a71693948acea3d1bffd505419fa" - integrity sha512-uZ5mOST2gZ2QDUhX5JwXMojSibWrHw774wUvLr+OcGluXeh8WYp8AzS0d2ilqrX6Ao2xGCARUAA3pEO7y4kDgg== +stylelint-use-logical-spec@5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/stylelint-use-logical-spec/-/stylelint-use-logical-spec-5.0.1.tgz#d5aa254d615d373f18214297c0b49a03a6ca5980" + integrity sha512-UfLB4LW6iG4r3cXxjxkiHQrFyhWFqt8FpNNngD+TyvgMWSokk5TYwTvBHS3atUvZhOogllTOe/PUrGE+4z84AA== stylelint@14.15.0: version "14.15.0"