diff --git a/package-lock.json b/package-lock.json index cef5eee..dbb0f99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "devDependencies": { "@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/vite-config": "^1.2.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.2.1", @@ -1568,9 +1568,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 3f51058..41f651c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@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/vite-config": "^1.2.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.2.1",