chore(deps-dev): Bump stylelint-use-logical from 2.1.2 to 2.1.3

Bumps [stylelint-use-logical](https://github.com/csstools/stylelint-use-logical) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/csstools/stylelint-use-logical/releases)
- [Changelog](https://github.com/csstools/stylelint-use-logical/blob/main/CHANGELOG.md)
- [Commits](https://github.com/csstools/stylelint-use-logical/compare/v2.1.2...v2.1.3)

---
updated-dependencies:
- dependency-name: stylelint-use-logical
  dependency-version: 2.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-02-07 04:35:51 +00:00 committed by Andy Scherzinger
parent 92d19ae8f5
commit 7547e8bcb6
2 changed files with 6 additions and 7 deletions

11
package-lock.json generated
View file

@ -144,7 +144,7 @@
"sass": "^1.97.3",
"sinon": "<= 5.0.7",
"stylelint": "^16.26.1",
"stylelint-use-logical": "^2.1.2",
"stylelint-use-logical": "^2.1.3",
"tar": "^7.5.7",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
@ -24393,16 +24393,15 @@
}
},
"node_modules/stylelint-use-logical": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/stylelint-use-logical/-/stylelint-use-logical-2.1.2.tgz",
"integrity": "sha512-4ffvPNk/swH4KS3izExWuzQOuzLmi0gb0uOhvxWJ20vDA5W5xKCjcHHtLoAj1kKvTIX6eGIN5xGtaVin9PD0wg==",
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/stylelint-use-logical/-/stylelint-use-logical-2.1.3.tgz",
"integrity": "sha512-haPkgxKre+eSqr4IZJnHwNT/9/wICykeFZIaz7rZbe4SohTHkw7vBahMOrZJZpdny/EBVHAcPH2IBeoiUcZWWw==",
"dev": true,
"license": "CC0-1.0",
"engines": {
"node": ">=14.0.0"
},
"peerDependencies": {
"stylelint": ">= 11 < 17"
"stylelint": ">= 11 < 18"
}
},
"node_modules/stylelint/node_modules/@csstools/selector-specificity": {

View file

@ -173,7 +173,7 @@
"sass": "^1.97.3",
"sinon": "<= 5.0.7",
"stylelint": "^16.26.1",
"stylelint-use-logical": "^2.1.2",
"stylelint-use-logical": "^2.1.3",
"tar": "^7.5.7",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",