Merge pull request #58179 from nextcloud/dependabot/npm_and_yarn/stable32/stylelint-use-logical-2.1.3

[stable32] chore(deps-dev): Bump stylelint-use-logical from 2.1.2 to 2.1.3
This commit is contained in:
github-actions[bot] 2026-02-13 22:55:26 +00:00 committed by GitHub
commit a2646ae0e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",