From 8e17a881b39b7ca86276dc3925b92536af1d62fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 07:55:46 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint-webpack-plugin from 5.0.0 to 5.0.1 Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/webpack-contrib/stylelint-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/stylelint-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: stylelint-webpack-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe5af1b..3ff307a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nextcloud/webpack-vue-config": "^6.2.0", "copy-webpack-plugin": "^12.0.2", "eslint-webpack-plugin": "^4.2.0", - "stylelint-webpack-plugin": "^5.0.0" + "stylelint-webpack-plugin": "^5.0.1" }, "engines": { "node": "^20.0.0", @@ -14963,9 +14963,10 @@ } }, "node_modules/stylelint-webpack-plugin": { - "version": "5.0.0", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-5.0.1.tgz", + "integrity": "sha512-07lpo1uVoFctKv0EOOg/YSrUppcLMjNBSMRqgooNnlbfAOgQfMzvLK+EbXz0HQiEgZobr+XQX9md/TgwTGdzbw==", "dev": true, - "license": "MIT", "dependencies": { "globby": "^11.1.0", "jest-worker": "^29.7.0", diff --git a/package.json b/package.json index af3917d..665d237 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,6 @@ "@nextcloud/webpack-vue-config": "^6.2.0", "copy-webpack-plugin": "^12.0.2", "eslint-webpack-plugin": "^4.2.0", - "stylelint-webpack-plugin": "^5.0.0" + "stylelint-webpack-plugin": "^5.0.1" } }