Merge pull request #56329 from nextcloud/dependabot/npm_and_yarn/stable31/nextcloud/stylelint-config-3.1.1

pull/56358/head
dependabot[bot] 2025-11-10 19:18:10 +07:00 committed by GitHub
commit 46748c8c17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 8 deletions

12
package-lock.json generated

@ -96,7 +96,7 @@
"@nextcloud/babel-config": "^1.3.0",
"@nextcloud/cypress": "^1.0.0-beta.15",
"@nextcloud/eslint-config": "^8.4.2",
"@nextcloud/stylelint-config": "^3.1.0",
"@nextcloud/stylelint-config": "^3.1.1",
"@nextcloud/typings": "^1.9.1",
"@nextcloud/webpack-vue-config": "^6.2.0",
"@pinia/testing": "^0.1.7",
@ -4019,17 +4019,15 @@
}
},
"node_modules/@nextcloud/stylelint-config": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.1.0.tgz",
"integrity": "sha512-ZKr/AeqfcqIziJAxnN4K0ldoGz8zWj8pUTov4eloqfaCgvJxcQkt2ldHJfxbutNq8uFkbvRYagkufaYxjC4FlQ==",
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.1.1.tgz",
"integrity": "sha512-nvkmeHkifV7MEmtNhkYVQXUgcqldm8pbq2TvKPSpdrXB247Xh6OpFhupDbTAgeEQDDRDneayEVfj6e6Kb9w3sQ==",
"dev": true,
"license": "AGPL-3.0-or-later",
"dependencies": {
"stylelint-use-logical": "^2.1.2"
},
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
"node": "^20 || ^22 || ^24"
},
"peerDependencies": {
"stylelint": "^16.13.2",

@ -133,7 +133,7 @@
"@nextcloud/babel-config": "^1.3.0",
"@nextcloud/cypress": "^1.0.0-beta.15",
"@nextcloud/eslint-config": "^8.4.2",
"@nextcloud/stylelint-config": "^3.1.0",
"@nextcloud/stylelint-config": "^3.1.1",
"@nextcloud/typings": "^1.9.1",
"@nextcloud/webpack-vue-config": "^6.2.0",
"@pinia/testing": "^0.1.7",