Merge pull request #55038 from nextcloud/dependabot/npm_and_yarn/stable32/stylelint-16.24.0

[stable32] build(deps-dev): bump stylelint from 16.23.1 to 16.24.0
pull/55037/head
Andy Scherzinger 2025-09-11 22:41:22 +07:00 committed by GitHub
commit 8dce0197d6
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

@ -144,7 +144,7 @@
"regextras": "^0.8.0",
"sass": "^1.92.1",
"sinon": "<= 5.0.7",
"stylelint": "^16.23.1",
"stylelint": "^16.24.0",
"stylelint-use-logical": "^2.1.2",
"tar": "^7.4.3",
"ts-node": "^10.9.2",
@ -23517,9 +23517,9 @@
}
},
"node_modules/stylelint": {
"version": "16.23.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.23.1.tgz",
"integrity": "sha512-dNvDTsKV1U2YtiUDfe9d2gp902veFeo3ecCWdGlmLm2WFrAV0+L5LoOj/qHSBABQwMsZPJwfC4bf39mQm1S5zw==",
"version": "16.24.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.24.0.tgz",
"integrity": "sha512-7ksgz3zJaSbTUGr/ujMXvLVKdDhLbGl3R/3arNudH7z88+XZZGNLMTepsY28WlnvEFcuOmUe7fg40Q3lfhOfSQ==",
"dev": true,
"funding": [
{
@ -23531,7 +23531,6 @@
"url": "https://github.com/sponsors/stylelint"
}
],
"license": "MIT",
"dependencies": {
"@csstools/css-parser-algorithms": "^3.0.5",
"@csstools/css-tokenizer": "^3.0.4",
@ -23546,7 +23545,7 @@
"debug": "^4.4.1",
"fast-glob": "^3.3.3",
"fastest-levenshtein": "^1.0.16",
"file-entry-cache": "^10.1.3",
"file-entry-cache": "^10.1.4",
"global-modules": "^2.0.0",
"globby": "^11.1.0",
"globjoin": "^0.1.4",

@ -175,7 +175,7 @@
"regextras": "^0.8.0",
"sass": "^1.92.1",
"sinon": "<= 5.0.7",
"stylelint": "^16.23.1",
"stylelint": "^16.24.0",
"stylelint-use-logical": "^2.1.2",
"tar": "^7.4.3",
"ts-node": "^10.9.2",