From 330bcbf4df5fc671cf4313bed32ca623462a731d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 09:04:03 +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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5b7c466..684f889e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,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", "vue-template-compiler": "^2.7.16" }, @@ -3421,9 +3421,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", @@ -21340,9 +21340,9 @@ } }, "@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, "requires": {} }, diff --git a/package.json b/package.json index 676019f3..a9056a14 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,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", "vue-template-compiler": "^2.7.16" }