Merge pull request #60673 from nextcloud/dependabot/npm_and_yarn/stylelint-17.11.1

chore(deps-dev): Bump stylelint from 17.11.0 to 17.11.1
This commit is contained in:
Andy Scherzinger 2026-05-25 19:59:09 +02:00 committed by GitHub
commit f8fe3afd87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -70,7 +70,7 @@
"jsdom-testing-mocks": "^1.16.0",
"msw": "^2.14.6",
"sass": "^1.99.0",
"stylelint": "^17.11.0",
"stylelint": "^17.11.1",
"vite": "^7.3.2",
"vitest": "^4.1.4"
},
@ -10409,6 +10409,7 @@
"integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
"dev": true,
"license": "MIT",
"peer": true,
"engines": {
"node": ">=0.10.0"
}
@ -15719,9 +15720,9 @@
}
},
"node_modules/stylelint": {
"version": "17.11.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.0.tgz",
"integrity": "sha512-/3czzmbF9XdGWvReDF3Ex4R23Ajolo7j8RB2bFNEqk6Ht356nlpVV+G5bG2Qt8AW1ofJzXztBRDnAtd7cgowWA==",
"version": "17.11.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.1.tgz",
"integrity": "sha512-+smN/HqVTggUx3iuAzOi9fPh8SrH+cJWlZrYVldXoJ06orWBhZ4Ue/QEp64oei6pVrAh4w3tG+Y12Vw7MbCFRQ==",
"dev": true,
"funding": [
{
@ -15756,13 +15757,12 @@
"html-tags": "^5.1.0",
"ignore": "^7.0.5",
"import-meta-resolve": "^4.2.0",
"is-plain-object": "^5.0.0",
"mathml-tag-names": "^4.0.0",
"meow": "^14.1.0",
"micromatch": "^4.0.8",
"normalize-path": "^3.0.0",
"picocolors": "^1.1.1",
"postcss": "^8.5.13",
"postcss": "^8.5.14",
"postcss-safe-parser": "^7.0.1",
"postcss-selector-parser": "^7.1.1",
"postcss-value-parser": "^4.2.0",

View file

@ -99,7 +99,7 @@
"jsdom-testing-mocks": "^1.16.0",
"msw": "^2.14.6",
"sass": "^1.99.0",
"stylelint": "^17.11.0",
"stylelint": "^17.11.1",
"vite": "^7.3.2",
"vitest": "^4.1.4"
},