mirror of
https://github.com/nextcloud/server.git
synced 2026-05-23 10:37:27 -04:00
chore(deps-dev): Bump stylelint from 17.8.0 to 17.9.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 17.8.0 to 17.9.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.8.0...17.9.1) --- updated-dependencies: - dependency-name: stylelint dependency-version: 17.9.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e41eb6d6b3
commit
b1decfc328
2 changed files with 7 additions and 7 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
|
@ -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"
|
||||
},
|
||||
|
|
@ -15499,9 +15499,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": [
|
||||
{
|
||||
|
|
@ -15515,9 +15515,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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue