Merge pull request #60041 from nextcloud/dependabot/npm_and_yarn/stable33/stylelint-17.9.1

[stable33] chore(deps-dev): Bump stylelint from 17.8.0 to 17.9.1
This commit is contained in:
github-actions[bot] 2026-05-02 12:26:41 +02:00 committed by GitHub
commit 41353e06f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View file

@ -67,7 +67,7 @@
"jsdom-testing-mocks": "^1.16.0",
"msw": "^2.13.4",
"sass": "^1.99.0",
"stylelint": "^17.8.0",
"stylelint": "^17.9.1",
"vite": "^7.3.2",
"vitest": "^4.1.4"
},
@ -15443,9 +15443,9 @@
}
},
"node_modules/stylelint": {
"version": "17.8.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.8.0.tgz",
"integrity": "sha512-oHkld9T60LDSaUQ4CSVc+tlt9eUoDlxhaGWShsUCKyIL14boZfmK5bSphZqx64aiC5tCqX+BsQMTMoSz8D1zIg==",
"version": "17.9.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.9.1.tgz",
"integrity": "sha512-THTmnAPJTrg/JhkTWZlSyrO+HUYMx6ELthIHeMyD2WOKqXIJUFQv2Yxn91bvUrZdbBJaW2dUuQdPST2wcQ6C3g==",
"dev": true,
"funding": [
{
@ -15459,9 +15459,9 @@
],
"license": "MIT",
"dependencies": {
"@csstools/css-calc": "^3.1.1",
"@csstools/css-calc": "^3.2.0",
"@csstools/css-parser-algorithms": "^4.0.0",
"@csstools/css-syntax-patches-for-csstree": "^1.1.2",
"@csstools/css-syntax-patches-for-csstree": "^1.1.3",
"@csstools/css-tokenizer": "^4.0.0",
"@csstools/media-query-list-parser": "^5.0.0",
"@csstools/selector-resolve-nested": "^4.0.0",
@ -15631,9 +15631,9 @@
}
},
"node_modules/stylelint/node_modules/@csstools/css-calc": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.1.1.tgz",
"integrity": "sha512-HJ26Z/vmsZQqs/o3a6bgKslXGFAungXGbinULZO3eMsOyNJHeBBZfup5FiZInOghgoM4Hwnmw+OgbJCNg1wwUQ==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.2.0.tgz",
"integrity": "sha512-bR9e6o2BDB12jzN/gIbjHa5wLJ4UjD1CB9pM7ehlc0ddk6EBz+yYS1EV2MF55/HUxrHcB/hehAyt5vhsA3hx7w==",
"dev": true,
"funding": [
{

View file

@ -96,7 +96,7 @@
"jsdom-testing-mocks": "^1.16.0",
"msw": "^2.13.4",
"sass": "^1.99.0",
"stylelint": "^17.8.0",
"stylelint": "^17.9.1",
"vite": "^7.3.2",
"vitest": "^4.1.4"
},