Browse Source
Merge pull request #55335 from nextcloud/dependabot/npm_and_yarn/stylelint-16.24.0
pull/55336/head
dependabot[bot]
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
6 additions and
7 deletions
-
package-lock.json
-
package.json
|
|
@ -144,7 +144,7 @@ |
|
|
|
"regextras": "^0.8.0", |
|
|
|
"sass": "^1.93.0", |
|
|
|
"sinon": "<= 5.0.7", |
|
|
|
"stylelint": "^16.23.1", |
|
|
|
"stylelint": "^16.24.0", |
|
|
|
"stylelint-use-logical": "^2.1.2", |
|
|
|
"tar": "^7.5.1", |
|
|
|
"ts-node": "^10.9.2", |
|
|
@ -23594,9 +23594,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": [ |
|
|
|
{ |
|
|
@ -23608,7 +23608,6 @@ |
|
|
|
"url": "https://github.com/sponsors/stylelint" |
|
|
|
} |
|
|
|
], |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"@csstools/css-parser-algorithms": "^3.0.5", |
|
|
|
"@csstools/css-tokenizer": "^3.0.4", |
|
|
@ -23623,7 +23622,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.93.0", |
|
|
|
"sinon": "<= 5.0.7", |
|
|
|
"stylelint": "^16.23.1", |
|
|
|
"stylelint": "^16.24.0", |
|
|
|
"stylelint-use-logical": "^2.1.2", |
|
|
|
"tar": "^7.5.1", |
|
|
|
"ts-node": "^10.9.2", |
|
|
|