mirror of
https://github.com/nextcloud/server.git
synced 2026-03-20 01:23:22 -04:00
Merge pull request #54344 from nextcloud/dependabot/npm_and_yarn/stylelint-16.23.1
This commit is contained in:
commit
9603805779
2 changed files with 5 additions and 6 deletions
9
package-lock.json
generated
9
package-lock.json
generated
|
|
@ -144,7 +144,7 @@
|
|||
"regextras": "^0.8.0",
|
||||
"sass": "^1.90.0",
|
||||
"sinon": "<= 5.0.7",
|
||||
"stylelint": "^16.23.0",
|
||||
"stylelint": "^16.23.1",
|
||||
"stylelint-use-logical": "^2.1.2",
|
||||
"tar": "^7.4.3",
|
||||
"ts-node": "^10.9.2",
|
||||
|
|
@ -23745,9 +23745,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/stylelint": {
|
||||
"version": "16.23.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.23.0.tgz",
|
||||
"integrity": "sha512-69T5aS2LUY306ekt1Q1oaSPwz/jaG9HjyMix3UMrai1iEbuOafBe2Dh8xlyczrxFAy89qcKyZWWtc42XLx3Bbw==",
|
||||
"version": "16.23.1",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.23.1.tgz",
|
||||
"integrity": "sha512-dNvDTsKV1U2YtiUDfe9d2gp902veFeo3ecCWdGlmLm2WFrAV0+L5LoOj/qHSBABQwMsZPJwfC4bf39mQm1S5zw==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
|
|
@ -23759,7 +23759,6 @@
|
|||
"url": "https://github.com/sponsors/stylelint"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@csstools/css-parser-algorithms": "^3.0.5",
|
||||
"@csstools/css-tokenizer": "^3.0.4",
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@
|
|||
"regextras": "^0.8.0",
|
||||
"sass": "^1.90.0",
|
||||
"sinon": "<= 5.0.7",
|
||||
"stylelint": "^16.23.0",
|
||||
"stylelint": "^16.23.1",
|
||||
"stylelint-use-logical": "^2.1.2",
|
||||
"tar": "^7.4.3",
|
||||
"ts-node": "^10.9.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue