From f3f90258594c14c531a67cf26115a3cf3cc7981c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:23:08 +0000 Subject: [PATCH] Bump stylelint-webpack-plugin from 4.1.1 to 5.0.0 Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 4.1.1 to 5.0.0. - [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/v4.1.1...v5.0.0) --- updated-dependencies: - dependency-name: stylelint-webpack-plugin dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 850e41f..8e1cb44 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "stylelint": "15.11.0", "stylelint-config-standard-scss": "11.1.0", "stylelint-order": "6.0.4", - "stylelint-webpack-plugin": "4.1.1", + "stylelint-webpack-plugin": "5.0.0", "webpack": "5.90.3", "webpack-cli": "5.1.4" },