diff --git a/package-lock.json b/package-lock.json index 99c8e886..ab839f28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@nextcloud/babel-config": "^1.1.1", "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.3.0", - "@nextcloud/stylelint-config": "^3.0.0", + "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/webpack-vue-config": "^6.0.1", "babel-loader-exclude-node-modules-except": "^1.2.1", "vue-template-compiler": "^2.7.16" @@ -3541,9 +3541,9 @@ } }, "node_modules/@nextcloud/stylelint-config": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.0.0.tgz", - "integrity": "sha512-4AfFkIdkpFhvu/5PLz1jbxn13RksHnl//cX6hxI/6K2RhRXyKckbe+6GLyhg/rtj/D2cGU9cmn6Az9yseE3r8g==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.0.1.tgz", + "integrity": "sha512-xZ9hhyDCK8bMxPchfcyMhGZ8oTG+H+fmzE+vvCIVni0O+SzCVBEKDuvtKWZJDUs3ngmnmNYN1tH5xjbZBBeYyw==", "dev": true, "engines": { "node": "^20.0.0", diff --git a/package.json b/package.json index 64251434..91612724 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/babel-config": "^1.1.1", "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.3.0", - "@nextcloud/stylelint-config": "^3.0.0", + "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/webpack-vue-config": "^6.0.1", "babel-loader-exclude-node-modules-except": "^1.2.1", "vue-template-compiler": "^2.7.16"