From c4db20a285cd412589e15a35f36e14b9ab087596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 07:44:05 +0000 Subject: [PATCH] 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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index df2e6ad32..61e290cea 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "stylelint-config-standard": "^34.0.0", "stylelint-config-standard-scss": "^11.1.0", "stylelint-scss": "^5.3.2", - "stylelint-webpack-plugin": "^5.0.0", + "stylelint-webpack-plugin": "^5.0.1", "terser-webpack-plugin": "^5.3.10", "url-loader": "^4.1.1", "webpack": "^5.91.0", diff --git a/yarn.lock b/yarn.lock index b40ed7d9f..d143304d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5042,10 +5042,10 @@ stylelint-scss@^5.3.0, stylelint-scss@^5.3.2: postcss-selector-parser "^6.0.13" postcss-value-parser "^4.2.0" -stylelint-webpack-plugin@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-5.0.0.tgz#6315ee028c20d92be60ef2cedba6091c8107735d" - integrity sha512-f56OmfvIYfZpL5+TKg3LZ+Ehzoar5GAwytUtsdti+W6WhR3UpQC36vmXHsKxx9ibj7dKXCIKea6w0U+LdVSBmg== +stylelint-webpack-plugin@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-5.0.1.tgz#13a7589a8d4cc00b155b9f792876334ca0bcaf71" + integrity sha512-07lpo1uVoFctKv0EOOg/YSrUppcLMjNBSMRqgooNnlbfAOgQfMzvLK+EbXz0HQiEgZobr+XQX9md/TgwTGdzbw== dependencies: globby "^11.1.0" jest-worker "^29.7.0"