diff --git a/package-lock.json b/package-lock.json index 0c5a2abd..48d06fc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@nextcloud/babel-config": "^1.2.0", "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^9.0.0-rc.5", - "@nextcloud/stylelint-config": "^3.1.0", + "@nextcloud/stylelint-config": "^3.1.1", "@nextcloud/webpack-vue-config": "^6.3.0", "adm-zip": "^0.5.16", "axios": "^1.10.0", @@ -2812,17 +2812,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", @@ -16214,9 +16212,9 @@ } }, "@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, "requires": { "stylelint-use-logical": "^2.1.2" diff --git a/package.json b/package.json index cba8ee37..7255c9d8 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@nextcloud/babel-config": "^1.2.0", "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^9.0.0-rc.5", - "@nextcloud/stylelint-config": "^3.1.0", + "@nextcloud/stylelint-config": "^3.1.1", "@nextcloud/webpack-vue-config": "^6.3.0", "adm-zip": "^0.5.16", "axios": "^1.10.0",