From ee56b477708d48d4cda81bf01ae0c02d4fda1ee3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 20:40:48 +0000 Subject: [PATCH] Bump stylelint-use-logical-spec from 3.2.2 to 5.0.1 Bumps [stylelint-use-logical-spec](https://github.com/Jordan-Hall/stylelint-use-logical-spec) from 3.2.2 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] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 672a019..a0cc7a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "stylelint-high-performance-animation": "^1.6.0", "stylelint-max-lines": "^0.1.0", "stylelint-order": "^3.1.1", - "stylelint-use-logical-spec": "^3.2.2", + "stylelint-use-logical-spec": "^5.0.1", "stylelint-use-nesting": "^4.0.0", "vite": "^5.0.2" } @@ -9895,15 +9895,15 @@ } }, "node_modules/stylelint-use-logical-spec": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/stylelint-use-logical-spec/-/stylelint-use-logical-spec-3.2.2.tgz", - "integrity": "sha512-NNh1NWIEpponGnBrCQ+jdYgQRvzu0FUnDOO7ZeyPHlNKXHvRz8nvNFkU8zLUCLbpWjc92rN0G0gc0MDsjSRPMA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/stylelint-use-logical-spec/-/stylelint-use-logical-spec-5.0.1.tgz", + "integrity": "sha512-UfLB4LW6iG4r3cXxjxkiHQrFyhWFqt8FpNNngD+TyvgMWSokk5TYwTvBHS3atUvZhOogllTOe/PUrGE+4z84AA==", "dev": true, "engines": { "node": ">=8.0.0" }, "peerDependencies": { - "stylelint": ">=13" + "stylelint": ">=11 < 17" } }, "node_modules/stylelint-use-nesting": { diff --git a/package.json b/package.json index 90c6310..e22ec7e 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "stylelint-high-performance-animation": "^1.6.0", "stylelint-max-lines": "^0.1.0", "stylelint-order": "^3.1.1", - "stylelint-use-logical-spec": "^3.2.2", + "stylelint-use-logical-spec": "^5.0.1", "stylelint-use-nesting": "^4.0.0", "vite": "^5.0.2" },