From bb865bf2de2b09fd37bf4ceb6840eb0dc14682f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 07:16:15 +0000 Subject: [PATCH] chore(deps-dev): Bump @nextcloud/stylelint-config from 3.0.0 to 3.0.1 Bumps [@nextcloud/stylelint-config](https://github.com/nextcloud/stylelint-config) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/nextcloud/stylelint-config/releases) - [Changelog](https://github.com/nextcloud-libraries/stylelint-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud/stylelint-config/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: "@nextcloud/stylelint-config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9204b2..71c8a80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "devDependencies": { "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.4.1", - "@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", @@ -1538,9 +1538,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 4a7dfdc..d4fe8a4 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.4.1", - "@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",