From 47bacbdd485d1ccaf35dd5185616803b169d7789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 01:38:07 +0000 Subject: [PATCH] Bump stylelint-webpack-plugin from 3.2.0 to 4.1.1 Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 3.2.0 to 4.1.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/v3.2.0...v4.1.1) --- 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 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 3a248fb09e..cf812516b6 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "stylelint-config-recommended-scss": "^6.0.0", "stylelint-prettier": "^2.0.0", "stylelint-scss": "^4.2.0", - "stylelint-webpack-plugin": "^3.2.0", + "stylelint-webpack-plugin": "^4.1.1", "svg-url-loader": "^8.0.0", "ts-node": "^10.7.0", "typescript": "^4.6.4", diff --git a/yarn.lock b/yarn.lock index c6893ce3a5..e35f1b77de 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12167,7 +12167,7 @@ jest-worker@^26.5.0, jest-worker@^26.6.2: merge-stream "^2.0.0" supports-color "^7.0.0" -jest-worker@^27.4.5, jest-worker@^27.5.1: +jest-worker@^27.4.5: version "27.5.1" resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz" integrity sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg== @@ -17757,14 +17757,14 @@ stylelint-scss@^4.0.0, stylelint-scss@^4.2.0: postcss-selector-parser "^6.0.6" postcss-value-parser "^4.1.0" -stylelint-webpack-plugin@^3.2.0: - version "3.2.0" - resolved "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-3.2.0.tgz" - integrity sha512-KY4P+0wrs5G680LzNLt8UZDiX3j+UNNDt1BBEdlhZUiUUYAI0j9Lumf5QH9eRHx/uMZcpKbboiYWba0F+jMWTg== +stylelint-webpack-plugin@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-4.1.1.tgz#d7f13f2f8610757ee23a510eca3a6b6bcb1a54e8" + integrity sha512-yOyd2AfrxfawxKDememazGVJX2vMq9o11E6HvBu4+SKvgK3ZulkjpYdI1muBTxItwoxH2UmfIZzQM+/M5V3kTQ== dependencies: globby "^11.1.0" - jest-worker "^27.5.1" - micromatch "^4.0.4" + jest-worker "^29.5.0" + micromatch "^4.0.5" normalize-path "^3.0.0" schema-utils "^4.0.0"