mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 17:48:40 -04:00
build(deps-dev): bump stylelint from 17.1.0 to 17.1.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 17.1.0 to 17.1.1. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/17.1.0...17.1.1) --- updated-dependencies: - dependency-name: stylelint dependency-version: 17.1.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c5920fc005
commit
fb169c9c76
2 changed files with 9 additions and 9 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
|
@ -67,7 +67,7 @@
|
|||
"jsdom-testing-mocks": "^1.16.0",
|
||||
"msw": "^2.12.7",
|
||||
"sass": "^1.97.3",
|
||||
"stylelint": "^17.1.0",
|
||||
"stylelint": "^17.1.1",
|
||||
"vite": "^7.3.1",
|
||||
"vitest": "^4.0.15"
|
||||
},
|
||||
|
|
@ -15299,9 +15299,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/stylelint": {
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.1.0.tgz",
|
||||
"integrity": "sha512-+cUX1FxkkbLX5qJRAPapUv/+v+YU3pGbWu+pHVqTXpiY0mYh3Dxfxa0bLBtVtYgOC8hIWIyX2H/3Y3LWlAevDg==",
|
||||
"version": "17.1.1",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.1.1.tgz",
|
||||
"integrity": "sha512-SBHVcLEcRF1M9OkD3oT0hT2PayDNLw2hd+aovmzfNQ2ys4Xd3oS9ZNizILWqhQvW802AqKN/vUTMwJqQYMBlWw==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
|
|
@ -15484,16 +15484,16 @@
|
|||
"peer": true
|
||||
},
|
||||
"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/css-parser-algorithms": {
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@
|
|||
"jsdom-testing-mocks": "^1.16.0",
|
||||
"msw": "^2.12.7",
|
||||
"sass": "^1.97.3",
|
||||
"stylelint": "^17.1.0",
|
||||
"stylelint": "^17.1.1",
|
||||
"vite": "^7.3.1",
|
||||
"vitest": "^4.0.15"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue